summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)Tal Einat2018-07-066-78/+265
* Doc: Remove superfluous markup. (GH-8112)Julien Palard2018-07-061-1/+1
* Fix GCC warning in Python/hamt.c (GH-7618)Zackery Spytz2018-07-061-1/+1
* bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...Ammar Askar2018-07-063-24/+60
* Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)Benjamin Peterson2018-07-061-2/+2
* bpo-34043: Optimize tarfile uncompress performance (GH-8089)INADA Naoki2018-07-062-18/+13
* versionadded -> versionchanged for all 'X parameter was added' for uniformity...Sergey Fedoseev2018-07-063-7/+7
* Add more detail to the Counter.fromkeys() comment block (GH-8124)Raymond Hettinger2018-07-051-2/+7
* classify abs() argument type (GH-8103)Windson yang2018-07-051-1/+2
* Fix typo in dataclasses documentation (GH-8102)Artjom2018-07-051-1/+1
* bpo-34044: subprocess.Popen copies startupinfo (GH-8090)Victor Stinner2018-07-053-0/+47
* Fix fuzz testing for marshal.loads(). (GH-8106)Serhiy Storchaka2018-07-051-4/+5
* bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)Serhiy Storchaka2018-07-051-6/+17
* Removed unused import from tzinfo_examples.py. (GH-7994)Sergey Fedoseev2018-07-051-1/+1
* Update Stackless Python wiki URL (GH-8072)Julien Palard2018-07-051-1/+1
* Minor code refactoring. Compute len() one fewer times on one code path. (GH-...Raymond Hettinger2018-07-041-4/+4
* DOC: In `reduce`, refer to `accumulate` (GH-7930)Gerrit Holl2018-07-041-0/+2
* bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)Farhaan Bukhsh2018-07-041-5/+6
* bpo-32942: Fix environment dependent test_script_helper (GH-8034)Lorenz Mende2018-07-041-16/+31
* bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)Victor Stinner2018-07-041-2/+6
* bpo-34010: Fix tarfile read performance regression (GH-8020)hajoscher2018-07-042-9/+13
* Make GenericAlias_Type and Generic_Type static. (GH-8076)Benjamin Peterson2018-07-041-2/+2
* Don't export pending_threadfunc from _testcapi. (GH-8075)Benjamin Peterson2018-07-041-1/+2
* bpo-33418: Add tp_clear for function object (GH-8058)INADA Naoki2018-07-042-13/+23
* bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)Zackery Spytz2018-07-033-2/+20
* bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...Sergey Fedoseev2018-07-031-2/+2
* bpo-34019: Fix wrong arguments for Opera Browser (#8047)Bumsik Kim2018-07-033-12/+13
* bpo-33735: Fix test_multiprocessing random failure (GH-8059)Victor Stinner2018-07-031-3/+3
* bpo-34006: Revert line length limit for Windows help docs (GH-8051)Zachary Ware2018-07-022-0/+6
* bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)Xtreak2018-07-023-4/+88
* bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)INADA Naoki2018-07-017-0/+0
* bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)Tal Einat2018-06-303-575/+1710
* Doc: Remove unused image file (GH-8027)INADA Naoki2018-06-301-0/+0
* bpo-25862: Fix several bugs in the _io module. (GH-8026)Serhiy Storchaka2018-06-302-8/+17
* bpo-32568: make select.epoll() and its docs consistent (#7840)Tal Einat2018-06-304-14/+34
* bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)Serhiy Storchaka2018-06-303-1/+44
* Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)Jeremy Cline2018-06-291-3/+0
* Add zulipchat badge to readme (GH-7929)Mariatta2018-06-291-0/+5
* bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)Zackery Spytz2018-06-294-0/+19
* Fix the indentation in the documentation of bin() and hash() (GH-7998)Andrés Delfino2018-06-291-5/+5
* bpo-14117: Make minor tweaks to turtledemo (GH-8002)Terry Jan Reedy2018-06-294-4/+3
* bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)Yury Selivanov2018-06-293-6/+33
* bpo-33985: Implement ContextVar.name attribute. (GH-7980)Yury Selivanov2018-06-284-2/+15
* bpo-31546: Fix input hook integration (GH-7978)Thomas A Caswell2018-06-282-0/+6
* bpo-32996: Enhancements to What's New based on feedback (GH-7988)Elvis Pranskevichus2018-06-281-21/+29
* Forward port rest of NEWS changes as of 3.7.0Ned Deily2018-06-287-1/+2533
* bpo-33842: Remove tarfile.filemode (GH-7661)INADA Naoki2018-06-283-7/+3
* bpo-33958: Doc: Remove unused variable in example (GH-7927)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-281-1/+1
* Forward port 3.7.0 final changesNed Deily2018-06-2753-2574/+9667
* bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)Victor Stinner2018-06-271-2/+2