summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
|\
| * Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
* | Issue #26898: Fix typo in math.isclose() docstringBerker Peksag2016-05-011-1/+1
|\ \ | |/
| * Issue #26898: Fix typo in math.isclose() docstringBerker Peksag2016-05-011-1/+1
* | Fix typos. Reported by andportnoy on GitHub.Berker Peksag2016-04-291-1/+1
* | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls ofSerhiy Storchaka2016-04-291-3/+3
|\ \ | |/
| * Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls ofSerhiy Storchaka2016-04-291-3/+3
* | Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android.Stefan Krah2016-04-261-1/+7
* | Issue #26854: Android has a different include path for soundcard.h.Stefan Krah2016-04-261-0/+4
* | Issue #26846: Post commit cleanup.Stefan Krah2016-04-261-1/+0
* | Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.Stefan Krah2016-04-261-1/+1
* | Issue #20306: Android is the only system that returns NULL for the pw_passwdStefan Krah2016-04-261-1/+1
* | Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.Stefan Krah2016-04-251-0/+8
* | Issue #26846: Workaround for non-standard stdlib.h on Android.Stefan Krah2016-04-255-6/+4
* | Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+6
|\ \ | |/
| * Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+6
* | Merge doc and comment fixes from 3.5Martin Panter2016-04-191-2/+2
|\ \ | |/
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-2/+2
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-179-10/+10
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-176-6/+6
* | Merge typo fixes from 3.5Martin Panter2016-04-162-4/+4
|\ \ | |/
| * Fix typos in code comments and documentationMartin Panter2016-04-162-4/+4
* | merge headsGregory P. Smith2016-04-151-8/+8
|\ \ | |/
| * Issue #26535: Correct docs regarding the struct buffer sizeMartin Panter2016-04-151-8/+8
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-153-3/+3
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-153-3/+3
* | Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-0/+2
|\ \ | |/
| * Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-0/+2
* | Issues #26716, #26057: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-144-34/+34
|\ \ | |/
| * Issue #26716: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-142-3/+3
* | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-132-210/+65
* | Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-112-7/+7
|\ \ | |/
| * Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-111-3/+3
* | Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-111-1/+5
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-1013-30/+30
|\ \ | |/
| * Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-1011-25/+25
* | Issue #26719: More efficient formatting of ints and floats in json.Serhiy Storchaka2016-04-101-52/+4
|\ \ | |/
| * Issue #26719: More efficient formatting of ints and floats in json.Serhiy Storchaka2016-04-101-52/+4
* | Merge 3.5: fcntl docVictor Stinner2016-04-091-1/+1
|\ \ | |/
| * Update fcntl doc: replace IOError with OSErrorVictor Stinner2016-04-091-1/+1
* | Issue #26687: Use Py_RETURN_NONE macro in sqlite3 moduleBerker Peksag2016-04-094-32/+16
* | Issue #26671: Fixed #ifdef indentation.Serhiy Storchaka2016-04-061-2/+2
* | Backed out changeset 8dc144e47252Serhiy Storchaka2016-04-061-26/+2
* | Issue #26671: Fixed #ifdef indentation.Serhiy Storchaka2016-04-061-2/+26
* | Issue #26671: Enhanced path_converter.Serhiy Storchaka2016-04-061-56/+50
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0627-105/+105
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0622-86/+86
* | Issue #6953: Merge readline doc from 3.5Martin Panter2016-04-051-16/+16
|\ \ | |/
| * Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-16/+16
* | Issue #23735: Merge sighandler_t fix from 3.5Martin Panter2016-04-031-1/+1
|\ \ | |/