| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 8 | -1/+239 |
|
|
* | Issue #2183: Simplify and optimize bytecode for list comprehensions. | Antoine Pitrou | 2008-12-17 | 9 | -65/+36 |
|
|
* | Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,... | Benjamin Peterson | 2008-12-16 | 20 | -153/+329 |
|
|
* | #3632: the "pyo" macro from gdbinit can now run when the GIL is released. | Amaury Forgeot d'Arc | 2008-12-15 | 2 | -0/+6 |
|
|
* | #3954: Fix error handling code in _hotshot.logreader | Amaury Forgeot d'Arc | 2008-12-15 | 3 | -10/+17 |
|
|
* | Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi... | Nick Coghlan | 2008-12-15 | 2 | -3/+42 |
|
|
* | #4568: remove limitation in varargs callback example. | Georg Brandl | 2008-12-15 | 1 | -25/+22 |
|
|
* | #4578: fix has_key() usage in compiler package. | Georg Brandl | 2008-12-15 | 5 | -18/+16 |
|
|
* | #4611: fix typo. | Georg Brandl | 2008-12-15 | 1 | -1/+1 |
|
|
* | #4446: document "platforms" argument for setup(). | Georg Brandl | 2008-12-15 | 1 | -0/+2 |
|
|
* | modify other occurrence of test_bad_address | Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
|
|
* | try to fix failure in test_bad_address on some buildbots | Antoine Pitrou | 2008-12-14 | 1 | -1/+1 |
|
|
* | Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). | Antoine Pitrou | 2008-12-14 | 3 | -56/+89 |
|
|
* | fix missing bracket | Benjamin Peterson | 2008-12-14 | 1 | -1/+1 |
|
|
* | Add file that was missed from r67750 | Nick Coghlan | 2008-12-14 | 1 | -0/+203 |
|
|
* | Fix several issues relating to access to source code inside zipfiles. Initial... | Nick Coghlan | 2008-12-14 | 10 | -48/+161 |
|
|
* | remove has_key usage | Benjamin Peterson | 2008-12-14 | 1 | -1/+1 |
|
|
* | Issue #4163: Use unicode-friendly word splitting in the textwrap functions wh... | Antoine Pitrou | 2008-12-13 | 3 | -7/+20 |
|
|
* | fix incorrect example | Benjamin Peterson | 2008-12-13 | 1 | -1/+1 |
|
|
* | Issue #4616: TarFile.utime(): Restore directory times on Windows. | Lars Gustäbel | 2008-12-12 | 3 | -10/+5 |
|
|
* | Issues #3167, #3682: tests for math.log and math.log10 were failing on | Mark Dickinson | 2008-12-11 | 2 | -3/+58 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 3 | -16/+37 |
|
|
* | #1030250: correctly pass the dry_run option to the mkpath() function. | Amaury Forgeot d'Arc | 2008-12-11 | 2 | -1/+4 |
|
|
* | #4559: When a context manager's __exit__() method returns an object whose | Amaury Forgeot d'Arc | 2008-12-10 | 3 | -6/+46 |
|
|
* | Update Misc/NEWS for r67666. | Jeffrey Yasskin | 2008-12-10 | 1 | -0/+3 |
|
|
* | Add simple unittests for Request | Jeremy Hylton | 2008-12-09 | 1 | -1/+47 |
|
|
* | revert unrelated change to installer script | Benjamin Peterson | 2008-12-09 | 1 | -1/+1 |
|
|
* | specify how things are copied | Benjamin Peterson | 2008-12-09 | 2 | -2/+2 |
|
|
* | Issue 4597: Fix several cases in EvalFrameEx where an exception could be | Jeffrey Yasskin | 2008-12-08 | 2 | -3/+28 |
|
|
* | Consider micro version for name of CHM file. | Martin v. Löwis | 2008-12-08 | 1 | -0/+2 |
|
|
* | Add UUIDs for 2.6.1 and 2.6.2. | Martin v. Löwis | 2008-12-08 | 1 | -0/+3 |
|
|
* | #4457: rewrite __import__() documentation. | Georg Brandl | 2008-12-07 | 1 | -38/+54 |
|
|
* | Add link to the favicon to the docs. | Georg Brandl | 2008-12-07 | 1 | -1/+7 |
|
|
* | muffed the default case | Skip Montanaro | 2008-12-07 | 1 | -3/+2 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 3 | -11/+66 |
|
|
* | issue 4483 - dbm build failures on systems with gdbm_compat lib. | Skip Montanaro | 2008-12-06 | 3 | -2/+20 |
|
|
* | Follow-up to #4488: document PIPE and STDOUT properly. | Georg Brandl | 2008-12-06 | 1 | -18/+33 |
|
|
* | Issue #4445: save 3 bytes (on average, on a typical machine) per | Mark Dickinson | 2008-12-05 | 3 | -15/+28 |
|
|
* | Remove confusing sentence part. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | Followup to #4511: add link from decorator glossary entry to definition. | Georg Brandl | 2008-12-05 | 1 | -0/+3 |
|
|
* | Issue #4461: Safety check in parsenumber (ast.c) | Mark Dickinson | 2008-12-05 | 1 | -0/+1 |
|
|
* | be more specific, and parallel to the py3k branch | Fred Drake | 2008-12-05 | 1 | -2/+2 |
|
|
* | bump version number | Fred Drake | 2008-12-05 | 1 | -1/+1 |
|
|
* | Move __import__ to the bottom of the functions list. | Georg Brandl | 2008-12-05 | 1 | -61/+61 |
|
|
* | #3171: document that *slice are removed in 3k. | Georg Brandl | 2008-12-05 | 1 | -0/+13 |
|
|
* | #4478: document that copyfile() can raise Error. | Georg Brandl | 2008-12-05 | 1 | -1/+2 |
|
|
* | #4517: add "special method" glossary entry and clarify when __getattribute__ ... | Georg Brandl | 2008-12-05 | 2 | -1/+7 |
|
|
* | #4529: fix parser's validation for try-except-finally statements. | Georg Brandl | 2008-12-05 | 3 | -23/+36 |
|
|
* | #4544: add `dedent` to textwrap.__all__. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | #4441 followup: Add link to open() docs for Windows. | Georg Brandl | 2008-12-05 | 1 | -2/+2 |
|
|