summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Backport r67974:Georg Brandl2008-12-281-0/+3
* Issue #4677: add two list comprehension tests to pybench.Antoine Pitrou2008-12-271-0/+5
* #4748 lambda generators shouldn't return valuesBenjamin Peterson2008-12-271-0/+2
* Patch #4739 by David Laban: add symbols to pydoc help topics,Georg Brandl2008-12-271-0/+3
* Issue #4756: zipfile.is_zipfile() now supports file-like objects.Antoine Pitrou2008-12-271-0/+3
* Add Misc/NEWS entry for r67934.Alexandre Vassalotti2008-12-271-0/+3
* fixed #4400 : distutils .pypirc default generated file was broken.Tarek Ziadé2008-12-241-0/+2
* #4736 BufferRWPair.closed shouldn't try to call another property as a functionBenjamin Peterson2008-12-241-0/+2
* As a result of a regression that snuck into 2.5.3 add a test case thatSkip Montanaro2008-12-231-0/+3
* add NEWS noteBenjamin Peterson2008-12-221-0/+2
* Add Tarek for work on distutils.Neal Norwitz2008-12-211-0/+3
* 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