summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.6.13v3.6.13Ned Deily2021-02-151-3/+0
* bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)Miss Islington (bot)2020-11-101-0/+3
* 3.6.11rc1v3.6.11rc1Ned Deily2020-06-172-3/+0
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350)Miss Islington (bot)2020-02-041-0/+1
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Miss Islington (bot)2020-01-231-0/+2
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-1114-35/+0
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Miss Islington (bot)2018-12-111-0/+2
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)Victor Stinner2018-12-101-0/+1
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Serhiy Storchaka2018-12-071-0/+2
* bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...Miss Islington (bot)2018-12-041-0/+4
* bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)Miss Islington (bot)2018-12-031-0/+2
* bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH...Victor Stinner2018-11-261-0/+3
* bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)Miss Islington (bot)2018-11-131-0/+3
* [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)Gregory P. Smith2018-11-121-0/+4
* bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1...Gregory P. Smith2018-11-081-0/+3
* [3.6]bpo-29341: Backport b942707 3.6 (GH-10299)BNMetrics2018-11-021-0/+2
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Miss Islington (bot)2018-10-211-0/+2
* bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)Miss Islington (bot)2018-10-201-0/+2
* bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...Miss Islington (bot)2018-10-201-0/+2
* bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...Miss Islington (bot)2018-10-141-0/+3
* 3.6.7rc2v3.6.7rc2Ned Deily2018-10-132-3/+0
* bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)Miss Islington (bot)2018-10-021-0/+2
* Merge tag 'v3.6.7rc1' into 3.6Ned Deily2018-09-2615-30/+0
|\
| * 3.6.7rc1v3.6.7rc1Ned Deily2018-09-2615-30/+0
* | [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...Miss Islington (bot)2018-09-251-0/+1
|/
* bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)Miss Islington (bot)2018-09-211-0/+1
* Fix Tools/gdb/libpython.pyMiss Islington (bot)2018-09-111-0/+3
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-101-0/+2
* bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088)Miss Islington (bot)2018-09-071-0/+2
* bpo-34527: Fix FreeBSD with POSIX locale (GH-8975)Victor Stinner2018-08-281-0/+3
* closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Miss Islington (bot)2018-08-151-0/+1
* closes bpo-34377: Update Valgrind suppressions. (GH-8734)Miss Islington (bot)2018-08-111-0/+3
* bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)Serhiy Storchaka2018-07-171-0/+2
* bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...Serhiy Storchaka2018-07-171-0/+3
* bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)Miss Islington (bot)2018-07-121-0/+2
* [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT...Serhiy Storchaka2018-07-091-0/+2
* bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)...Miss Islington (bot)2018-07-031-0/+2
* [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz2018-06-291-0/+2
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Miss Islington (bot)2018-06-261-0/+1
* bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)Miss Islington (bot)2018-06-231-0/+1
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-1212-20/+0
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Yury Selivanov2018-06-071-0/+1
* bpo-31849: Fix warning in pyhash.c (GH-6799)Miss Islington (bot)2018-06-041-0/+1
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...Miss Islington (bot)2018-06-011-0/+2
* [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)Serhiy Storchaka2018-05-241-0/+4
* bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...Miss Islington (bot)2018-05-181-0/+2
* bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)Miss Islington (bot)2018-05-131-0/+1
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Miss Islington (bot)2018-05-091-0/+2
* bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)Miss Islington (bot)2018-05-021-0/+1
* bpo-33231: Fix potential leak in normalizestring() (GH-6386)Miss Islington (bot)2018-04-061-0/+1