summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-36722: Style and grammar edits for ABI news entries (GH-12979)Paul Ganssle2019-04-271-12/+13
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-271-4/+2
* bpo-36722: Add What's New entry for debug ABI (GH-12957)Victor Stinner2019-04-261-0/+24
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-262-0/+11
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-251-0/+15
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-252-4/+11
* bpo-35537: Document posix_spawn() change in subprocess (GH-11668)Victor Stinner2019-04-252-0/+13
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-241-2/+5
* Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)Guido van Rossum2019-04-241-0/+16
* bpo-30840: Document relative imports (#12831)Joannah Nanjekye2019-04-242-1/+42
* replace 'sequencial argument' by 'positional' in doc (GH-12925)Mathieu Dupuy2019-04-231-1/+1
* bpo-36018: Make "seed" into a keyword only argument (GH-12921)Raymond Hettinger2019-04-231-1/+1
* Add module specification: itemgetter -> operator.itemgetter (GH-12823)Jakub Molinski2019-04-231-1/+1
* bpo-36546: Add statistics.quantiles() (#12710)Raymond Hettinger2019-04-232-3/+55
* Doc: add the missing ".tp_flags" in type definition (GH-12902)Wu Wei2019-04-221-0/+1
* bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)mollison2019-04-211-0/+1
* Fix typo (GH-12878)Fredrik Averpil2019-04-201-1/+1
* bpo-30485: Change the prefix for defining the default namespace in ElementPat...Stefan Behnel2019-04-181-3/+3
* bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)Enrico Alarico Carbognani2019-04-181-3/+3
* Fix wrong indentation of a paragraph in documentation (GH-12868)cocoatomo2019-04-181-2/+2
* bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)josh2019-04-171-0/+7
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-171-0/+2
* Clarify file-closing example in tutorial (GH-11652)Colin Watson2019-04-171-0/+2
* bpo-33783: Use proper class markup for random.Random docs (GHè7817)Matthias Bussonnier2019-04-161-0/+5
* bpo-36345: Update wsgiref example (GH-12562)Stéphane Wirtel2019-04-161-30/+4
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-152-0/+6
* Doc: update PendingDeprecationWarning explanation (GH-12837)Inada Naoki2019-04-151-9/+6
* bpo-31904: Port the time module on VxWorks (GH-12305)pxinwr2019-04-151-0/+2
* bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)pxinwr2019-04-151-0/+2
* bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)Mickaël Schoentgen2019-04-141-1/+5
* bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-141-3/+6
* bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...Bernt Røskar Brenna2019-04-141-6/+15
* bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...Pablo Galindo2019-04-131-0/+12
* bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-131-0/+4
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-1310-4/+22
* bpo-35581: Document @typing.type_check_only (GH-11312)Sebastian Rittau2019-04-121-0/+18
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...mrh19972019-04-121-13/+23
* Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)Christopher Head2019-04-121-3/+3
* bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-121-2/+5
* bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)Victor Stinner2019-04-121-1/+3
* bpo-36588: On AIX, remove major version from sys.platform (GH-12787)Michael Felt2019-04-122-1/+15
* bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)Emmanuel Arias2019-04-111-0/+2
* bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)Victor Stinner2019-04-111-2/+9
* bpo-36597: fix weakref example code (GH-12779)Inada Naoki2019-04-111-5/+8
* bpo-36597: fix random doctest failure (GH-12776)Inada Naoki2019-04-111-1/+1
* bpo-36416: Correct bytes.rpartition documentation (GH-12543)pewscorner2019-04-111-2/+2
* better __init__.py explanation in tutorial (#12763)Inada Naoki2019-04-111-3/+3
* Doc: fix typo in IncrementalDecoder.setstate (GH-12724)Christopher Thorne2019-04-111-1/+1
* fix typo in doc (#12686)Caleb Marchent2019-04-101-2/+2
* bpo-14826: document that URLopener quotes fullurl. (GH-12758)Gregory P. Smith2019-04-101-0/+1