| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41103: Remove old buffer protocol support (#21117) | Inada Naoki | 2020-06-25 | 4 | -74/+5 |
|
|
* | Fix typo in functions.rst (GH-21131) | Ram Rachum | 2020-06-25 | 1 | -1/+1 |
|
|
* | bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) | Ned Deily | 2020-06-25 | 1 | -1/+1 |
|
|
* | bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) | Arisaka97 | 2020-06-24 | 1 | -0/+1 |
|
|
* | bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-... | Gareth Rees | 2020-06-24 | 1 | -4/+5 |
|
|
* | Improve asyncio.loop.call_soon() documentation (GH-20883) | Roger Iyengar | 2020-06-23 | 3 | -3/+7 |
|
|
* | Add link to .pypirc specification (GH-20680) | Brian Rutledge | 2020-06-20 | 1 | -0/+3 |
|
|
* | bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo... | Vincent Férotin | 2020-06-20 | 1 | -0/+14 |
|
|
* | bpo-40636: Documentation for zip-strict (#20961) | Ram Rachum | 2020-06-19 | 2 | -44/+87 |
|
|
* | bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) | Victor Stinner | 2020-06-19 | 2 | -19/+24 |
|
|
* | bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) | Serhiy Storchaka | 2020-06-18 | 2 | -2/+22 |
|
|
* | bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) | Bar Harel | 2020-06-18 | 1 | -1/+9 |
|
|
* | bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) | Victor Stinner | 2020-06-18 | 1 | -0/+8 |
|
|
* | bpo-41006: What's New: less => fewer modules (GH-20955) | Victor Stinner | 2020-06-17 | 1 | -1/+1 |
|
|
* | bpo-41006: Document the runpy optimization (GH-20953) | Victor Stinner | 2020-06-17 | 1 | -0/+5 |
|
|
* | bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) | Inada Naoki | 2020-06-17 | 1 | -0/+11 |
|
|
* | bpo-36020: Require vsnprintf() to build Python (GH-20899) | Victor Stinner | 2020-06-15 | 2 | -7/+7 |
|
|
* | Fixes dead links to Django's logging config docs (GH-20823) | kevin seelbach | 2020-06-14 | 1 | -2/+2 |
|
|
* | bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) | Zackery Spytz | 2020-06-13 | 1 | -1/+1 |
|
|
* | Minor change on threading.Thread.native_id documentation. (GH-18129) | Antoine | 2020-06-12 | 1 | -5/+4 |
|
|
* | bpo-40890: Add `mapping` property to dict views (GH-20749) | Dennis Sweeney | 2020-06-12 | 2 | -0/+17 |
|
|
* | Update lexical_analysis.rst (GH-17508) | Géry Ogam | 2020-06-12 | 1 | -1/+1 |
|
|
* | bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) | native-api | 2020-06-12 | 1 | -0/+5 |
|
|
* | bpo-40939: Remove the old parser (GH-20768) | Pablo Galindo | 2020-06-11 | 2 | -21/+0 |
|
|
* | bpo-40275: Move TransientResource to test_urllib2net (GH-20812) | Victor Stinner | 2020-06-11 | 1 | -9/+0 |
|
|
* | bpo-40275: Add warnings_helper submodule in test.support (GH-20797) | Hai Shi | 2020-06-11 | 1 | -93/+102 |
|
|
* | bpo-40275: Add import_helper submodule in test.support (GH-20794) | Hai Shi | 2020-06-10 | 1 | -103/+116 |
|
|
* | bpo-40895: Update weakref documentation to remove old warnings (GH-20687) | Daniel Fortunov | 2020-06-10 | 1 | -16/+0 |
|
|
* | bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-... | Serhiy Storchaka | 2020-06-10 | 2 | -5/+2 |
|
|
* | bpo-40275: Add os_helper submodule in test.support (GH-20765) | Hai Shi | 2020-06-10 | 1 | -172/+184 |
|
|
* | bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) | Éric Araujo | 2020-06-10 | 1 | -0/+3 |
|
|
* | Remove reference to 3.7 and 3.8 backports. (GH-20754) | Stefan Krah | 2020-06-09 | 1 | -1/+0 |
|
|
* | bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658) | Brett Cannon | 2020-06-08 | 1 | -6/+7 |
|
|
* | bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) | Victor Stinner | 2020-06-08 | 2 | -2/+2 |
|
|
* | bpo-40910: Export Py_GetArgcArgv() function (GH-20721) | Victor Stinner | 2020-06-08 | 1 | -0/+9 |
|
|
* | bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2... | Sandro Mani | 2020-06-08 | 2 | -0/+17 |
|
|
* | bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) | Shantanu | 2020-06-08 | 1 | -2/+11 |
|
|
* | bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) | Lysandros Nikolaou | 2020-06-08 | 1 | -3/+47 |
|
|
* | bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) | Jason R. Coombs | 2020-06-05 | 1 | -3/+11 |
|
|
* | bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610) | Victor Stinner | 2020-06-04 | 1 | -3/+21 |
|
|
* | Fix spacing in docs for tarfile (GH-20629) | Harsha Laxman | 2020-06-04 | 1 | -1/+1 |
|
|
* | bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) | Victor Stinner | 2020-06-02 | 2 | -0/+8 |
|
|
* | bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) | Victor Stinner | 2020-06-02 | 1 | -0/+4 |
|
|
* | Ensure correct version of Sphinx is used for Windows builds (GH-20582) | Steve Dower | 2020-06-01 | 1 | -1/+1 |
|
|
* | bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) | Huon Wilson | 2020-06-01 | 3 | -8/+7 |
|
|
* | bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) | Zackery Spytz | 2020-06-01 | 1 | -3/+1 |
|
|
* | bpo-17005: Move topological sort functionality to its own module (GH-20558) | Pablo Galindo | 2020-05-31 | 4 | -202/+219 |
|
|
* | Fix typo in "What's new in Python 3.9" (GH-20559) | Lysandros Nikolaou | 2020-05-31 | 1 | -1/+1 |
|
|
* | bpo-40759: Deprecate the symbol module (GH-20364) | Batuhan Taskaya | 2020-05-31 | 2 | -3/+9 |
|
|
* | bpo-40755: Add rich comparisons to Counter (GH-20548) | Raymond Hettinger | 2020-05-31 | 1 | -41/+13 |
|
|