Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 2 | -2/+13 |
| | | | | Original patch by Amaury Forgeot d'Arc. | ||||
* | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|\ | | | | | | | (prelude to issue #6531). | ||||
| * | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
| | | | | | | | | (prelude to issue #6531). | ||||
* | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
|\ \ | |/ | | | | | Patch by Oleg Plakhotnyuk. | ||||
| * | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
| | | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
* | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 1 | -18/+18 |
| | | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable. | ||||
* | | 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 ↵ | Meador Inge | 2012-01-16 | 1 | -30/+30 |
|\ \ | |/ | | | | | _PyParser_TokenNames indexes. | ||||
| * | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -30/+30 |
| | | | | | | | | _PyParser_TokenNames indexes. | ||||
* | | Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
|\ \ | |/ | | | | | Patch by Roger Serwy. | ||||
| * | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
| | | | | | | | | Patch by Roger Serwy. | ||||
* | | 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 |
|\ \ | |/ | | | | | Patch by Erno Tukia. | ||||
| * | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
| | | | | | | | | Patch by Erno Tukia. | ||||
* | | 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 ↵ | Senthil Kumaran | 2012-01-14 | 2 | -2/+33 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | during Basic Authentication. | ||||
| * | | Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵ | Senthil Kumaran | 2012-01-14 | 2 | -5/+33 |
| | | | | | | | | | | | | Authentication. | ||||
* | | | 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 ↵ | Senthil Kumaran | 2012-01-14 | 1 | -2/+2 |
| | | | | | | | | printing the 10 slowest test. | ||||
* | | Fix a crash when the return value of a subgenerator is a temporary | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -0/+11 |
| | | | | | | | | object (with a refcount of 1) | ||||
* | | NULL and no exception set from tp_iternext means StopIteration | Benjamin Peterson | 2012-01-13 | 1 | -0/+5 |
| | | |||||
* | | add test, which was missing from d64ac9ab4cd0 | Benjamin Peterson | 2012-01-13 | 1 | -0/+842 |
| | | |||||
* | | Closes #13761: add a "flush" keyword argument to print(). | Georg Brandl | 2012-01-13 | 1 | -0/+26 |
| | | |||||
* | | Issue #13645: pyc files now contain the size of the corresponding source | Antoine Pitrou | 2012-01-13 | 8 | -40/+117 |
| | | | | | | | | | | code, to avoid timestamp collisions (especially on filesystems with a low timestamp resolution) when checking for freshness of the bytecode. | ||||
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 6 | -45/+40 |
| | | |||||
* | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵ | Antoine Pitrou | 2012-01-12 | 2 | -4/+25 |
| | | | | | | | | well as `br`. | ||||
* | | test_strlit was never run | Antoine Pitrou | 2012-01-12 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | test_strlit was never run | Antoine Pitrou | 2012-01-12 | 1 | -3/+5 |
| | | |||||
* | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 3 | -2/+46 |
| | | | | | | | | Also broaden the category of characters that count as lowercase/uppercase. | ||||
* | | Remove unused certificate from the test directory. | Antoine Pitrou | 2012-01-10 | 1 | -31/+0 |
|\ \ | |/ | |||||
| * | Remove unused certificate from the test directory. | Antoine Pitrou | 2012-01-10 | 1 | -31/+0 |
| | | |||||
* | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed file | Charles-François Natali | 2012-01-10 | 1 | -8/+2 |
| | | | | | | | | descriptor (instead of closing it). | ||||
* | | Merge with 3.2 | Terry Jan Reedy | 2012-01-09 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | #11906 Make test_argparse work interactively by removing extra space | Terry Jan Reedy | 2012-01-09 | 1 | -4/+6 |
| | | | | | | | | in comparison string that argparse does not add when program name is blank. | ||||
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 2 | -15/+32 |
| | | |||||
* | | Fix nasty typo | Raymond Hettinger | 2012-01-09 | 1 | -1/+1 |
| | | |||||
* | | provide a common method to check for RETR_DATA validity, first checking the ↵ | Giampaolo Rodola' | 2012-01-09 | 1 | -8/+10 |
| | | | | | | | | expected len and then the actual data content; this way we get a failure on len mismatch rather than content mismatch (which is very long and unreadable) |