summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #13809: Make bz2 module work with threads disabled.Nadeem Vawda2012-01-172-2/+13
* Test running of code in a sub-interpreterAntoine Pitrou2012-01-171-0/+17
|\
| * Test running of code in a sub-interpreterAntoine Pitrou2012-01-171-0/+17
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-18/+67
|\ \ | |/
| * Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-18/+67
* | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-161-18/+18
* | Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.Terry Jan Reedy2012-01-162-2/+3
|\ \ | |/
| * #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.Terry Jan Reedy2012-01-162-2/+3
* | kill useless import added by 87331661042bBenjamin Peterson2012-01-161-1/+0
* | merge 3.2 (#13766)Benjamin Peterson2012-01-161-1/+1
|\ \ | |/
| * explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-161-1/+1
* | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-30/+30
|\ \ | |/
| * Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-30/+30
* | Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
|\ \ | |/
| * #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
* | add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-0/+8
* | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-1/+1
|\ \ | |/
| * Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-1/+1
* | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-1/+1
|\ \ | |/
| * Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-1/+1
* | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-2/+2
* | merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
|\ \ | |/
| * Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
* | merge heads.Senthil Kumaran2012-01-141-1/+1
|\ \
| * \ Merge.Charles-François Natali2012-01-141-3/+3
| |\ \
| * | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-141-1/+1
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...Senthil Kumaran2012-01-142-2/+33
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-142-5/+33
* | | merge from 3.2Senthil Kumaran2012-01-141-1/+1
|\ \ \ | |/ /
| * | Adding the -o option for Issue13726Senthil Kumaran2012-01-141-1/+1
* | | merge from 3.2Senthil Kumaran2012-01-141-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-141-2/+2
* | Fix a crash when the return value of a subgenerator is a temporaryAmaury Forgeot d'Arc2012-01-131-0/+11
* | NULL and no exception set from tp_iternext means StopIterationBenjamin Peterson2012-01-131-0/+5
* | add test, which was missing from d64ac9ab4cd0Benjamin Peterson2012-01-131-0/+842
* | Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-131-0/+26
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-138-40/+117
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-136-45/+40
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-122-4/+25
* | test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|\ \ | |/
| * test_strlit was never runAntoine Pitrou2012-01-121-3/+5
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-113-2/+46
* | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
|\ \ | |/
| * Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
* | Issue #13757: Change os.fdlistdir() so that it duplicates the passed fileCharles-François Natali2012-01-101-8/+2
* | Merge with 3.2Terry Jan Reedy2012-01-091-4/+6
|\ \ | |/
| * #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-092-15/+32
* | Fix nasty typoRaymond Hettinger2012-01-091-1/+1
* | provide a common method to check for RETR_DATA validity, first checking the e...Giampaolo Rodola'2012-01-091-8/+10