summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #9444: use first of prefix_chars for help opt instead of raising errorR. David Murray2010-08-032-0/+5
* Issue #8867: Fix `Tools/scripts/serve.py` to work with files containingAntoine Pitrou2010-08-031-0/+6
* Issue #8065: Fix another memory leak in readline module, from failure to freeMark Dickinson2010-08-031-0/+3
* Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.Mark Dickinson2010-08-031-0/+3
* #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-021-0/+3
* #9428: fix running scripts from profile/cProfile with their own name and the ...Georg Brandl2010-08-021-0/+3
* #9209 and #7781: fix two crashes in pstats interactive browser.Georg Brandl2010-08-021-0/+6
* Fix ACKS alphabetization.R. David Murray2010-08-011-1/+1
* Fix style of referring to issues.Georg Brandl2010-08-011-8/+8
* Update OrderedDict implementation to match that in Py2.7.Raymond Hettinger2010-08-011-0/+3
* Issue #8397: Raise an error when attempting to mix iteration and regularAntoine Pitrou2010-08-011-0/+3
* #5776: fix mistakes in python specfile. (Nobody probably uses it anyway.)Georg Brandl2010-08-011-2/+2
* Issue #9448: Fix a leak of OS resources (mutexes or semaphores) whenAntoine Pitrou2010-08-011-0/+3
* #5551: symbolic links never can be mount points. Fixes the fix for #1713.Georg Brandl2010-08-011-0/+3
* Fix #8105. Add validation to mmap.mmap so invalid file descriptorsBrian Curtin2010-08-011-0/+2
* #8046: add context manager protocol support to mmap objects. Also add closed...Georg Brandl2010-08-011-0/+6
* Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-011-0/+6
* #8826: the "expires" attribute value is a date string with spaces, but appare...Georg Brandl2010-08-011-0/+2
* #1690103: fix initial namespace for code run with trace.main().Georg Brandl2010-08-011-0/+2
* Add another news entry.Georg Brandl2010-08-011-0/+2
* #8230: make Lib/test/sortperf.py run on Python 3.Georg Brandl2010-08-011-0/+2
* #8620: Cmd no longer truncates last character if stdin ends without newlineR. David Murray2010-08-012-0/+4
* #5146: handle UID THREAD command correctly.Georg Brandl2010-07-311-0/+2
* #5147: revert accidental indentation of header constant for MozillaCookieJar.Georg Brandl2010-07-311-0/+3
* #8198: the Helper class should not save the stdin and stdout objectsGeorg Brandl2010-07-311-0/+3
* Fix "Berkeley" name.Georg Brandl2010-07-311-2/+2
* #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...Georg Brandl2010-07-311-0/+3
* #1286: allow using fileinput.FileInput as context manager.Georg Brandl2010-07-311-0/+2
* Move news item to the correct position.Georg Brandl2010-07-311-2/+2
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-311-0/+2
* Post-release updates.Georg Brandl2010-07-311-0/+12
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-311-2/+0
* 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