summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....backport-24bd50b-2.7Oren Milman2018-09-113-2/+28
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-105-27/+70
* bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel2018-09-104-0/+11
* [2.7] Fix misleading mentions of tp_size in comments (GH-9138)Benjamin Peterson2018-09-106-9/+9
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)2018-09-101-0/+7
* bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)Victor Stinner2018-09-072-7/+15
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)Miss Islington (bot)2018-09-051-1/+30
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-043-3/+51
* bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen2018-09-023-4/+9
* [2.7] Fix struct sequence glossary entry grammar (GH-9030)Zachary Ware2018-09-011-1/+1
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Miss Islington (bot)2018-08-311-0/+9
* closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather ...Benjamin Peterson2018-08-292-6/+13
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-264-4/+30
* bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909)Zackery Spytz2018-08-251-0/+1
* [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892)Benjamin Peterson2018-08-232-0/+6
* closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...Miss Islington (bot)2018-08-241-0/+5
* closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...Miss Islington (bot)2018-08-241-0/+3
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-231-1/+1
* [2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_nam...Alexey Izbyshev2018-08-221-0/+2
* [2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849)Zackery Spytz2018-08-221-2/+4
* [2.7] bpo-30411: Use --git-dir instead of -C to make git work under version b...Xiang Zhang2018-08-202-6/+6
* bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Realloc(). (G...Sergey Fedoseev2018-08-171-32/+24
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-162-0/+6
* closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Miss Islington (bot)2018-08-152-1/+2
* [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes2018-08-1416-373/+603
* [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-140/+147
* [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8...Zackery Spytz2018-08-061-6/+0
* [2.7] bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)Terry Jan Reedy2018-08-061-3/+3
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-032-4/+4
* [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)Terry Jan Reedy2018-08-022-0/+3
* Fix compilation warnings on Windows (GH-8627)Victor Stinner2018-08-023-3/+3
* bpo-29565: Fix compilation for C89 (GH-8626)Victor Stinner2018-08-021-8/+12
* bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD6...Victor Stinner2018-08-024-0/+57
* [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-028-1/+17
* [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-3136-81/+75
* bpo-27671: Update FAQ about why len is function (GH-8432)Miss Islington (bot)2018-07-301-18/+19
* [2.7] Use 'for example' instead of 'in other words' in compound statement doc...Andrés Delfino2018-07-301-1/+1
* bpo-34229: Check start and stop of slice object to be long when they are not ...Xtreak2018-07-264-3/+43
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Miss Islington (bot)2018-07-251-2/+2
* Fix site module documentation. (GH-8441)Miss Islington (bot)2018-07-241-1/+1
* [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) ...Tal Einat2018-07-241-12/+18
* bpo-34189: Remove a file backported by accident. (GH-8419)Serhiy Storchaka2018-07-231-1227/+0
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)2018-07-232-0/+4
* [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8...Serhiy Storchaka2018-07-223-3/+1263
* bpo-25943: Check for integer overflow in bsddb's DB_join(). (GH-8392)Zackery Spytz2018-07-221-1/+7
* bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (...Zackery Spytz2018-07-213-39/+72
* [2.7] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)Zachary Ware2018-07-191-1/+5
* Clarify ValueError's broad applicability (GH-8313) (GH-8316)Miss Islington (bot)2018-07-171-1/+1
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-173-3/+24
* bpo-34080: Fix a memory leak in the compiler. (GH-8222)Miss Islington (bot)2018-07-112-1/+3