summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...Serhiy Storchaka2018-12-192-3/+3
* ceval.c: mark debug 'filename' variable as unused (GH-11074)Victor Stinner2018-12-101-3/+7
* bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829)Victor Stinner2018-11-301-3/+3
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823)Victor Stinner2018-11-301-4/+36
* Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)Miss Islington (bot)2018-11-161-1/+3
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-051-1/+1
* Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588)Victor Stinner2018-09-261-2/+0
* bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel2018-09-101-0/+3
* [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892)Benjamin Peterson2018-08-231-0/+5
* closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...Miss Islington (bot)2018-08-241-0/+5
* [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-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-314-6/+5
* bpo-34080: Fix a memory leak in the compiler. (GH-8222)Miss Islington (bot)2018-07-111-1/+1
* [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka2018-07-111-1/+1
* [2.7] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH...Serhiy Storchaka2018-04-261-8/+30
* [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...Serhiy Storchaka2018-04-011-18/+19
* Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033)Xiang Zhang2018-03-091-1/+8
* bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574)INADA Naoki2018-02-071-2/+10
* bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494)Mariatta2018-02-021-4/+3
* [2.7] advance copyright years to 2018 (GH-5094). (#5105)Benjamin Peterson2018-01-041-1/+1
* [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...Serhiy Storchaka2017-12-021-17/+71
* bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657)Victor Stinner2017-11-301-2/+18
* fix marshal uninitialized variable warnings (#4114)Benjamin Peterson2017-10-241-0/+6
* [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)Victor Stinner2017-10-171-1/+3
* bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)Victor Stinner2017-10-171-10/+17
* [2.7] remove tabs from getcompiler.c (GH-3892) (#3894)Miss Islington (bot)2017-10-051-1/+1
* [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...Oren Milman2017-09-301-2/+3
* [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-111-1/+7
* [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...Serhiy Storchaka2017-09-111-1/+3
* Fix a shadow-compatible-local warning (#2182)Yuan Chao Chou2017-08-041-135/+135
* [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-261-18/+28
* bpo-23787: Change sum() docstring from sequence to iterable (GH-1859)Mariatta2017-06-061-3/+3
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)Xiang Zhang2017-05-101-1/+1
* bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner2017-05-021-3/+3
* bpo-29935: Fixed error messages in the index() method of tuple and list (#887...Serhiy Storchaka2017-03-301-1/+21
* bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)Serhiy Storchaka2017-03-081-0/+1
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Xiang Zhang2017-03-011-2/+6
* Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.Mark Dickinson2017-02-021-1/+1
* Don't use getentropy() on LinuxVictor Stinner2017-01-091-2/+9
* only include sys/random.h if it seems like it might have something useful (#2...Benjamin Peterson2017-01-011-1/+1
* ring in 2017 for PythonBenjamin Peterson2017-01-011-1/+1
* add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-191-1/+1
* Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.Ned Deily2016-11-121-0/+3
* Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-041-1/+1
* Issue #21720: Improve exception message when the type of fromlist is unicodeBerker Peksag2016-10-171-2/+3
* Issue #24098: Fixed possible crash when AST is changed in process ofSerhiy Storchaka2016-10-071-0/+180
* Issue #28139: Fix messed up indentationMartin Panter2016-09-173-49/+47
* Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal ofsashk2016-09-161-4/+4
* Issue #24366: Fix indentationMartin Panter2016-09-152-6/+6
* fix misleading indentation (closes #28139)Benjamin Peterson2016-09-131-1/+1