summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #27809: partial_call() uses fast call for positional argsVictor Stinner2016-08-231-12/+28
* Issue #27809: methodcaller_reduce() uses fast callVictor Stinner2016-08-221-11/+7
* Issue #27809: _csv: _call_dialect() uses fast callVictor Stinner2016-08-221-9/+7
* Issue #27809: tzinfo_reduce() uses fast callVictor Stinner2016-08-221-14/+10
* Rename _PyObject_FastCall() to _PyObject_FastCallDict()Victor Stinner2016-08-224-6/+6
* Issue #21718: Merge from 3.5Berker Peksag2016-08-211-6/+5
|\
| * Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-211-6/+5
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-211-1/+32
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+32
* | pattern_subx() now uses fast callVictor Stinner2016-08-191-8/+1
* | _elementtree: deepcopy() now uses fast callVictor Stinner2016-08-191-8/+4
* | Issue #27128: _pickle uses fast callVictor Stinner2016-08-191-15/+4
* | keyobject_richcompare() now uses fast callVictor Stinner2016-08-191-11/+7
* | merge 3.5 (#27783)Benjamin Peterson2016-08-171-8/+8
|\ \ | |/
| * merge 3.4 (#27783)Benjamin Peterson2016-08-171-8/+8
| |\
| | * merge 3.3 (#27783)Benjamin Peterson2016-08-171-8/+7
| | |\
| | | * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-8/+7
* | | | merge 3.5 (#27774)Benjamin Peterson2016-08-161-3/+1
|\ \ \ \ | |/ / /
| * | | merge 3.4 (#27774)Benjamin Peterson2016-08-161-3/+1
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27774)Benjamin Peterson2016-08-161-3/+1
| | |\ \ | | | |/
| | | * do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-161-3/+1
* | | | merge 3.5 (#27773)Benjamin Peterson2016-08-161-6/+4
|\ \ \ \ | |/ / /
| * | | fix corner cases in the management of server_hostname (closes #27773)Benjamin Peterson2016-08-161-6/+4
* | | | merge 3.5Benjamin Peterson2016-08-161-0/+8
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-161-0/+8
| |\ \ \ | | |/ /
| | * | fail when negative values are passed to instr()Benjamin Peterson2016-08-161-0/+8
* | | | Issue #27736: Prevent segfault after interpreter re-initialization dueNed Deily2016-08-151-0/+2
* | | | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-152-0/+2
* | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-152-13/+17
* | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-1426-302/+440
* | | | merge 3.5 (closes #27760)Benjamin Peterson2016-08-141-9/+15
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27760)Benjamin Peterson2016-08-141-9/+15
| |\ \ \ | | |/ /
| | * | merge 3.3 (closes #27760)Benjamin Peterson2016-08-141-9/+15
| | |\ \ | | | |/
| | | * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-141-9/+16
* | | | merge 3.5Benjamin Peterson2016-08-141-0/+8
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-141-0/+8
| |\ \ \ | | |/ /
| | * | do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+8
* | | | merge 3.5 (closes #27758)Benjamin Peterson2016-08-141-4/+19
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27758)Benjamin Peterson2016-08-141-4/+19
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27758)Benjamin Peterson2016-08-141-4/+19
| | |\ \ | | | |/
| | | * check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-141-4/+19
* | | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-081-5/+23
* | | | Issue #27702: Only expose SOCK_RAW when definedBerker Peksag2016-08-081-0/+3
* | | | Expose EPOLLRDHUP conditionallyBerker Peksag2016-08-081-0/+3
* | | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+29
* | | | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-052-2/+30
|\ \ \ \ | |/ / /
| * | | Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-052-2/+30
| |\ \ \ | | |/ /
| | * | Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-052-2/+30
| | |\ \ | | | |/
| | | * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-052-2/+30
* | | | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflictMartin Panter2016-08-043-16/+17