summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-112-0/+41
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-113-1/+22
* Improve the io module documentation (GH-15099)Géry Ogam2019-09-111-55/+61
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-112-25/+15
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935)Emily Morehouse2019-09-114-60/+9
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing2019-09-113-0/+31
* Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)Simon Willison2019-09-111-1/+2
* Update ftplib.all_errors documentation to match code (#15026)Andrew Scheller2019-09-111-1/+1
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)Raymond Hettinger2019-09-118-37/+40
* bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)Xtreak2019-09-111-19/+2
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)Anjali Bansal2019-09-112-0/+92
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)Brennan D Baraban2019-09-112-3/+5
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Joannah Nanjekye2019-09-112-16/+35
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Pavel Koneski2019-09-112-1/+3
* closes bpo-37252: Fix devpoll tests. (GH-14017)Jakub Kulík2019-09-112-3/+5
* bpo-37305: add MIME type for Web App Manifest (#14199)Filip Š2019-09-112-0/+3
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...hui shang2019-09-114-11/+30
* bpo-33944: note about the intended use of code in .pth files (GH-10131)native-api2019-09-112-0/+14
* Turn off AppVeyor CI (GH-15929)Zachary Ware2019-09-111-38/+0
* bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)Andre Delfino2019-09-111-4/+4
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)Michael Osipov2019-09-112-0/+3
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-1113-159/+156
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...Géry Ogam2019-09-114-24/+80
* Doc: Use walrus operator in example. (GH-15934)Julien Palard2019-09-111-4/+1
* bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...Joannah Nanjekye2019-09-112-23/+48
* Doc: Fix typo in fastsearch comments (GH-14608)Valentin Haenel2019-09-111-2/+2
* bpo-37326: Include libffi license when available (GH-15921)Steve Dower2019-09-111-2/+3
* 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