summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #2467: gc.DEBUG_STATS reports invalid elapsed times.Antoine Pitrou2008-12-171-0/+4
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-172-0/+3
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-0/+3
* #3632: the "pyo" macro from gdbinit can now run when the GIL is released.Amaury Forgeot d'Arc2008-12-151-0/+3
* #3954: Fix error handling code in _hotshot.logreaderAmaury Forgeot d'Arc2008-12-151-0/+3
* Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.).Antoine Pitrou2008-12-141-0/+4
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-141-0/+19
* Issue #4163: Use unicode-friendly word splitting in the textwrap functions wh...Antoine Pitrou2008-12-131-0/+3
* Issue #4616: TarFile.utime(): Restore directory times on Windows.Lars Gustäbel2008-12-121-0/+2
* Issues #3167, #3682: tests for math.log and math.log10 were failing onMark Dickinson2008-12-111-0/+3
* Issue #4084: Fix max, min, max_mag and min_mag Decimal methods toFacundo Batista2008-12-111-0/+4
* #1030250: correctly pass the dry_run option to the mkpath() function.Amaury Forgeot d'Arc2008-12-111-0/+3
* #4559: When a context manager's __exit__() method returns an object whoseAmaury Forgeot d'Arc2008-12-101-0/+3
* Update Misc/NEWS for r67666.Jeffrey Yasskin2008-12-101-0/+3
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+3
* issue 4483 - dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-0/+3
* Issue #4445: save 3 bytes (on average, on a typical machine) perMark Dickinson2008-12-051-0/+5
* #4529: fix parser's validation for try-except-finally statements.Georg Brandl2008-12-051-0/+3
* #4458: recognize "-" as an argument, not a malformed option in gnu_getopt().Georg Brandl2008-12-051-0/+3
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-1/+1
* Took Nick Coghlan's advice about importing warnings globally in logging, to a...Vinay Sajip2008-12-041-5/+5
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+3
* Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters toFred Drake2008-12-041-0/+4
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-1/+7
* Backport r67478Raymond Hettinger2008-12-031-0/+3
* Issue #4365: Add crtassem.h constants to the msvcrt module.Martin v. Löwis2008-11-301-0/+2
* Issue #4389: Add icon to the uninstall entry inMartin v. Löwis2008-11-301-0/+2
* Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an...Christian Heimes2008-11-281-0/+3
* #4396 make the parser module correctly validate the with syntaxBenjamin Peterson2008-11-241-0/+5
* #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter fromAmaury Forgeot d'Arc2008-11-221-0/+4
* backport r67325: make FileIO.mode always contain 'b'Benjamin Peterson2008-11-221-0/+2
* don't segfault when \N escapes are used and unicodedata fails to loadBenjamin Peterson2008-11-211-0/+3
* #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not...Amaury Forgeot d'Arc2008-11-211-0/+3
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-0/+5
* make sure that bytearray methods return a new bytearray even if there is no c...Benjamin Peterson2008-11-191-0/+3
* Issue #4289: Remove Cancel button from AdvancedDlg.Martin v. Löwis2008-11-191-0/+2
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-191-0/+2
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-0/+2
* when __getattr__ is a descriptor, call it correctly; fixes #4230Benjamin Peterson2008-11-171-0/+2
* The docs for httplib.HTTPConnection.putheader() have claimed for quite a whileBrett Cannon2008-11-151-0/+3
* Issue #1656675: Register a drop handler for .py* files on Windows.Martin v. Löwis2008-11-071-0/+2
* Issue #4120: Exclude manifest from extension modules in VS2008.Martin v. Löwis2008-11-061-0/+2
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-0/+2
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-0/+3
* #4048 make the parser module accept relative imports as validBenjamin Peterson2008-11-032-0/+3
* make sure the parser flags and passed onto the compilerBenjamin Peterson2008-10-311-0/+3
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+3
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-301-0/+2
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-261-0/+3
* Typo fix.Georg Brandl2008-10-251-1/+1