91403 Commits (806cb0f2b69bc6663e2c248afeadcea54c99d377)
 

Author SHA1 Message Date
Berker Peksag 806cb0f2b6 Add a link to PEP 384 in stable.rst 11 years ago
Martin Panter 34360c8e09 Issue #19023: Document ctypes array and pointer classes 11 years ago
Berker Peksag 22532ac2eb Issue #26034: Improve wording of clear parameter 11 years ago
Berker Peksag 547f66f599 Issue #26034: Sync documentation of --clear with its behavior 11 years ago
Berker Peksag a370a4271e Issue #26199: Fix broken link in unittest.mock-examples.rst 11 years ago
Martin Panter 4942870471 Issue #26220: Remove outdated comment about a question mark 11 years ago
Terry Jan Reedy b31a2849da Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. 11 years ago
Victor Stinner 5bc03a6d4d Fix resize_compact() 11 years ago
Raymond Hettinger 3743432302 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen 11 years ago
Senthil Kumaran d4e51f45a9 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. 11 years ago
Brett Cannon 3bf1d87bbd Fix a typo in a code example 11 years ago
Victor Stinner 875f29aa69 doc: i18n HTML templates 11 years ago
Victor Stinner 3cdd5fb970 code_richcompare() now uses the constants types 11 years ago
Benjamin Peterson d52513cb22 merge 3.4 11 years ago
Benjamin Peterson b1db758061 reject negative data_size 11 years ago
Senthil Kumaran e5c05cc8c0 minor clarification on Zipfile 'x' mode - exclusive creation of a file. 11 years ago
Donald Stufft 38150e0d85 Merge update to pip 11 years ago
Donald Stufft 5d0124623c Upgrade pip to 8.0.2 11 years ago
Berker Peksag 7405c16533 Issue #18620: Improve Pool examples in multiprocessing documentation 11 years ago
Senthil Kumaran 1538b3d3df issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and 11 years ago
Victor Stinner d99cd333fe Issue #26106: doc: Move text of licenses to parsed literal block 11 years ago
Benjamin Peterson 47b8ba22e3 merge 3.4 (#26171) 11 years ago
Benjamin Peterson c4032da201 prevent buffer overflow in get_data (closes #26171) 11 years ago
Benjamin Peterson d4d7737c3f merge 3.4 11 years ago
Benjamin Peterson ef9cf08352 fix refleak in error condition 11 years ago
Benjamin Peterson b57eaeadff merge 3.4 (#26172) 11 years ago
Benjamin Peterson c836f717cd remove script from epub (closes #26172) 11 years ago
Victor Stinner 7172f507e1 Replace fpgetmask() with fedisableexcept() 11 years ago
Senthil Kumaran 6a0514ea20 issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. 11 years ago
Victor Stinner bfd316e750 Add _PyThreadState_UncheckedGet() 11 years ago
Serhiy Storchaka aebb6d3682 Issue #26147: xmlrpc now works with strings not encodable with used 11 years ago
Berker Peksag 744fdfbf9a Issue #5626: Remove misleading comment from socket.gethostname() documentation 11 years ago
Berker Peksag 49c9edf3d9 Issue #26157: Fix typos in asyncio-eventloop.rst 11 years ago
Donald Stufft 1dce2c72ed Merge update to pip/setuptools 11 years ago
Donald Stufft 33a827678e Update pip to 8.0.0 and setuptools to 19.4 11 years ago
Serhiy Storchaka d205d0145c Issue #25935: Garbage collector now breaks reference loops with OrderedDict. 11 years ago
Serhiy Storchaka e914cd1308 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). 11 years ago
Victor Stinner 47b91b0a81 Fix BytecodeTestCase.assertNotInBytecode() 11 years ago
Benjamin Peterson 9ad11544bf set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) 11 years ago
Senthil Kumaran 9e9f850f99 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. 11 years ago
Martin Panter 8f19e8e1c5 Issue #25859: Reimplement NNTP test_starttls() using local server 11 years ago
Berker Peksag 1b25eff76e Issue #25366: Skip test_with_pip when threading module is not available 11 years ago
Serhiy Storchaka 5c1d9d2ff7 Added exceptins for testing non-reversible import mapping for Issue #26013. 11 years ago
Serhiy Storchaka 111c7b9011 Issue #26013: Added compatibility with broken protocol 2 pickles created 11 years ago
Serhiy Storchaka 084f7e4012 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. 11 years ago
Senthil Kumaran 76d9a6bbd2 Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. 11 years ago
Terry Jan Reedy 356765194c Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. 11 years ago
Senthil Kumaran 80538e9dfe Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. 11 years ago
Steve Dower 332334f1ab Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python 11 years ago
Steve Dower 87fb7f64d8 Issue #26073: Update the list of magic numbers in launcher 11 years ago