summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid inefficient way to call functions without argumentVictor Stinner2016-09-063-6/+6
* | merge 3.5Benjamin Peterson2016-09-061-1/+1
|\ \ | |/
| * explicitly cast away constness to silence compiler warningBenjamin Peterson2016-09-061-1/+1
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-0615-152/+6
* | merge 3.5Benjamin Peterson2016-09-061-0/+2
|\ \ | |/
| * Backed out changeset 8b6be1341770Benjamin Peterson2016-09-061-0/+2
* | merge 3.5Benjamin Peterson2016-09-051-2/+0
|\ \ | |/
| * remove long double from ctypes value unionBenjamin Peterson2016-09-051-2/+0
* | Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-051-6/+1
|\ \ | |/
| * Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-051-6/+1
* | merge 3.5Benjamin Peterson2016-09-052-6/+6
|\ \ | |/
| * do not pretend to support passing a fd to access()Benjamin Peterson2016-09-052-6/+6
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-059-1407/+0
* | Issue #27744: correct comment and markupChristian Heimes2016-09-051-1/+1
* | Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...Christian Heimes2016-09-052-1/+143
* | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.Christian Heimes2016-09-051-53/+378
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-104/+242
|\ \ | |/
| * Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-104/+242
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-1/+75
* | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-012-42/+35
|\ \ | |/
| * Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-012-42/+35
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-3011-13/+13
* | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+54
* | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-2/+11
|\ \ | |/
| * Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-2/+11
* | Issue #19884: Merge Readline updates from 3.5Martin Panter2016-08-271-12/+15
|\ \ | |/
| * Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-12/+15
* | Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-29/+75
* | Issue #10513: Merge from 3.5Berker Peksag2016-08-261-1/+0
|\ \ | |/
| * Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-1/+0
* | _pickle: remove outdated commentVictor Stinner2016-08-241-11/+0
* | #26907: add some missing getsockopt constants.R David Murray2016-08-241-0/+12
* | 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
|\ \ \ \ | |/ / /