summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Utkarsh Gupta2019-04-301-1/+1
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-306-61/+74
* bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-...Marco Rougeth2019-04-293-2/+5
* Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012)Ned Deily2019-04-291-2/+4
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)Ned Deily2019-04-293-12/+3
* bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)Berker Peksag2019-04-293-2/+16
* bpo-36004: Add date.fromisocalendar (GH-11888)Paul Ganssle2019-04-296-0/+209
* bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)xdegaye2019-04-292-4/+12
* Add initial 'whatsnew' section for PEP 570 (GH-12942)Guido van Rossum2019-04-291-0/+25
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-2938-4706/+5767
* Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)Victor Stinner2019-04-295-26/+18
* bpo-36356: Destroy the GIL at exit (GH-12453)Victor Stinner2019-04-295-18/+26
* bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)xdegaye2019-04-292-8/+1
* bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...Joannah Nanjekye2019-04-294-12/+51
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-299-10/+47
* Fix typo in 'tandem' word (GH-12998) (GH-12998)Andrey2019-04-291-1/+1
* bpo-36546: More tests: type preservation and equal inputs (#13000)Raymond Hettinger2019-04-291-12/+18
* bpo-36729: Delete unused text variable on tests. (GH-12959)Emmanuel Arias2019-04-291-4/+0
* bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)Zackery Spytz2019-04-281-1/+3
* bpo-36715: Add usage note for dict.fromkeys() (GH-12974)Raymond Hettinger2019-04-281-1/+4
* bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)Gordon P. Hemsley2019-04-284-2/+89
* bpo-2091: Fix typo in exception message (GH-12987)Berker Peksag2019-04-271-1/+1
* bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)Paul Ganssle2019-04-274-2/+126
* bpo-36722: Style and grammar edits for ABI news entries (GH-12979)Paul Ganssle2019-04-274-22/+24
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-272-29/+25
* bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)Victor Stinner2019-04-263-6/+14
* bpo-36722: Add What's New entry for debug ABI (GH-12957)Victor Stinner2019-04-261-0/+24
* bpo-21536: Revert Makefile change on python-config (GH-12971)Victor Stinner2019-04-261-1/+3
* bpo-31525: Increase minimum sqlite version number check (GH-12923)Charles Pigott2019-04-261-3/+3
* bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)Victor Stinner2019-04-261-2/+2
* bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)Victor Stinner2019-04-263-3/+10
* bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)Victor Stinner2019-04-262-14/+29
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-263-14/+35
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-265-69/+66
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-265-0/+31
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-265-152/+205
* bpo-36724: Add _PyWarnings_Fini() (#12963)Victor Stinner2019-04-263-17/+35
* bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)Victor Stinner2019-04-261-1/+1
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-268-208/+286
* bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)Victor Stinner2019-04-263-141/+165
* bpo-36710: Add runtime variable in pystate.c (GH-12956)Victor Stinner2019-04-251-142/+219
* bpo-36722: Debug build loads libraries built in release mode (GH-12952)Victor Stinner2019-04-255-2/+29
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-2517-15/+134
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-257-26/+28
* bpo-35537: Document posix_spawn() change in subprocess (GH-11668)Victor Stinner2019-04-252-0/+13
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)Victor Stinner2019-04-253-2/+11
* bpo-36465: Fix test_regrtest on Windows (GH-12945)Victor Stinner2019-04-242-5/+10
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-247-14/+57
* Add @pablogsal to code owners file for Parser/pgen (GH-12944)Pablo Galindo2019-04-241-0/+3
* bpo-36668: FIX reuse semaphore tracker for child processes (#5172)Thomas Moreau2019-04-243-10/+55