Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only check this when parsing python | Benjamin Peterson | 2012-01-19 | 1 | -0/+2 |
| | |||||
* | Issue #11948: merge with 3.2 | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
|\ | |||||
| * | Issue #11948: clarify modules search path | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
| | | |||||
* | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ↵ | Meador Inge | 2012-01-19 | 5 | -0/+52 |
| | | | | | | | | interactive statement | ||||
* | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 4 | -3/+187 |
| | | |||||
* | | Null merge | Meador Inge | 2012-01-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #2134: Clarify token.OP handling rationale in tokenize documentation. | Meador Inge | 2012-01-19 | 2 | -0/+9 |
| | | |||||
* | | improve casefold/lower/upper docs | Benjamin Peterson | 2012-01-19 | 1 | -2/+18 |
| | | |||||
* | | Be more lenient in test_wallclock (issue #10278). | Antoine Pitrou | 2012-01-18 | 1 | -2/+2 |
| | | |||||
* | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 2 | -9/+3 |
|\ \ | |/ | | | | | registry. | ||||
| * | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 2 | -9/+3 |
| | | | | | | | | registry. | ||||
* | | Finally fix all test_capi refleaks | Antoine Pitrou | 2012-01-18 | 1 | -9/+16 |
| | | |||||
* | | Fix some of the remaining test_capi leaks | Antoine Pitrou | 2012-01-18 | 1 | -3/+5 |
| | | |||||
* | | Fix some of the remaining test_capi refleaks | Antoine Pitrou | 2012-01-18 | 1 | -0/+2 |
| | | |||||
* | | Fix some of the refleaks in test_capi (ported from 3.2) | Antoine Pitrou | 2012-01-18 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Fix refleaks in test_capi | Antoine Pitrou | 2012-01-18 | 1 | -3/+7 |
| | | | | | | | | (this was easier than I thought!) | ||||
* | | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 2 | -0/+7 |
|\ \ | |/ | | | | | future reinitialization. | ||||
| * | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 2 | -0/+7 |
| | | | | | | | | future reinitialization. | ||||
* | | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 |
| | | |||||
* | | Merge refleak fixes from 3.2 | Antoine Pitrou | 2012-01-18 | 2 | -75/+64 |
|\ \ | |/ | |||||
| * | Fix the _io module leaking references when a sub-interpreter is created. | Antoine Pitrou | 2012-01-18 | 1 | -48/+36 |
| | | |||||
| * | Fix leaking a RuntimeError objects when creating sub-interpreters | Antoine Pitrou | 2012-01-18 | 1 | -21/+23 |
| | | |||||
* | | Fix a memory leak when initializing the standard I/O streams. | Antoine Pitrou | 2012-01-18 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix a memory leak when initializing the standard I/O streams. | Antoine Pitrou | 2012-01-18 | 1 | -1/+2 |
| | | |||||
* | | 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. |