Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Merge | Raymond Hettinger | 2016-08-31 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #27909: Fix INCREF for possible NULL value | Raymond Hettinger | 2016-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | #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 | 15 | -26/+25 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Merge #27893: arg name and bytes references in email.parser docs. | R David Murray | 2016-08-31 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | #27893: arg name and bytes references in email.parser docs. | R David Murray | 2016-08-31 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Perhaps the BytesParser 'text' argument should really be bytes, but it hasn't been, it has been text, so for backward compatibility and for consistency with the regular Parser class, I'm keeping it as 'text'. | |||||
* | | | 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 | 2 | -15/+18 | |
| | | | ||||||
* | | | Merge | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix typos | Raymond Hettinger | 2016-08-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #28894: Fix to_addrs refs in smtplib docs | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | 4 | -16/+45 | |
| | | | ||||||
* | | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 72 | -121/+121 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Include test/test_warnings/data as well | Zachary Ware | 2016-08-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Include test_tools and test_warnings in install | Zachary Ware | 2016-08-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | test_tools is pretty much useless unless somebody copies the scripts it tests into the proper location, but we might as well install it anyway to make sure it skips properly. test_warnings just didn't get included when it was turned into a package in 94966dfd3bd3. | |||||
* | | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix typo | Zachary Ware | 2016-08-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge heads | Mark Dickinson | 2016-08-29 | 2 | -0/+4 | |
|\ \ \ | ||||||
| * | | | - Issue #23968, keep platform_triplet and multiarch macros in sync | doko@ubuntu.com | 2016-08-29 | 2 | -0/+4 | |
| | | | | ||||||
* | | | | Issue #27870: A left shift of zero by a large integer no longer attempts to ↵ | Mark Dickinson | 2016-08-29 | 3 | -0/+23 | |
|/ / / | | | | | | | | | | allocate large amounts of memory. | |||||
* | | | Issue #25402: in int-to-decimal-string conversion, reduce intermediate ↵ | Mark Dickinson | 2016-08-29 | 2 | -8/+15 | |
| | | | | | | | | | | | | storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka. | |||||
* | | | Issue #27214: Fix potential bug and remove useless optimization in ↵ | Mark Dickinson | 2016-08-29 | 2 | -2/+8 | |
| | | | | | | | | | | | | long_invert. Thanks Oren Milman. | |||||
* | | | Merge heads | Serhiy Storchaka | 2016-08-29 | 4 | -0/+103 | |
|\ \ \ | ||||||
| * | | | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. | Mark Dickinson | 2016-08-29 | 4 | -0/+103 | |
| | | | | ||||||
* | | | | Issue #27818: Speed up parsing width and precision in format() strings for | Serhiy Storchaka | 2016-08-29 | 1 | -9/+16 | |
|/ / / | | | | | | | | | | numbers. Patch by Stefan Behnel. | |||||
* | | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 4 | -9/+35 | |
|\ \ \ | |/ / | | | | | | | 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 | 4 | -9/+35 | |
| | | | | | | | | | | | | 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 | 7 | -80/+76 | |
| | | | | | | | | | | | | Patch by Xiang Zhang. | |||||
* | | | Issue #25825: Merge $(LIBPL) fix from 3.5 | Martin Panter | 2016-08-27 | 3 | -2/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25825: Fix references to $(LIBPL) installation path on AIX | Martin Panter | 2016-08-27 | 3 | -4/+6 | |
| | | | | | | | | | | | | | | | In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION). | |||||
* | | | Issue #19884: Merge Readline updates from 3.5 | Martin Panter | 2016-08-27 | 3 | -13/+18 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #19884: Avoid spurious output on OS X with Gnu Readline | Martin Panter | 2016-08-27 | 3 | -13/+18 | |
| | | | | | | | | | | | | | | | 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 | 7 | -82/+96 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Add a What's New entry for PEP 519 | Brett Cannon | 2016-08-26 | 1 | -0/+67 | |
| | | | ||||||
* | | | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 11 | -52/+424 | |
| | | | | | | | | | | | | | | | | | | os.path. Thanks to Jelle Zijlstra for the initial patch against posixmodule.c. | |||||
* | | | Issue #10513: Merge from 3.5 | Berker Peksag | 2016-08-26 | 3 | -1/+34 | |
|\ \ \ | |/ / |