77030 Commits (c58a3ea72c6dd315e6a3a283168832fb06b8e69d)
 

Author SHA1 Message Date
Ezio Melotti c58a3ea72c #17714: document that the base64 codec adds a trailing newline. 13 years ago
Ezio Melotti 9c939bceeb #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. 13 years ago
Raymond Hettinger 12f588adeb Issue 17920: Fix-up terminology in the set documentation 13 years ago
Antoine Pitrou a7f7deb6ed Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. 13 years ago
Charles-Francois Natali 002a77d2f7 Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit 13 years ago
David Malcolm d08b210164 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) 13 years ago
R David Murray 25cd09115d #14187: Add glossary entry for 'function annotations'. 13 years ago
Richard Oudkerk def51ca8ea Issue #17805: Add AsyncResult alias for ApplyResult 13 years ago
Roger Serwy 9bc7b793ea #13495: Avoid loading the color delegator twice in IDLE. 13 years ago
Raymond Hettinger 44571daf0e Issue 17862: Improve the signature of itertools grouper() recipe. 13 years ago
Roger Serwy 5b1ab24751 #17798: Allow IDLE to edit new files when specified on command line. 13 years ago
Antoine Pitrou fd417cc54b Fix crash caused by 8c1385205a35 13 years ago
Brett Cannon dea2ec4b1d Fix a test to not use an assertion for something that could be 13 years ago
Antoine Pitrou c8c952ce2a Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. 13 years ago
Antoine Pitrou 957a23b088 Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. 13 years ago
Antoine Pitrou 5de183a07c Elaborate on bytes-like objects. 13 years ago
Ezio Melotti c228e96726 #16518: use "bytes-like object" throughout the docs. 13 years ago
Ezio Melotti 28faf03d44 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. 13 years ago
Serhiy Storchaka 59115aa7c9 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. 13 years ago
Brett Cannon 9d0f772c51 Issue #15902: Fix imp.load_module() to accept None as a file when 13 years ago
Raymond Hettinger b98dcc1f53 Issue #15535: Fix pickling of named tuples. 13 years ago
Ezio Melotti 8e596a765c #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. 13 years ago
Charles-Francois Natali a771a1b48e Issue #17529: Fix os.sendfile() documentation regarding the type of file 13 years ago
Antoine Pitrou 81641d6ebc Issue #17712: Fix test_gdb failures on Ubuntu 13.04. 13 years ago
Ezio Melotti aa54e2ff5e #16518: add "bytes-like object" to the glossary. 13 years ago
Ezio Melotti ab6ab15e7d #17881: clarify documentation of plistlib. 13 years ago
Gregory P. Smith 5d6620d9d5 fix the news entry, the description in 3.3 should be different 13 years ago
Gregory P. Smith fde108ba37 news entry 13 years ago
Gregory P. Smith cf86d9441e news entry 13 years ago
Gregory P. Smith 671905de89 null merge 13 years ago
Gregory P. Smith 910bfb7beb This local change was lost during the fixing of issue17192 to update 13 years ago
Gregory P. Smith 5dc268ed26 * Fix remaining bits of issue 17192 for 3.3 - these changes 13 years ago
Gregory P. Smith e9d0633d36 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch 13 years ago
Gregory P. Smith 933059710c * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone 13 years ago
Benjamin Peterson fe1b22af0a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) 13 years ago
Benjamin Peterson 7d110042c5 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) 13 years ago
R David Murray 775ccdf1fc #7152: Remove incorrectly added reference to DataHandler. 13 years ago
Brett Cannon 5a4c233a9e Issue #17358: imp.load_source() and load_compiled() should now return 13 years ago
R David Murray 9330a94467 Reflow paragraphs. 13 years ago
R David Murray 5aea37ad1d #7152: Clarify that ProxyHandler is added only if proxy settings are detected. 13 years ago
Serhiy Storchaka abac0a7744 Added base64 module tests for non-binary files. 13 years ago
Serhiy Storchaka 017523c4f4 Issue #17842. Added base64 module tests with bytearray arguments. 13 years ago
Serhiy Storchaka d160b12292 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 13 years ago
Brett Cannon 4067aa272e Issue #17357: Use more stern wording for 13 years ago
Antoine Pitrou e1a1674e1e Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. 13 years ago
Łukasz Langa 6ae466732c clean the environment from pre-existing PYTHONWARNINGS for test_warnings 13 years ago
Łukasz Langa 20ea96f29a backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 13 years ago
Łukasz Langa fa608186b4 fix character index in ExtendedInterpolation's exception message 13 years ago
Ronald Oussoren 326edfde56 Ensure that plistlib doesn't corrupt deeply nested datastructures 13 years ago
Ezio Melotti d638381ee0 #17729: remove the Advocacy HOWTO from the index. 13 years ago