| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | check after comments, too (#13832) | Benjamin Peterson | 2012-01-19 | 1 | -0/+2 |
|
|
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ... | Meador Inge | 2012-01-19 | 1 | -0/+28 |
|
|
* | | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 2 | -2/+132 |
|
|
* | | | Be more lenient in test_wallclock (issue #10278). | Antoine Pitrou | 2012-01-18 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|
* | | | 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 | 2 | -2/+12 |
|\ \ \
| |/ / |
|
| * | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 2 | -2/+12 |
|
|
* | | | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solari... | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist... | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
|
|
* | | | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, d... | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil... | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
|
|
* | | | MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doe... | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in... | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
|
|
* | | | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the... | Jesus Cea | 2012-01-18 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct... | Jesus Cea | 2012-01-18 | 1 | -0/+2 |
|
|
* | | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+7 |
|
|
* | | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 2 | -2/+13 |
|
|
* | | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|\ \ \
| |/ / |
|
| * | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|
|
* | | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
|\ \ \
| |/ / |
|
| * | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
|
|
* | | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 1 | -18/+18 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. | Terry Jan Reedy | 2012-01-16 | 2 | -2/+3 |
|
|
* | | | kill useless import added by 87331661042b | Benjamin Peterson | 2012-01-16 | 1 | -1/+0 |
|
|
* | | | merge 3.2 (#13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | explain why we need this grammar file (closes #13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
|
|
* | | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName... | Meador Inge | 2012-01-16 | 1 | -30/+30 |
|\ \ \
| |/ / |
|
| * | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName... | Meador Inge | 2012-01-16 | 1 | -30/+30 |
|
|
* | | | Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
|
|
* | | | add str.casefold() (closes #13752) | Benjamin Peterson | 2012-01-14 | 1 | -0/+8 |
|
|
* | | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|
|
* | | | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|
|
* | | | make YieldFrom its own distinct from Yield (closes #13780) | Benjamin Peterson | 2012-01-14 | 1 | -2/+2 |
|
|
* | | | merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix issue13726: -S accepts an argument just as --start. | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|
|
* | | | merge heads. | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge. | Charles-François Natali | 2012-01-14 | 1 | -3/+3 |
| |\ \ \ |
|
| * | | | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. | Charles-François Natali | 2012-01-14 | 1 | -1/+1 |
|
|
* | | | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d... | Senthil Kumaran | 2012-01-14 | 2 | -2/+33 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe... | Senthil Kumaran | 2012-01-14 | 2 | -5/+33 |
|
|
* | | | | merge from 3.2 | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Adding the -o option for Issue13726 | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|
|
* | | | | merge from 3.2 | Senthil Kumaran | 2012-01-14 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin... | Senthil Kumaran | 2012-01-14 | 1 | -2/+2 |
|
|