Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge. | Charles-François Natali | 2012-01-14 | 2 | -3/+6 | |
| |\ \ \ | ||||||
| * | | | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. | Charles-François Natali | 2012-01-14 | 4 | -12/+13 | |
| | | | | | ||||||
* | | | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵ | Senthil Kumaran | 2012-01-14 | 3 | -2/+36 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | during Basic Authentication. | |||||
| * | | | Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵ | Senthil Kumaran | 2012-01-14 | 3 | -5/+36 | |
| | | | | | | | | | | | | | | | | 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 | 2 | -2/+5 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for ↵ | Senthil Kumaran | 2012-01-14 | 2 | -2/+5 | |
| | | | | | | | | | | | | printing the 10 slowest test. | |||||
* | | | Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ↵ | Nick Coghlan | 2012-01-14 | 2 | -2/+3 | |
| | | | | | | | | | | | | patch, and make the private CallMethod variants consistent with the public one | |||||
* | | | Fix indenting | Nick Coghlan | 2012-01-14 | 1 | -10/+10 | |
| | | | ||||||
* | | | Remove lingering artifact of an initial PEP 380 Grammar change that was ↵ | Nick Coghlan | 2012-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | later reverted | |||||
* | | | Merge | Terry Jan Reedy | 2012-01-14 | 4 | -2/+12 | |
|\ \ \ | ||||||
| * | | | Add versionchanged notes for PEP 380 | Nick Coghlan | 2012-01-14 | 3 | -2/+11 | |
| | | | | ||||||
| * | | | Fix merge glitch in What's New | Nick Coghlan | 2012-01-14 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge with 3.2 #13730 grammar fix | Terry Jan Reedy | 2012-01-14 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | #13730 grammar fix | Terry Jan Reedy | 2012-01-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Silence compilation warnings on Windows | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix compilation with C89 compilers (Windows...) | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix a crash when the return value of a subgenerator is a temporary | Amaury Forgeot d'Arc | 2012-01-13 | 2 | -1/+13 | |
| | | | | | | | | | | | | object (with a refcount of 1) | |||||
* | | | Fix compilation warning on Windows | Amaury Forgeot d'Arc | 2011-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | NULL and no exception set from tp_iternext means StopIteration | Benjamin Peterson | 2012-01-13 | 2 | -1/+7 | |
| | | | ||||||
* | | | add test, which was missing from d64ac9ab4cd0 | Benjamin Peterson | 2012-01-13 | 1 | -0/+842 | |
| | | | ||||||
* | | | Issue #13764: remove outdated script Misc/build.sh | Antoine Pitrou | 2012-01-13 | 1 | -281/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13764: remove outdated script Misc/build.sh | Antoine Pitrou | 2012-01-13 | 1 | -281/+0 | |
| | | | ||||||
* | | | Closes #13761: add a "flush" keyword argument to print(). | Georg Brandl | 2012-01-13 | 4 | -9/+55 | |
| | | | ||||||
* | | | Issue #13645: pyc files now contain the size of the corresponding source | Antoine Pitrou | 2012-01-13 | 14 | -48/+166 | |
| | | | | | | | | | | | | | | | code, to avoid timestamp collisions (especially on filesystems with a low timestamp resolution) when checking for freshness of the bytecode. | |||||
* | | | make Python-ast.c depend on Python-ast.h | Benjamin Peterson | 2012-01-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 33 | -350/+801 | |
| | | | ||||||
* | | | move do_title to a better place | Benjamin Peterson | 2012-01-13 | 1 | -28/+28 | |
| | | | ||||||
* | | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵ | Antoine Pitrou | 2012-01-12 | 6 | -19/+54 | |
| | | | | | | | | | | | | 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 | |
| | | | ||||||
* | | | make fix_decimal_and_space_to_ascii check if it modifies the string | Benjamin Peterson | 2012-01-12 | 1 | -1/+3 | |
| | | | ||||||
* | | | merge heads | Benjamin Peterson | 2012-01-12 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * \ \ | Merge #11633 At least 2 people prefer earlier revision. | Terry Jan Reedy | 2012-01-12 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #11633 At least 2 people prefer earlier revision. | Terry Jan Reedy | 2012-01-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | kill capwords implementation which has been disabled since the begining | Benjamin Peterson | 2012-01-12 | 1 | -42/+0 | |
|/ / / | ||||||
* | | | Issue #13724: improve documentation for socket.create_connection. | Antoine Pitrou | 2012-01-12 | 1 | -4/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13724: improve documentation for socket.create_connection. | Antoine Pitrou | 2012-01-12 | 1 | -4/+11 | |
| | | | ||||||
* | | | merge 3.2 | Benjamin Peterson | 2012-01-12 | 1 | -3/+1 | |
|\ \ \ | |/ / | ||||||
| * | | fold into one if statement | Benjamin Peterson | 2012-01-12 | 1 | -3/+1 | |
| | | | ||||||
* | | | remove some usage of Py_UNICODE_TOUPPER/LOWER | Benjamin Peterson | 2012-01-12 | 8 | -27/+21 | |
| | | | ||||||
* | | | merge heads | Benjamin Peterson | 2012-01-11 | 3 | -7/+9 | |
|\ \ \ | ||||||
| * \ \ | Merge with 3.2 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Minor correction. #11418 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge with 3.2 | Terry Jan Reedy | 2012-01-11 | 1 | -1/+3 | |
| |\ \ \ | | |/ / | | | | | | | | | #11633 Clarify print buffering (will change again if 13761 adds flush param). | |||||
| | * | | Closes #11633 Clarify print buffering. | Terry Jan Reedy | 2012-01-11 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge with 3.2 | Terry Jan Reedy | 2012-01-11 | 1 | -4/+4 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | #13754 String returned if less than *or equal to* x 3 *13753 'seq' now 'iterable' | |||||
| | * | | #13754 String returned if less than *or equal to* x 3 | Terry Jan Reedy | 2012-01-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Close *13753 'seq' now 'iterable' | |||||
* | | | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 11 | -1719/+4596 | |
|/ / / | | | | | | | | | | Also broaden the category of characters that count as lowercase/uppercase. |