Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27567: Expose the POLLRDHUP constant in the select module | Berker Peksag | 2016-07-19 | 1 | -1/+2 |
* | add mising word | Benjamin Peterson | 2016-07-18 | 1 | -1/+1 |
* | add EPOLLEXCLUSIVE | Benjamin Peterson | 2016-07-18 | 1 | -0/+2 |
* | expose EPOLLRDHUP (closes #27567) | Benjamin Peterson | 2016-07-18 | 1 | -0/+2 |
* | Issue #1621: Avoid signed int negation overflow in audioop | Martin Panter | 2016-07-19 | 1 | -0/+2 |
* | Issue #27507: Merge overflow check from 3.5 | Martin Panter | 2016-07-18 | 1 | -0/+3 |
|\ | |||||
| * | Issue #27507: Check for integer overflow in bytearray.extend() | Martin Panter | 2016-07-18 | 1 | -0/+3 |
* | | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-17 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-17 | 1 | -0/+5 |
* | | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-17 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-17 | 1 | -0/+2 |
* | | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 1 | -0/+4 |
* | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0. | Serhiy Storchaka | 2016-07-17 | 5 | -188/+1150 |
|\ \ | |/ |/| | |||||
| * | Merge: #27522: break unintended cycle in feedparser. | R David Murray | 2016-07-15 | 5 | -185/+1147 |
| |\ | |||||
| | * | Merge for #27083 | Brett Cannon | 2016-07-15 | 5 | -183/+1145 |
| | |\ | |||||
| | | * | Merge for #26844 | Brett Cannon | 2016-07-15 | 2 | -0/+4 |
| | | |\ | |||||
| | | * | | Issue #27512: Don't segfault when os.fspath() calls an object whose | Brett Cannon | 2016-07-15 | 1 | -0/+3 |
| | | * | | merge 3.5 (#27514) | Benjamin Peterson | 2016-07-14 | 5 | -183/+1142 |
| | | |\ \ | |||||
| | | | * | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-13 | 1 | -2/+0 |
| | | | * | | Issue #27369: Merge test_pyexpat from 3.5 | Martin Panter | 2016-07-14 | 1 | -0/+6 |
| | | | |\ \ | |||||
| | | | * \ \ | Merge 3.5 (issue #27392) | Yury Selivanov | 2016-07-12 | 5 | -180/+1141 |
| | | | |\ \ \ | |||||
| | | | | * | | | Start 3.6.0a4 | Ned Deily | 2016-07-12 | 1 | -0/+12 |
| | | | | * | | | Version bump for 3.6.0a3v3.6.0a3 | Ned Deily | 2016-07-11 | 1 | -1/+1 |
| | | | | * | | | Issue #23804: Merge spelling and NEWS fixes from 3.5 | Martin Panter | 2016-07-11 | 5 | -180/+1129 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | Issue #23804: Merge SSL recv() fix from 3.5 | Martin Panter | 2016-07-11 | 1 | -0/+3 |
| | | | | | |\ \ \ | |||||
| | | | | | * | | | | IDLE NEWS items. | Terry Jan Reedy | 2016-07-10 | 1 | -0/+18 |
| | | | | | * | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearray | Serhiy Storchaka | 2016-07-10 | 5 | -180/+1111 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | Issue #27027: Added test.support.is_android that is True when this is an | Xavier de Gaye | 2016-07-10 | 1 | -0/+6 |
| | | | | | | * | | | | [merge from 3.5] - Issue #27466: Change time format returned by | Senthil Kumaran | 2016-07-10 | 1 | -0/+4 |
| | | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | | Issue #27442: Expose the Android API level in sysconfig.get_config_vars() | Xavier de Gaye | 2016-07-09 | 1 | -0/+3 |
| | | | | | | * | | | | | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 1 | -0/+1 |
| | | | | | | * | | | | | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 2 | -0/+7 |
| | | | | | | * | | | | | Issue #27434: Version of interpreter running a cross-build and source version... | Xavier de Gaye | 2016-07-07 | 1 | -0/+3 |
| | | | | | | * | | | | | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -0/+3 |
| | | | | | | |\ \ \ \ \ | |||||
| | | | | | | * | | | | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm | Serhiy Storchaka | 2016-07-06 | 1 | -0/+4 |
| | | | | | | * | | | | | | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, | Serhiy Storchaka | 2016-07-03 | 1 | -0/+5 |
| | | | | | | * | | | | | | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 1 | -0/+3 |
| | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | | Issue #27007: The fromhex() class methods of bytes and bytearray subclasses | Serhiy Storchaka | 2016-07-01 | 1 | -0/+6 |
| | | | | | | * | | | | | | | Issue #27430: Merge from 3.5 | Berker Peksag | 2016-07-01 | 5 | -183/+1079 |
| | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ | Issue #27418: Fixed Tools/importbench/importbench.py. | Serhiy Storchaka | 2016-06-30 | 5 | -182/+1080 |
| | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase | Martin Panter | 2016-06-29 | 1 | -0/+4 |
| | | | | | | | | * | | | | | | | Merge Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -0/+12 |
| | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ \ \ | Issue #22115: Updated Misc/NEWS. | Serhiy Storchaka | 2016-06-26 | 1 | -1/+3 |
| | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | Issue #22115: Added methods trace_add, trace_remove and trace_info in the | Serhiy Storchaka | 2016-06-26 | 1 | -0/+5 |
| | | | | | | | | * | | | | | | | | | Issue #26243: Only the level argument to zlib.compress() is keyword argument | Serhiy Storchaka | 2016-06-25 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Issue #27038: Expose DirEntry as os.DirEntry. | Brett Cannon | 2016-06-24 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return | Brett Cannon | 2016-06-24 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Issue #18726: All optional parameters of the dump(), dumps(), | Serhiy Storchaka | 2016-06-22 | 1 | -0/+4 |
| | | | | | | | | * | | | | | | | | | Fix ?allow(s) to? | Martin Panter | 2016-06-20 | 1 | -1/+1 |