Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12885: Merge with 3.5 | Jason R. Coombs | 2016-09-02 | 2 | -31/+59 |
|\ | |||||
| * | Issue #12285: Merge with 3.4 | Jason R. Coombs | 2016-09-02 | 2 | -31/+59 |
| |\ | |||||
| | * | Issue #12285: Replace implementation of findall with implementation from ↵ | Jason R. Coombs | 2015-09-19 | 1 | -27/+21 |
| | | | | | | | | | | | | Setuptools 7ce820d524db. | ||||
| | * | Sort result to avoid spurious errors due to order. | Jason R. Coombs | 2015-08-30 | 1 | -2/+2 |
| | | | |||||
| | * | Add docstring and additional test revealing nuances of the implementation as ↵ | Jason R. Coombs | 2015-09-19 | 1 | -0/+16 |
| | | | | | | | | | | | | found in setuptools. | ||||
| | * | Add another test capturing the basic discovery expectation. | Jason R. Coombs | 2015-08-30 | 1 | -0/+11 |
| | | | |||||
| | * | Issue #12285: Add test capturing failure. | Jason R. Coombs | 2015-08-30 | 1 | -0/+10 |
| | | | |||||
| | * | Use modern mechanism for test discovery | Jason R. Coombs | 2015-08-30 | 1 | -5/+2 |
| | | | |||||
* | | | Issue #27881: Fixed possible bugs when setting ↵ | Serhiy Storchaka | 2016-09-01 | 1 | -4/+27 |
|\ \ \ | |/ / | | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang. | ||||
| * | | Issue #27881: Fixed possible bugs when setting ↵ | Serhiy Storchaka | 2016-09-01 | 1 | -4/+27 |
| | | | | | | | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang. | ||||
* | | | Issue #27919: Deprecate extra_path option in distutils. | Jason R. Coombs | 2016-09-01 | 1 | -0/+6 |
| | | | |||||
* | | | Minor beautification (turn nested-if into a conjunction). | Raymond Hettinger | 2016-09-01 | 1 | -6/+5 |
| | | | |||||
* | | | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). | Terry Jan Reedy | 2016-09-01 | 9 | -6/+21 |
|\ \ \ | |/ / | |||||
| * | | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 6 | -5/+13 |
| | | | |||||
* | | | Improve idlelib.textview comments. | Terry Jan Reedy | 2016-08-31 | 1 | -7/+6 |
| | | | |||||
* | | | Issue #27891: Tweak new idlelib README entry. | Terry Jan Reedy | 2016-08-31 | 1 | -2/+2 |
| | | | |||||
* | | | Merge | Raymond Hettinger | 2016-08-31 | 2 | -0/+25 |
|\ \ \ | |/ / | |||||
| * | | Issue #27706: Fix regression in random.seed(somestr, version=1) | Raymond Hettinger | 2016-08-31 | 2 | -0/+25 |
| | | | |||||
* | | | Merge asyncio from 3.5 | Guido van Rossum | 2016-08-31 | 2 | -10/+96 |
|\ \ \ | |/ / | |||||
| * | | Fix ordering issues in UNIX read/write pipe transport constructors. | Guido van Rossum | 2016-08-31 | 1 | -6/+17 |
| | | | | | | | | | | | | Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick. | ||||
| * | | Don't select for read on character devices in _UnixWritePipeTransport. | Guido van Rossum | 2016-08-31 | 2 | -4/+79 |
| | | | | | | | | | | | | Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick. | ||||
* | | | Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) | Guido van Rossum | 2016-08-31 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #27907: variable rename. (Ville Skyttä) | Guido van Rossum | 2016-08-31 | 1 | -2/+2 |
| | | | |||||
* | | | #27904: fix distutils tests. | R David Murray | 2016-08-31 | 2 | -2/+4 |
| | | | | | | | | | | | | Patch by Ville Skyttä. | ||||
* | | | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 9 | -15/+14 |
| | | | |||||
* | | | issue23591: add Flags, IntFlags, and tests | Ethan Furman | 2016-08-31 | 2 | -11/+668 |
| | | | |||||
* | | | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 47 | -122/+197 |
| | | | |||||
* | | | Issue #17642: add larger font sizes for classroom projection. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+2 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2016-08-30 | 1 | -13/+16 |
|\ \ \ | |/ / | |||||
| * | | ? Working Directory ? | Terry Jan Reedy | 2016-08-30 | 1 | -14/+17 |
| | | | |||||
* | | | Issue #27895: Strengthen the dict reader tests. | Raymond Hettinger | 2016-08-30 | 1 | -0/+38 |
| | | | |||||
* | | | Issue #27842: The csv.DictReader now returns rows of type OrderedDict. | Raymond Hettinger | 2016-08-30 | 2 | -1/+18 |
| | | | |||||
* | | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 36 | -54/+54 |
| | | | |||||
* | | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Skip test_tools.test_i18n when pygettext.py is missing | Zachary Ware | 2016-08-30 | 1 | -1/+5 |
| | | | |||||
* | | | Issue #27870: A left shift of zero by a large integer no longer attempts to ↵ | Mark Dickinson | 2016-08-29 | 1 | -0/+15 |
| | | | | | | | | | | | | allocate large amounts of memory. | ||||
* | | | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. | Mark Dickinson | 2016-08-29 | 1 | -0/+17 |
| | | | |||||
* | | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -3/+17 |
|\ \ \ | |/ / | | | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
| * | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -3/+17 |
| | | | | | | | | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
* | | | Issue #26027: Fix test_path_t_converter on Windows | Berker Peksag | 2016-08-27 | 1 | -1/+1 |
| | | | |||||
* | | | Don't test for path-like bytes paths on Windows | Brett Cannon | 2016-08-27 | 1 | -2/+7 |
| | | | |||||
* | | | Issue #27506: Support bytes/bytearray.translate() delete as keyword argument | Martin Panter | 2016-08-27 | 1 | -18/+31 |
| | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
* | | | Issue #19884: Merge Readline updates from 3.5 | Martin Panter | 2016-08-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #19884: Avoid spurious output on OS X with Gnu Readline | Martin Panter | 2016-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0. | ||||
* | | | Issue #12319: Always send file request bodies using chunked encoding | Martin Panter | 2016-08-27 | 3 | -52/+62 |
| | | | | | | | | | | | | | | | | | | | | | The previous attempt to determine the file’s Content-Length gave a false positive for pipes on Windows. Also, drop the special case for sending zero-length iterable bodies. | ||||
* | | | Issue #26027: Don't test for bytearray in path_t as that's now | Brett Cannon | 2016-08-27 | 1 | -7/+2 |
| | | | | | | | | | | | | deprecated. | ||||
* | | | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 9 | -22/+345 |
| | | | | | | | | | | | | | | | | | | os.path. Thanks to Jelle Zijlstra for the initial patch against posixmodule.c. | ||||
* | | | Issue #10513: Merge from 3.5 | Berker Peksag | 2016-08-26 | 1 | -0/+31 |
|\ \ \ | |/ / | |||||
| * | | Issue #10513: Fix a regression in Connection.commit() | Berker Peksag | 2016-08-26 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa | ||||
* | | | Merge | Raymond Hettinger | 2016-08-26 | 4 | -4/+4 |
|\ \ \ | |/ / |