summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test for the dirfd library function (to be used in an upcomingGregory P. Smith2012-01-162-1/+4
|\
| * regenerate configure using autoconf. includes the dirfd test.Gregory P. Smith2012-01-161-286/+309
| * Test for the dirfd library function (for use in some upcomingGregory P. Smith2012-01-162-1/+4
* | 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
* | #13715: merge with 3.2.Ezio Melotti2012-01-161-1/+1
|\ \ | |/
| * #13715: fix typo in unicodedata doc. Patch by Eli Collins.Ezio Melotti2012-01-161-1/+1
* | #13695: merge with 3.2.Ezio Melotti2012-01-162-3/+3
|\ \ | |/
| * #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-162-3/+3
* | kill useless import added by 87331661042bBenjamin Peterson2012-01-161-1/+0
* | fix old titlecase function for extended case charsBenjamin Peterson2012-01-161-0/+2
* | 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
* | comment about how flags could be expandedBenjamin Peterson2012-01-161-0/+1
* | delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson2012-01-163-3452/+1356
* | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-164-76/+78
|\ \ | |/
| * Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-164-76/+78
* | 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
* | Consolidate the occurrances of the prime used as the multiplier when hashing.Gregory P. Smith2012-01-144-4/+7
|\ \ | |/
| * Consolidate the occurrances of the prime used as the multiplier when hashingGregory P. Smith2012-01-144-4/+7
* | merge headsGregory P. Smith2012-01-1410-1730/+1
|\ \
| * \ merge with 3.2Sandro Tosi2012-01-1410-1730/+1
| |\ \ | | |/
| | * remove 'Documenting Python' and its references, it's now on devguideSandro Tosi2012-01-1410-1729/+1
* | | Remove an unnecessary extra copy of the bytes hash function.Gregory P. Smith2012-01-141-15/+1
|/ /
* | Mention the additional way to use the lvl parameter and when it changed.Gregory P. Smith2012-01-141-0/+10
|\ \ | |/
| * Mention the additional way to use the lvl parameter and when it changed.Gregory P. Smith2012-01-141-0/+10
* | fix possible refleaks if PyUnicode_READY failsBenjamin Peterson2012-01-141-3/+15
* | always explicitly check for -1 from PyUnicode_READYBenjamin Peterson2012-01-141-35/+35
* | add str.casefold() (closes #13752)Benjamin Peterson2012-01-148-137/+493
* | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-142-1/+3
|\ \ | |/
| * Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-142-1/+3
* | Use GetModuleHandleW to avoid *A functions where possible.Martin v. Löwis2012-01-143-8/+8
* | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
|\ \ | |/
| * Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
* | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-142-1/+2
|\ \ | |/
| * Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-142-1/+2
* | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-147-32/+84
* | 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-144-12/+13
|\ \
| * \ Merge.Charles-François Natali2012-01-142-3/+6
| |\ \
| * | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-144-12/+13
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...Senthil Kumaran2012-01-143-2/+36
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-143-5/+36
* | | 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-142-2/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-142-2/+5
* | Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...Nick Coghlan2012-01-142-2/+3