Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #5689: Avoid excessive memory usage by using the default lzma preset. | Lars Gustäbel | 2012-01-18 | 1 | -5/+1 |
| | |||||
* | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 3 | -2/+15 |
|\ | |||||
| * | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 3 | -2/+15 |
| | | |||||
* | | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under ↵ | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
|\ \ | |/ | | | | | Solaris, distutils doesn't include bitness in the directory name | ||||
| * | And yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
| | | | | | | | | distutils doesn't include bitness in the directory name | ||||
* | | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
|\ \ | |/ | | | | | distutils doesn't include bitness in the directory name | ||||
| * | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
| | | | | | | | | distutils doesn't include bitness in the directory name | ||||
* | | #13665: merge with 3.2. | Ezio Melotti | 2012-01-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #13665: s/string/bytes/ in error message. | Ezio Melotti | 2012-01-18 | 1 | -1/+1 |
| | | |||||
* | | Use ASCII quotes and fix markup. | Ezio Melotti | 2012-01-18 | 2 | -5/+5 |
| | | |||||
* | | MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils ↵ | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
|\ \ | |/ | | | | | doesn't include bitness in the directory name | ||||
| * | Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't ↵ | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
| | | | | | | | | include bitness in the directory name | ||||
* | | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in ↵ | Jesus Cea | 2012-01-18 | 2 | -0/+5 |
|\ \ | |/ | | | | | the directory name | ||||
| * | Closes #13803: Under Solaris, distutils doesn't include bitness in the ↵ | Jesus Cea | 2012-01-18 | 2 | -0/+5 |
| | | | | | | | | directory name | ||||
* | | Merge | Antoine Pitrou | 2012-01-18 | 8 | -9/+96 |
|\ \ | |||||
| * | | Issue #10278: fix a typo in the doc | Victor Stinner | 2012-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 5 | -5/+75 |
| | | | |||||
| * | | Add missing versionadded in webbrowser doc. | Ezio Melotti | 2012-01-18 | 1 | -2/+5 |
| | | | |||||
| * | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 3 | -2/+16 |
| | | | | | | | | | | | | Original patch by Amaury Forgeot d'Arc. | ||||
* | | | Fix error handling in timemodule.c | Antoine Pitrou | 2012-01-18 | 1 | -2/+6 |
|/ / | |||||
* | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 2 | -0/+44 |
|\ \ | |/ | | | | | (prelude to issue #6531). | ||||
| * | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 2 | -0/+44 |
| | | | | | | | | (prelude to issue #6531). | ||||
* | | Issue #13727: Add 3 macros to access PyDateTime_Delta members: | Amaury Forgeot d'Arc | 2012-01-17 | 3 | -0/+35 |
| | | | | | | | | | | | | | | PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS, PyDateTime_DELTA_GET_MICROSECONDS. Please use them instead of directly accessing PyDateTime_Delta struct members. | ||||
* | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 4 | -18/+71 |
|\ \ | |/ | | | | | Patch by Oleg Plakhotnyuk. | ||||
| * | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 4 | -18/+71 |
| | | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
* | | Add missing sentinel to PyCursesWindow_getsets | Ronald Oussoren | 2012-01-17 | 1 | -1/+2 |
| | | | | | | | | The PyCursesWindow_getsets array was introduced without sentinel in c3581ca21a57. | ||||
* | | fix indentation | Benjamin Peterson | 2012-01-16 | 1 | -5/+5 |
| | | |||||
* | | break out switch at correct place | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | only finish error if one occurred | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | | |||||
* | | move LINENO define to where it actually belongs | Benjamin Peterson | 2012-01-16 | 2 | -4/+1 |
| | | |||||
* | | streamline normalizer identification a bit | Benjamin Peterson | 2012-01-16 | 1 | -25/+55 |
| | | |||||
* | | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 1 | -2/+0 |
| | | |||||
* | | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 1 | -2/+0 |
| | | |||||
* | | don't ready in case_operation, since most callers do it themselves | Benjamin Peterson | 2012-01-16 | 1 | -2/+5 |
| | | |||||
* | | Issue: #12409: merge with 3.2 | Sandro Tosi | 2012-01-16 | 1 | -221/+0 |
|\ \ | |/ | |||||
| * | Issue: #12409: remove obsolete susp-entries | Sandro Tosi | 2012-01-16 | 1 | -128/+0 |
| | | |||||
* | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 2 | -18/+19 |
| | | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable. | ||||
* | | fix spelling | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | invert condition (head bang) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | murder tabs | Benjamin Peterson | 2012-01-16 | 1 | -98/+98 |
| | | |||||
* | | fix possible refleaks | Benjamin Peterson | 2012-01-16 | 1 | -2/+4 |
| | | |||||
* | | use helpful PyUnicode_IS_ASCII macro | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | PyUnicode_DecodeUTF8 will always return a ready string | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | | |||||
* | | rewrite such that this actually makes sense | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | regenerated using autoconf, includes dirfd test. | Gregory P. Smith | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | Add a test for the dirfd library function (to be used in an upcoming | Gregory P. Smith | 2012-01-16 | 2 | -1/+4 |
|\ \ | |/ | | | | | change). configure will be regenerated in the next commit. | ||||
| * | regenerate configure using autoconf. includes the dirfd test. | Gregory P. Smith | 2012-01-16 | 1 | -286/+309 |
| | | |||||
| * | Test for the dirfd library function (for use in some upcoming | Gregory P. Smith | 2012-01-16 | 2 | -1/+4 |
| | | | | | | | | changes). | ||||
* | | Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy. | Terry Jan Reedy | 2012-01-16 | 2 | -2/+3 |
|\ \ | |/ |