summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum().backport-704e2d3-2.7Christian Heimes2018-08-232-0/+6
* 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
* [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka2018-07-114-2/+194
* [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225)Tal Einat2018-07-101-2/+1
* [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217)Benjamin Peterson2018-07-094-18/+18
* [2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214)Benjamin Peterson2018-07-091-4/+0
* [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-...Serhiy Storchaka2018-07-094-7/+11
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-093-36/+45
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Miss Islington (bot)2018-07-071-6/+6
* [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)Benjamin Peterson2018-07-072-2/+3
* [2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optio...Andrés Delfino2018-07-081-1/+1
* [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)Pablo Galindo2018-07-072-4/+5
* [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-063-12/+47
* [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH...Serhiy Storchaka2018-07-051-2/+16
* Don't export pending_threadfunc from _testcapi. (GH-8075)Miss Islington (bot)2018-07-031-1/+2
* bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...Miss Islington (bot)2018-07-031-2/+2
* bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061)Victor Stinner2018-07-031-3/+3
* [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...Serhiy Storchaka2018-06-303-1/+44