summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-281-4/+10
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-6/+26
* correct the typos (GH-4950) (#4951)Miss Islington (bot)2017-12-211-2/+2
* bpo-32329: Fix sys.flags.hash_randomization (#4875)Victor Stinner2017-12-151-1/+0
* bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...Miss Islington (bot)2017-12-141-0/+1
* [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...Andrew Svetlov2017-12-141-1/+1
* bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...Miss Islington (bot)2017-12-121-1/+1
* bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)Miss Islington (bot)2017-12-111-1/+1
* bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)Miss Islington (bot)2017-12-011-1/+5
* bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...Miss Islington (bot)2017-11-301-38/+98
* bpo-31440: Changed default module search path for windows (#4613)Miss Islington (bot)2017-11-281-2/+2
* bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)Victor Stinner2017-11-161-3/+19
* bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...Miss Islington (bot)2017-11-141-1/+3
* bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...Miss Islington (bot)2017-11-131-1/+5
* [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...Serhiy Storchaka2017-11-092-58/+61
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Miss Islington (bot)2017-11-071-0/+5
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Miss Islington (bot)2017-11-071-8/+7
* bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...Miss Islington (bot)2017-11-032-4/+8
* bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)Miss Islington (bot)2017-11-031-1/+4
* [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...Tal Einat2017-11-032-5/+5
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...Miss Islington (bot)2017-11-011-12/+26
* bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...Miss Islington (bot)2017-11-011-2/+10
* bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)Miss Islington (bot)2017-11-011-2/+4
* Remove nested comments in blake2 (GH-4173) (#4214)Miss Islington (bot)2017-11-011-2/+4
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-8/+16
* bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) ...Miss Islington (bot)2017-10-311-4/+4
* bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)Miss Islington (bot)2017-10-311-47/+71
* bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)Miss Islington (bot)2017-10-311-33/+40
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-0/+63
* bpo-31752: Fix possible crash in timedelta constructor called with custom int...Miss Islington (bot)2017-10-231-2/+7
* [3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)Miss Islington (bot)2017-10-231-0/+128
* [3.6] bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (GH-3729)....Serhiy Storchaka2017-10-231-30/+33
* [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)Miss Islington (bot)2017-10-181-9/+16
* [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing i...Miss Islington (bot)2017-10-183-6/+6
* [3.6] bpo-31786: Make functions in the select module blocking when timeout is...Pablo Galindo2017-10-182-9/+10
* [3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)Miss Islington (bot)2017-10-151-1/+1
* [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...Miss Islington (bot)2017-10-121-16/+13
* bpo-28647: Update -u documentation (GH-3954)Berker Peksag2017-10-111-2/+2
* [3.6] bpo-28157: Improvements for the time module documentation (GH-928)Miss Islington (bot)2017-10-111-22/+1
* [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...Miss Islington (bot)2017-10-101-34/+28
* [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Miss Islington (bot)2017-10-031-2/+10
* [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (...Serhiy Storchaka2017-10-032-13/+13
* bpo-28129: fix ctypes crashes (#386) (#3799)Victor Stinner2017-09-282-9/+34
* [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...Serhiy Storchaka2017-09-281-2/+5
* [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...Miss Islington (bot)2017-09-271-3/+13
* [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...Miss Islington (bot)2017-09-271-1/+9
* [3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)Miss Islington (bot)2017-09-271-1/+3
* [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...Miss Islington (bot)2017-09-261-36/+31
* [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...Miss Islington (bot)2017-09-251-0/+10
* [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-251-2/+3