summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove redundant sentenceBenjamin Peterson2008-12-202-2/+2
* beef up docstringBenjamin Peterson2008-12-201-1/+4
* add headingsBenjamin Peterson2008-12-201-6/+13
* copy sentence from docstringBenjamin Peterson2008-12-201-2/+2
* #4700: crtlicense.txt is displayed by the license() command and should be kep...Amaury Forgeot d'Arc2008-12-191-1/+1
* Fix typo in Python equivalent for bit_length.Mark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* _call_method -> _callmethod and _get_value to _getvalueBenjamin Peterson2008-12-191-9/+9
* fix typoBenjamin Peterson2008-12-191-4/+4
* Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.Mark Dickinson2008-12-181-1/+1
* Issue #2467: gc.DEBUG_STATS reports invalid elapsed times.Antoine Pitrou2008-12-172-23/+30
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-178-1/+239
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-179-65/+36
* Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,...Benjamin Peterson2008-12-1620-153/+329
* #3632: the "pyo" macro from gdbinit can now run when the GIL is released.Amaury Forgeot d'Arc2008-12-152-0/+6
* #3954: Fix error handling code in _hotshot.logreaderAmaury Forgeot d'Arc2008-12-153-10/+17
* Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi...Nick Coghlan2008-12-152-3/+42
* #4568: remove limitation in varargs callback example.Georg Brandl2008-12-151-25/+22
* #4578: fix has_key() usage in compiler package.Georg Brandl2008-12-155-18/+16
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
* #4446: document "platforms" argument for setup().Georg Brandl2008-12-151-0/+2
* modify other occurrence of test_bad_addressAntoine Pitrou2008-12-151-1/+1
* try to fix failure in test_bad_address on some buildbotsAntoine Pitrou2008-12-141-1/+1
* Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.).Antoine Pitrou2008-12-143-56/+89
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
* Add file that was missed from r67750Nick Coghlan2008-12-141-0/+203
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-1410-48/+161
* remove has_key usageBenjamin Peterson2008-12-141-1/+1
* Issue #4163: Use unicode-friendly word splitting in the textwrap functions wh...Antoine Pitrou2008-12-133-7/+20
* fix incorrect exampleBenjamin Peterson2008-12-131-1/+1
* Issue #4616: TarFile.utime(): Restore directory times on Windows.Lars Gustäbel2008-12-123-10/+5
* Issues #3167, #3682: tests for math.log and math.log10 were failing onMark Dickinson2008-12-112-3/+58
* Issue #4084: Fix max, min, max_mag and min_mag Decimal methods toFacundo Batista2008-12-113-16/+37
* #1030250: correctly pass the dry_run option to the mkpath() function.Amaury Forgeot d'Arc2008-12-112-1/+4
* #4559: When a context manager's __exit__() method returns an object whoseAmaury Forgeot d'Arc2008-12-103-6/+46
* Update Misc/NEWS for r67666.Jeffrey Yasskin2008-12-101-0/+3
* Add simple unittests for RequestJeremy Hylton2008-12-091-1/+47
* revert unrelated change to installer scriptBenjamin Peterson2008-12-091-1/+1
* specify how things are copiedBenjamin Peterson2008-12-092-2/+2
* Issue 4597: Fix several cases in EvalFrameEx where an exception could beJeffrey Yasskin2008-12-082-3/+28
* Consider micro version for name of CHM file.Martin v. Löwis2008-12-081-0/+2
* Add UUIDs for 2.6.1 and 2.6.2.Martin v. Löwis2008-12-081-0/+3
* #4457: rewrite __import__() documentation.Georg Brandl2008-12-071-38/+54
* Add link to the favicon to the docs.Georg Brandl2008-12-071-1/+7
* muffed the default caseSkip Montanaro2008-12-071-3/+2
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-063-11/+66
* issue 4483 - dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-063-2/+20
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33
* Issue #4445: save 3 bytes (on average, on a typical machine) perMark Dickinson2008-12-053-15/+28
* Remove confusing sentence part.Georg Brandl2008-12-051-1/+1