Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.5 | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
|\ | |||||
| * | merge 3.4 | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
| |\ | |||||
| | * | reject negative data_size | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | minor clarification on Zipfile 'x' mode - exclusive creation of a file. | Senthil Kumaran | 2016-01-22 | 1 | -2/+2 |
* | | | Merge update to pip | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge update to pip | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Upgrade pip to 8.0.2 | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
* | | | Issue #18620: Improve Pool examples in multiprocessing documentation | Berker Peksag | 2016-01-21 | 1 | -11/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #18620: Improve Pool examples in multiprocessing documentation | Berker Peksag | 2016-01-21 | 1 | -11/+26 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-21 | 2 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and | Senthil Kumaran | 2016-01-21 | 2 | -14/+14 |
* | | | Issue #26107: Fix typo in Objects/lnotab_notes.txt | Victor Stinner | 2016-01-21 | 1 | -6/+6 |
* | | | Merge 3.5 (doc) | Victor Stinner | 2016-01-21 | 2 | -177/+184 |
|\ \ \ | |/ / | |||||
| * | | Issue #26106: doc: Move text of licenses to parsed literal block | Victor Stinner | 2016-01-21 | 2 | -177/+184 |
* | | | merge 3.5 (#26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | prevent buffer overflow in get_data (closes #26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
* | | | merge 3.5 | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | fix refleak in error condition | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
* | | | merge 3.5 (#26172) | Benjamin Peterson | 2016-01-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#26172) | Benjamin Peterson | 2016-01-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | remove script from epub (closes #26172) | Benjamin Peterson | 2016-01-21 | 1 | -1/+1 |
* | | | Merge 3.5 (issue #24520) | Victor Stinner | 2016-01-20 | 1 | -6/+2 |
|\ \ \ | |/ / | |||||
| * | | Replace fpgetmask() with fedisableexcept() | Victor Stinner | 2016-01-20 | 1 | -6/+2 |
* | | | co_lnotab supports negative line number delta | Victor Stinner | 2016-01-20 | 11 | -161/+203 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-20 | 1 | -15/+17 |
|\ \ \ | |/ / | |||||
| * | | issue25982 - Add a class definition for managers.Namespace in the multiproces... | Senthil Kumaran | 2016-01-20 | 1 | -15/+17 |
* | | | Merge 3.5 | Victor Stinner | 2016-01-20 | 7 | -26/+42 |
|\ \ \ | |/ / | |||||
| * | | Add _PyThreadState_UncheckedGet() | Victor Stinner | 2016-01-20 | 7 | -26/+42 |
* | | | Issue #26147: xmlrpc now works with strings not encodable with used | Serhiy Storchaka | 2016-01-20 | 4 | -11/+30 |
|\ \ \ | |/ / | |||||
| * | | Issue #26147: xmlrpc now works with strings not encodable with used | Serhiy Storchaka | 2016-01-20 | 4 | -11/+30 |
* | | | Issue #5626: Remove misleading comment from socket.gethostname() documentation | Berker Peksag | 2016-01-20 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #5626: Remove misleading comment from socket.gethostname() documentation | Berker Peksag | 2016-01-20 | 1 | -5/+0 |
* | | | Issue #26157: Fix typos in asyncio-eventloop.rst | Berker Peksag | 2016-01-20 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #26157: Fix typos in asyncio-eventloop.rst | Berker Peksag | 2016-01-20 | 1 | -4/+4 |
* | | | Merge update to pip/setuptools | Donald Stufft | 2016-01-20 | 3 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge update to pip/setuptools | Donald Stufft | 2016-01-20 | 3 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Update pip to 8.0.0 and setuptools to 19.4 | Donald Stufft | 2016-01-20 | 3 | -2/+2 |
* | | | Issue #25935: Garbage collector now breaks reference loops with OrderedDict. | Serhiy Storchaka | 2016-01-19 | 3 | -13/+29 |
|\ \ \ | |/ / | |||||
| * | | Issue #25935: Garbage collector now breaks reference loops with OrderedDict. | Serhiy Storchaka | 2016-01-19 | 3 | -13/+29 |
* | | | Issue #16620: Got rid of using undocumented function glob.glob1(). | Serhiy Storchaka | 2016-01-19 | 1 | -2/+8 |
* | | | Issue #16620: Fixed AttributeError in msilib.Directory.glob(). | Serhiy Storchaka | 2016-01-19 | 2 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #16620: Fixed AttributeError in msilib.Directory.glob(). | Serhiy Storchaka | 2016-01-19 | 2 | -1/+7 |
* | | | Merge 3.5 | Victor Stinner | 2016-01-19 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix BytecodeTestCase.assertNotInBytecode() | Victor Stinner | 2016-01-19 | 1 | -2/+2 |
* | | | merge 3.5 (#25731) | Benjamin Peterson | 2016-01-19 | 3 | -1/+11 |
|\ \ \ | |/ / | |||||
| * | | set tp_new from the class in the hierarchy that actually owns the descriptor ... | Benjamin Peterson | 2016-01-19 | 3 | -1/+11 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-19 | 1 | -16/+27 |
|\ \ \ | |/ / |