summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* #9411: allow selecting an encoding for configparser files. Also adds a new t...Georg Brandl2010-07-291-0/+3
* #1682942: add some ConfigParser features: alternate delimiters, alternate com...Georg Brandl2010-07-281-0/+3
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-281-0/+2
* Issue #8991: convertbuffer() rejects discontigious buffersVictor Stinner2010-07-281-0/+2
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-0/+2
* Issue #9378: python -m pickle <pickle file> will now load and displayAlexander Belopolsky2010-07-271-0/+3
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-0/+4
* Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-271-0/+2
* The default size of the re module's compiled regular expression cache hasGregory P. Smith2010-07-271-0/+7
* Add note about #7113 and add Łukasz Langa to ACKSBrian Curtin2010-07-261-0/+2
* #9032: XML-RPC client: Transport.request() retries on EPIPE errorVictor Stinner2010-07-241-0/+4
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-241-0/+4
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-0/+8
* This fixes issue7900 by adding code that dealsRonald Oussoren2010-07-231-0/+7
* Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-0/+2
* Fix for issue 7895. Avoid crashing the interpreterRonald Oussoren2010-07-231-0/+2
* Document the fact that the 'test' package is meant only for use by PythonBrett Cannon2010-07-231-0/+3
* Issue #9323: Fixed a bug in trace.py that resulted in loosing the nameAlexander Belopolsky2010-07-211-0/+3
* Issue #9282: Fixed --listfuncs option of trace.py. Thanks EliAlexander Belopolsky2010-07-201-0/+3
* Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-191-0/+3
* Clarify Misc/NEWS entry.Mark Dickinson2010-07-181-2/+2
* Misc/NEWS entry for r82941.Mark Dickinson2010-07-181-0/+5
* Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.xAlexander Belopolsky2010-07-171-0/+3
* sharedinstall should depend on sharedmods #9280Benjamin Peterson2010-07-171-0/+2
* Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-171-0/+4
* #1555570: correctly handle a \r\n that is split by the read buffer.R. David Murray2010-07-171-0/+3
* Issue #9251: test_threaded_import didn't fail when run through regrtestAntoine Pitrou2010-07-141-0/+3
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-131-0/+2
* allow byte literalsBenjamin Peterson2010-07-111-0/+2
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-111-0/+3
* Issue #8974: fix print calls in msgfmt.py.Martin v. Löwis2010-07-111-1/+1
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-111-0/+3
* Issue #7616: Fix copying of overlapping memoryview slices with the IntelAntoine Pitrou2010-07-111-0/+3
* Allow set literals in literal_eval().Georg Brandl2010-07-111-1/+3
* Fix for issue 9164Ronald Oussoren2010-07-111-0/+2
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-091-0/+6
* 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.R. David Murray2010-07-091-0/+2
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-0/+3
* Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.Mark Dickinson2010-07-081-0/+4
* Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.Mark Dickinson2010-07-081-0/+4
* Issue #8605: Skip test_gdb if Python is compiled with optimizations.Antoine Pitrou2010-07-081-0/+2
* make struct sequences subclass tuple; kill lots of codeBenjamin Peterson2010-07-071-0/+2
* add NEWSBenjamin Peterson2010-07-071-0/+3
* Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.Mark Dickinson2010-07-071-0/+2
* Issue #9000: datetime.timezone objects now have eval-friendly repr.Alexander Belopolsky2010-07-061-0/+2
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-0/+2
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-0/+2
* Issue #9094: Make python -m pickletools disassemble pickles given inAlexander Belopolsky2010-07-031-0/+4
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-0/+3
* Merged revisions 82492 via svnmerge fromVictor Stinner2010-07-031-1/+4