| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67809 via svnmerge from | Benjamin Peterson | 2008-12-21 | 1 | -1/+2 |
|
|
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 2 | -0/+72 |
|
|
* | Issue #2183: Simplify and optimize bytecode for list comprehensions. | Antoine Pitrou | 2008-12-17 | 3 | -33/+18 |
|
|
* | Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,... | Benjamin Peterson | 2008-12-16 | 20 | -153/+329 |
|
|
* | #3954: Fix error handling code in _hotshot.logreader | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -0/+6 |
|
|
* | Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi... | Nick Coghlan | 2008-12-15 | 2 | -3/+42 |
|
|
* | #4578: fix has_key() usage in compiler package. | Georg Brandl | 2008-12-15 | 5 | -18/+16 |
|
|
* | 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 | 2 | -56/+85 |
|
|
* | 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 | 8 | -48/+111 |
|
|
* | 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 | 2 | -7/+17 |
|
|
* | Issue #4616: TarFile.utime(): Restore directory times on Windows. | Lars Gustäbel | 2008-12-12 | 2 | -10/+3 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 2 | -16/+33 |
|
|
* | #1030250: correctly pass the dry_run option to the mkpath() function. | Amaury Forgeot d'Arc | 2008-12-11 | 1 | -1/+1 |
|
|
* | #4559: When a context manager's __exit__() method returns an object whose | Amaury Forgeot d'Arc | 2008-12-10 | 1 | -0/+30 |
|
|
* | Add simple unittests for Request | Jeremy Hylton | 2008-12-09 | 1 | -1/+47 |
|
|
* | Issue 4597: Fix several cases in EvalFrameEx where an exception could be | Jeffrey Yasskin | 2008-12-08 | 1 | -0/+14 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -0/+32 |
|
|
* | Issue #4445: save 3 bytes (on average, on a typical machine) per | Mark Dickinson | 2008-12-05 | 1 | -2/+2 |
|
|
* | #4529: fix parser's validation for try-except-finally statements. | Georg Brandl | 2008-12-05 | 1 | -0/+10 |
|
|
* | #4544: add `dedent` to textwrap.__all__. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). | Georg Brandl | 2008-12-05 | 2 | -1/+6 |
|
|
* | rename the new check_call_output to check_output. its less ugly. | Gregory P. Smith | 2008-12-05 | 2 | -22/+22 |
|
|
* | Took Nick Coghlan's advice about importing warnings globally in logging, to a... | Vinay Sajip | 2008-12-04 | 1 | -3/+1 |
|
|
* | Adds a subprocess.check_call_output() function to return the output from a | Gregory P. Smith | 2008-12-04 | 2 | -12/+94 |
|
|
* | Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to | Fred Drake | 2008-12-04 | 2 | -3/+41 |
|
|
* | Issue #4384: Added logging integration with warnings module using captureWarn... | Vinay Sajip | 2008-12-03 | 2 | -4/+86 |
|
|
* | Backport r67478 | Raymond Hettinger | 2008-12-03 | 1 | -0/+2 |
|
|
* | Send HTTP headers and message body in a single send() call. | Jeremy Hylton | 2008-11-29 | 2 | -27/+46 |
|
|
* | Reflow long lines. | Jeremy Hylton | 2008-11-29 | 1 | -5/+10 |
|
|
* | Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,... | Benjamin Peterson | 2008-11-28 | 15 | -86/+104 |
|
|
* | issue4238: bsd support for cpu_count | Jesse Noller | 2008-11-28 | 1 | -1/+1 |
|
|
* | Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an... | Christian Heimes | 2008-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 67183,67191,67371 via svnmerge from | Benjamin Peterson | 2008-11-25 | 3 | -10/+32 |
|
|
* | Add unittests that verify documented behavior of public methods in Transport | Jeremy Hylton | 2008-11-24 | 1 | -1/+86 |
|
|
* | #4396 make the parser module correctly validate the with syntax | Benjamin Peterson | 2008-11-24 | 1 | -0/+4 |
|
|
* | raise a better error | Benjamin Peterson | 2008-11-23 | 1 | -1/+1 |
|
|
* | Fix typo. | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | backport r67325: make FileIO.mode always contain 'b' | Benjamin Peterson | 2008-11-22 | 2 | -9/+9 |
|
|
* | don't segfault when \N escapes are used and unicodedata fails to load | Benjamin Peterson | 2008-11-21 | 1 | -2/+25 |
|
|
* | #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not... | Amaury Forgeot d'Arc | 2008-11-21 | 1 | -2/+2 |
|
|
* | Fixed issue #4233. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -0/+24 |
|
|
* | backport r67300 | Benjamin Peterson | 2008-11-20 | 2 | -9/+47 |
|
|
* | oops! didn't mean to disable that test | Benjamin Peterson | 2008-11-20 | 1 | -1/+1 |
|
|
* | make sure that bytearray methods return a new bytearray even if there is no c... | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | Fix for issue 4332 in trunk. | Josiah Carlson | 2008-11-19 | 1 | -1/+1 |
|
|
* | Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|