summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-122-0/+7
* | | only close non-None filesBenjamin Peterson2013-05-111-1/+2
* | | -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-114-5/+8
* | | Issue #17237: Fix crash in the ASCII decoder on m68k.Antoine Pitrou2013-05-112-0/+11
* | | I was confused before. It's correct to not call .close() inside the withBarry Warsaw2013-05-101-2/+3
* | | #17841: remove missing codecs aliases from the documentation. Patch by Thoma...Ezio Melotti2013-05-102-33/+34
* | | #17700: update the curses HOWTO for 3.xAndrew Kuchling2013-05-101-178/+290
* | | #17938: remove duplicate paragraphs.Ezio Melotti2013-05-091-16/+0
* | | #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P...Ezio Melotti2013-05-092-1/+3
* | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-094-5/+19
* | | #17877: skip test if the Olson's TZ database is missing.Ezio Melotti2013-05-081-0/+4
* | | #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-082-21/+40
* | | #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* | | #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh C...Ezio Melotti2013-05-072-1/+3
* | | Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* | | Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-062-7/+22
* | | Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-062-7/+31
* | | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_...David Malcolm2013-05-062-1/+4
* | | #14187: Add glossary entry for 'function annotations'.R David Murray2013-05-061-0/+10
* | | Issue #17805: Add AsyncResult alias for ApplyResultRichard Oudkerk2013-05-061-0/+2
* | | #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-063-5/+2
* | | Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* | | #17798: Allow IDLE to edit new files when specified on command line.Roger Serwy2013-05-052-0/+4
* | | Fix crash caused by 8c1385205a35Antoine Pitrou2013-05-051-6/+8
* | | Fix a test to not use an assertion for something that could beBrett Cannon2013-05-041-1/+2
* | | Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-042-3/+14
* | | Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-044-8/+22
* | | Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-2/+6
* | | #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-048-28/+24
* | | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-045-1/+51
* | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-043-0/+6
* | | Issue #15902: Fix imp.load_module() to accept None as a file whenBrett Cannon2013-05-033-2/+24
* | | Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-034-0/+9
* | | #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-013-0/+18
* | | Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-011-3/+2
|/ /
* | Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-302-21/+26
* | #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
* | #17881: clarify documentation of plistlib.Ezio Melotti2013-04-301-3/+3
* | fix the news entry, the description in 3.3 should be differentGregory P. Smith2013-04-301-3/+3
* | news entryGregory P. Smith2013-04-301-0/+4
|\ \ | |/
| * news entryGregory P. Smith2013-04-301-0/+4
* | null mergeGregory P. Smith2013-04-300-0/+0
|\ \ | |/
| * This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* | * Fix remaining bits of issue 17192 for 3.3 - these changesGregory P. Smith2013-04-3016-231/+418
* | * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patchGregory P. Smith2013-04-303-33/+58
|\ \ | |/
| * * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-303-33/+58
* | ignore errors when trying to fetch sys.stdin.encoding (closes #17863)Benjamin Peterson2013-04-292-9/+11
* | raise an ImportError (rather than fatal) when __import__ is not found in __bu...Benjamin Peterson2013-04-293-1/+11
* | #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
* | Issue #17358: imp.load_source() and load_compiled() should now returnBrett Cannon2013-04-282-2/+15