77040 Commits (feb51492442881994f8d42dddfac2763794dbaec)
 

Author SHA1 Message Date
Benjamin Peterson feb5149244 -Wformat is needed by gcc 4.8 (closes #17547) 13 years ago
Antoine Pitrou 8b0e98426d Issue #17237: Fix crash in the ASCII decoder on m68k. 13 years ago
Barry Warsaw d8f870d0fa I was confused before. It's correct to not call .close() inside the with 13 years ago
Ezio Melotti 173d4109b5 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. 13 years ago
Andrew Kuchling ddcb30440d #17700: update the curses HOWTO for 3.x 13 years ago
Ezio Melotti 955382ca54 #17938: remove duplicate paragraphs. 13 years ago
Ezio Melotti ce82d57c74 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. 13 years ago
Serhiy Storchaka 263fab94ee Issue #16601: Restarting iteration over tarfile no more continues from where 13 years ago
Ezio Melotti 6bcc0f1b51 #17877: skip test if the Olson's TZ database is missing. 13 years ago
Ezio Melotti babc8227cc #16523: improve attrgetter/itemgetter/methodcaller documentation. 13 years ago
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