Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 | |
| | | | ||||||
* | | | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. | |||||
| * | | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. | |||||
* | | | Issue #13706: Support non-ASCII fill characters | Victor Stinner | 2012-01-21 | 1 | -0/+20 | |
| | | | ||||||
* | | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 2 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 2 | -0/+5 | |
| | | | ||||||
| * | | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 | |
| | | | ||||||
* | | | add another test case | Benjamin Peterson | 2012-01-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 | |
| | | | ||||||
* | | | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot | Victor Stinner | 2012-01-20 | 1 | -4/+9 | |
| | | | | | | | | | | | | go backward) | |||||
* | | | check after comments, too (#13832) | Benjamin Peterson | 2012-01-19 | 1 | -0/+2 | |
| | | | ||||||
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ↵ | Meador Inge | 2012-01-19 | 1 | -0/+28 | |
| | | | | | | | | | | | | interactive statement | |||||
* | | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 1 | -1/+74 | |
| | | | ||||||
* | | | Be more lenient in test_wallclock (issue #10278). | Antoine Pitrou | 2012-01-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 | |
| | | | ||||||
* | | | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+8 | |
| | | | ||||||
* | | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+7 | |
| | | | ||||||
* | | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 1 | -0/+7 | |
| | | | | | | | | | | | | 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 | 1 | -0/+37 | |
|\ \ \ | |/ / | | | | | | | Patch by Oleg Plakhotnyuk. | |||||
| * | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 1 | -0/+37 | |
| | | | | | | | | | | | | Patch by Oleg Plakhotnyuk. | |||||
* | | | 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 from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵ | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 | |
|\ \ \ | |/ / | | | | | | | during Basic Authentication. | |||||
| * | | Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵ | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 | |
| | | | | | | | | | | | | 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 | 2 | -6/+16 | |
| | | | | | | | | | | | | | | | 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 | 5 | -45/+39 | |
| | | | ||||||
* | | | 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 | |
|\ \ \ | |/ / |