Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | break out switch at correct place | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | only finish error if one occurred | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | |||||
* | move LINENO define to where it actually belongs | Benjamin Peterson | 2012-01-16 | 2 | -4/+1 |
| | |||||
* | streamline normalizer identification a bit | Benjamin Peterson | 2012-01-16 | 1 | -25/+55 |
| | |||||
* | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 0 | -0/+0 |
|\ | |||||
| * | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 1 | -2/+0 |
| | | |||||
* | | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 1 | -2/+0 |
| | | |||||
* | | don't ready in case_operation, since most callers do it themselves | Benjamin Peterson | 2012-01-16 | 1 | -2/+5 |
| | | |||||
* | | Issue: #12409: merge with 3.2 | Sandro Tosi | 2012-01-16 | 1 | -221/+0 |
|\ \ | |/ | |||||
| * | Issue: #12409: remove obsolete susp-entries | Sandro Tosi | 2012-01-16 | 1 | -128/+0 |
| | | |||||
* | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 2 | -18/+19 |
| | | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable. | ||||
* | | fix spelling | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | invert condition (head bang) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | murder tabs | Benjamin Peterson | 2012-01-16 | 1 | -98/+98 |
| | | |||||
* | | fix possible refleaks | Benjamin Peterson | 2012-01-16 | 1 | -2/+4 |
| | | |||||
* | | use helpful PyUnicode_IS_ASCII macro | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | PyUnicode_DecodeUTF8 will always return a ready string | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | | |||||
* | | rewrite such that this actually makes sense | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | regenerated using autoconf, includes dirfd test. | Gregory P. Smith | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | Add a test for the dirfd library function (to be used in an upcoming | Gregory P. Smith | 2012-01-16 | 2 | -1/+4 |
|\ \ | |/ | | | | | change). configure will be regenerated in the next commit. | ||||
| * | regenerate configure using autoconf. includes the dirfd test. | Gregory P. Smith | 2012-01-16 | 1 | -286/+309 |
| | | |||||
| * | Test for the dirfd library function (for use in some upcoming | Gregory P. Smith | 2012-01-16 | 2 | -1/+4 |
| | | | | | | | | changes). | ||||
* | | 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 |
| | | |||||
* | | #13715: merge with 3.2. | Ezio Melotti | 2012-01-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #13715: fix typo in unicodedata doc. Patch by Eli Collins. | Ezio Melotti | 2012-01-16 | 1 | -1/+1 |
| | | |||||
* | | #13695: merge with 3.2. | Ezio Melotti | 2012-01-16 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | #13695: fix a couple of typos in the doc. | Ezio Melotti | 2012-01-16 | 2 | -3/+3 |
| | | |||||
* | | kill useless import added by 87331661042b | Benjamin Peterson | 2012-01-16 | 1 | -1/+0 |
| | | |||||
* | | fix old titlecase function for extended case chars | Benjamin Peterson | 2012-01-16 | 1 | -0/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | comment about how flags could be expanded | Benjamin Peterson | 2012-01-16 | 1 | -0/+1 |
| | | |||||
* | | delta encoding of upper/lower/title makes a glorious return (#12736) | Benjamin Peterson | 2012-01-16 | 3 | -3452/+1356 |
| | | |||||
* | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 4 | -76/+78 |
|\ \ | |/ | | | | | _PyParser_TokenNames indexes. | ||||
| * | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 4 | -76/+78 |
| | | | | | | | | _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. | ||||
* | | Consolidate the occurrances of the prime used as the multiplier when hashing. | Gregory P. Smith | 2012-01-14 | 4 | -4/+7 |
|\ \ | |/ | |||||
| * | Consolidate the occurrances of the prime used as the multiplier when hashing | Gregory P. Smith | 2012-01-14 | 4 | -4/+7 |
| | | | | | | | | | | | | | | to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same). | ||||
* | | merge heads | Gregory P. Smith | 2012-01-14 | 10 | -1730/+1 |
|\ \ | |||||
| * \ | merge with 3.2 | Sandro Tosi | 2012-01-14 | 10 | -1730/+1 |
| |\ \ | | |/ | |||||
| | * | remove 'Documenting Python' and its references, it's now on devguide | Sandro Tosi | 2012-01-14 | 10 | -1729/+1 |
| | | | |||||
* | | | Remove an unnecessary extra copy of the bytes hash function. | Gregory P. Smith | 2012-01-14 | 1 | -15/+1 |
|/ / | | | | | | | | | | | | | | | | | This copy also had a bug in it, it fails to incorporate the length into the hash by using it as the loop variable so it'll always be -1 by the time it is XORed in. As such: I'm doing this only in Python 3.3 and not backporting as it would change the existing hash behavior of datetime objects. | ||||
* | | Mention the additional way to use the lvl parameter and when it changed. | Gregory P. Smith | 2012-01-14 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Mention the additional way to use the lvl parameter and when it changed. | Gregory P. Smith | 2012-01-14 | 1 | -0/+10 |
| | | |||||
* | | fix possible refleaks if PyUnicode_READY fails | Benjamin Peterson | 2012-01-14 | 1 | -3/+15 |
| | | |||||
* | | always explicitly check for -1 from PyUnicode_READY | Benjamin Peterson | 2012-01-14 | 1 | -35/+35 |
| | | |||||
* | | add str.casefold() (closes #13752) | Benjamin Peterson | 2012-01-14 | 8 | -137/+493 |
| | | |||||
* | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 2 | -1/+3 |
|\ \ | |/ |