summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-311-0/+2
* Bump versions and review NEWS file.Georg Brandl2010-07-312-752/+712
* Part of #7245: when KeyboardInterrupt is raised while defining commands, rest...Georg Brandl2010-07-301-0/+3
* - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.Matthias Klose2010-07-301-0/+2
* Show the traceback line numbers as well as the current line numbers if an exc...Georg Brandl2010-07-301-0/+4
* Use OpenSSL 1.0.0a on Windows.Martin v. Löwis2010-07-301-0/+2
* Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.Georg Brandl2010-07-302-0/+10
* Add myself for pdb.Georg Brandl2010-07-301-1/+1
* #809887: improve pdb feedback for breakpoint-related actions. Also add a fun...Georg Brandl2010-07-301-0/+3
* #5294: Fix the behavior of pdb "continue" command when called in the top-leve...Georg Brandl2010-07-301-0/+3
* #5727: Restore the ability to use readline when calling into pdb in doctests.Georg Brandl2010-07-301-0/+3
* #6719: In pdb, do not stop somewhere in the encodings machinery if the source...Georg Brandl2010-07-301-0/+3
* Issue #8048: Prevent doctests from failing when sys.displayhook hasGeorg Brandl2010-07-301-0/+3
* #8015: fix crash when entering an empty line for breakpoint commands. Also r...Georg Brandl2010-07-301-0/+3
* Allow giving an explicit line number to "until".Georg Brandl2010-07-301-0/+2
* #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g...Georg Brandl2010-07-301-0/+4
* #4179: In pdb, allow "list ." as a command to return to the currently debugge...Georg Brandl2010-07-301-0/+3
* Issue #9422: Fix memory leak when re-initializing a struct.Struct object.Mark Dickinson2010-07-291-0/+2
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-291-0/+3
* #6630: allow customizing flags for compiling string.Template.idpattern.Georg Brandl2010-07-291-0/+3
* #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-282-1/+3
* 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 #9294: remove dead code in Objects/object.c. Patch by Grant Limberg.Antoine Pitrou2010-07-271-0/+1
* 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 Reid.Georg Brandl2010-07-261-0/+4
* Add Brian Quinlan.Georg Brandl2010-07-261-0/+3
* Add note about #7113 and add Łukasz Langa to ACKSBrian Curtin2010-07-262-0/+3
* Issue #4686 - add .args to exceptions in the configparsermoduleMichael Foord2010-07-251-1/+1
* #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
* Add Brian Brazil.Brett Cannon2010-07-231-0/+1
* Test calendar.monthrange.Brett Cannon2010-07-231-0/+1
* 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-212-1/+4
* Issue #9282: Fixed --listfuncs option of trace.py. Thanks EliAlexander Belopolsky2010-07-202-0/+4
* 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