summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...Michael Felt2019-02-141-0/+4
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-1446-5/+959
* closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...Zackery Spytz2019-02-142-1/+1
* Fix typo: equivalent code of `async with cond` (GH-11681)Kevin Mai-Husan Chia2019-02-141-2/+2
* bpo-35500: align expected and actual calls on mock.assert_called_with error m...Susan Su2019-02-143-9/+14
* bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...Nina Zakharenko2019-02-131-3/+3
* bpo-35961: Fix a crash in slice_richcompare() (GH-11830)Victor Stinner2019-02-132-24/+16
* bpo-18283: Add support for bytes to shutil.which (GH-11818)Cheryl Sabella2019-02-134-14/+45
* Be consistent about the use of from-imports in random module (GH-11837)Raymond Hettinger2019-02-131-4/+4
* Remove stray quote in os.replace docstring. (GH-11556)Anthony Sottile2019-02-132-4/+4
* Fix potential memory leak in parsetok.c (GH-11832)Pablo Galindo2019-02-131-1/+2
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Matěj Cepl2019-02-122-0/+12
* bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...Alexey Izbyshev2019-02-122-3/+19
* bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)Christopher Hunt2019-02-123-3/+15
* bpo-35918: Remove broken has_key method and add test (#11819)Rémi Lapeyre2019-02-123-3/+3
* Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821)Guido van Rossum2019-02-111-0/+4
* bpo-35378: Fix multiprocessing.Pool references (GH-11627)Pablo Galindo2019-02-113-39/+80
* bpo-35766 follow-up: Add an error check to new_type_comment() (#11766)Guido van Rossum2019-02-111-0/+2
* bpo-22062: Updated docstring and documentation for pathlib (GH-8519)Eivind Teig2019-02-113-5/+7
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Julien Palard2019-02-101-1/+1
* Fix compiler warning about non initialised variable (GH-11806)Pablo Galindo2019-02-101-2/+2
* Fix division by 0 when checking for overflow in math.prod (GH-11808)Pablo Galindo2019-02-102-2/+6
* Fix compiler warnings about end_col_offset and end_lineno (GH-11735)Ivan Levkivskyi2019-02-101-5/+2
* Fix broken :ref: in asyncio docs (GH-11805)Pablo Galindo2019-02-101-1/+1
* Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...Pablo Galindo2019-02-091-15/+20
* Do not retain references to processes and managers in TestSyncManagerTypes (G...Pablo Galindo2019-02-091-0/+2
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Terry Jan Reedy2019-02-094-22/+62
* lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795)Raymond Hettinger2019-02-091-4/+25
* Rework tuple hash tests. (GH-10161)Tim Peters2019-02-082-84/+308
* bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)Neil Schemenauer2019-02-084-3/+142
* Complete and neaten-up namedtuple's replacement of builtin function lookups w...Raymond Hettinger2019-02-081-6/+3
* Add What's New entry for date subclass behavior (#11790)Paul Ganssle2019-02-081-0/+8
* bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)Fish2019-02-073-16/+105
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-076-2/+71
* bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...Jason R. Coombs2019-02-073-23/+76
* bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)Giampaolo Rodola2019-02-072-0/+249
* bpo-35606: Implement math.prod (GH-11359)Pablo Galindo2019-02-076-1/+260
* Fix url to core-mentorship mailing list (GH-11775)Mariatta2019-02-061-1/+1
* bpo-20001: update pathlib landing image (GH-11304)Harmandeep Singh2019-02-052-4/+1
* email: use dict instead of OrderedDict (GH-11709)Inada Naoki2019-02-051-2/+1
* asyncio: use dict instead of OrderedDict (GH-11710)Inada Naoki2019-02-051-1/+1
* Fix typo (micro->nano) (GH-11759)Raymond Hettinger2019-02-051-1/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-056-14/+40
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-054-658/+673
* bpo-32417: Make timedelta arithmetic respect subclasses (#10902)Paul Ganssle2019-02-044-19/+90
* Post 3.8.0a1Łukasz Langa2019-02-041-1/+1
* Merge tag 'v3.8.0a1'Łukasz Langa2019-02-04889-2689/+10110
|\
| * v3.8.0a1v3.8.0a1Łukasz Langa2019-02-032-5/+5
| * [pydoc] Regenerate topics for v3.8.0a1Łukasz Langa2019-02-031-827/+1128
| * [blurb] v3.8.0a1Łukasz Langa2019-02-03886-1857/+8977