summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-35649: update http client example (GH-11441)Ashwin Ramaswami2019-09-111-2/+5
* Minor ReST formatting fixes in subprocess docs (#14876)Tim Hoffmann2019-09-111-4/+4
* bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)Xtreak2019-09-111-0/+4
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...Pierre Quentel2019-09-113-3/+24
* bpo-35168: Make shlex.punctuation_chars read-only (#11631)Alex2019-09-114-4/+18
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)Xtreak2019-09-113-1/+103
* bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)Jeroen Demeyer2019-09-116-66/+47
* bpo-38103: fix conflicting labels in the docs. (GH-15906)Ezio Melotti2019-09-112-5/+5
* bpo-35066: Make trailing percent test more portable. (GH-15907)Benjamin Peterson2019-09-111-4/+9
* bpo-28494: install ziptestdata to fix install bot (GH-15902)Gregory P. Smith2019-09-111-0/+1
* bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)smokephil2019-09-111-1/+1
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-115-11/+25
* bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)Kyle Stanley2019-09-111-0/+8
* bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)Anjali2019-09-111-3/+2
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Steve Dower2019-09-113-6/+12
* bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...Greg Price2019-09-113-51/+61
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Gregory P. Smith2019-09-113-9/+53
* Overhaul datetime documentation (GH-13410)Brad2019-09-112-476/+731
* bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...Eddie Elizondo2019-09-114-10/+318
* bpo-36373: Fix deprecation warnings (GH-15889)Andrew Svetlov2019-09-115-12/+12
* bpo-38034: Fix typo in logging.handlers.rst (GH-15708)wwuck2019-09-111-1/+1
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Gregory P. Smith2019-09-106-0/+101
* Remove unneeded assignment in PyBytes_Concat() (GH-15274)Sergey Fedoseev2019-09-101-1/+0
* bpo-37574: Mention helper functions for find_spec documentation (GH-14739)jdkandersson2019-09-101-1/+4
* bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)Jordon Xu2019-09-107-15/+15
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Steve Dower2019-09-104-4/+7
* bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...Gordon P. Hemsley2019-09-103-0/+39
* bpo-36253: Remove use after free reference in ctypes test suite (GH-12257)Ben Harper2019-09-101-2/+2
* bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)Andre Delfino2019-09-101-3/+4
* Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)Kyle Stanley2019-09-101-7/+9
* Correct info about "f.read(size)". (GH13852)William Andrea2019-09-101-2/+2
* Correct minor grammatical mistake in open docs (GH-15865)Andre Delfino2019-09-101-2/+2
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Dmitry Shachnev2019-09-102-1/+19
* bpo-37913: Link to NotImplemented from new docs (GH-15860)Steve Dower2019-09-101-3/+3
* bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)Jeroen Demeyer2019-09-101-2/+4
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-108-661/+712
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-103-107/+125
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Steve Dower2019-09-102-1/+3
* Fix subprocess docstring typo (GH-15812)Matthias2019-09-101-1/+1
* Fix typo in ssl.RAND_bytes documentation (GH-14791)Zach Thompson2019-09-101-1/+1
* bpo-38090: Fix reference leak in ceval.c (GH-15848)Pablo Galindo2019-09-101-1/+0
* bpo-36781: Optimize sum() for bools. (#13074)Serhiy Storchaka2019-09-103-2/+24
* Note regarding + mode truncation applies to both text and binary mode (#11314)Andre Delfino2019-09-101-3/+3
* bpo-38073: Make pwd module PEP-384 compatible (GH-15790)Dino Viehland2019-09-102-16/+36
* bpo-38066: Hide internal Stream methods (GH-15762)Andrew Svetlov2019-09-105-92/+155
* bpo-21018: added missing documentation about escaping characters for configpa...Arun Persaud2019-09-101-0/+5
* closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11...Bernt Røskar Brenna2019-09-101-4/+5
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...Emmanuel Arias2019-09-102-0/+8
* bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...Jeroen Demeyer2019-09-103-6/+28
* bpo-37499: Test various C calling conventions (GH-15776)Petr Viktorin2019-09-103-195/+435