summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in code comments and documentationMartin Panter2016-04-162-4/+4
* Issue #26535: Correct docs regarding the struct buffer sizeMartin Panter2016-04-151-8/+8
* 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
* Issue #26716: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-142-3/+3
* Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-111-3/+3
* 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
* Update fcntl doc: replace IOError with OSErrorVictor Stinner2016-04-091-1/+1
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0622-86/+86
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-16/+16
* Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+31
* asyncio: sync overlapped.c with GitHubVictor Stinner2016-04-011-0/+6
* Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-313-15/+13
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-6/+10
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+5
* _pickle: Fix load_counted_tuple(), use Py_ssize_t for sizeVictor Stinner2016-03-141-1/+1
* Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky2016-03-251-1/+6
* Enhance _tracemalloc debug modeVictor Stinner2016-03-221-1/+1
* Fix _tracemalloc start/stopVictor Stinner2016-03-221-14/+0
* Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* Issue #15699: Reunite comment with variableMartin Panter2016-03-221-16/+3
* Fix usage of PyMem_Malloc() in overlapped.cVictor Stinner2016-03-161-3/+6
* _tracemalloc: store lineno as unsigned intVictor Stinner2016-03-151-17/+7
* faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-2/+10
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+17
* Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-231-4/+10
* merge 3.4 (closes #25939)Benjamin Peterson2016-02-181-2/+6
|\
| * open the cert store readonlyBenjamin Peterson2016-02-181-2/+6
* | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-151-2/+18
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-2/+2
* | Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-081-17/+20
* | Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-60/+68
* | Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-032-6/+8
* | Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-5/+2
* | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-153/+214
* | Merge headsSerhiy Storchaka2016-01-281-2/+24
|\ \
| * | Windows: Decode hostname from ANSI code pageVictor Stinner2016-01-281-2/+24
* | | Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format unitsSerhiy Storchaka2016-01-281-1/+93
|/ /
* | Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+7
* | merge 3.4Benjamin Peterson2016-01-221-0/+4
|\ \ | |/
| * reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* | merge 3.4 (#26171)Benjamin Peterson2016-01-211-0/+5
|\ \ | |/
| * prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-211-0/+5
* | merge 3.4Benjamin Peterson2016-01-211-0/+1
|\ \ | |/
| * fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1
* | Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-1/+1
* | Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-151-16/+32