summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Remove stray quote in os.replace docstring. (GH-11556).backport-73d6002-3.7Anthony Sottile2019-02-122-4/+4
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Miss Islington (bot)2019-02-122-0/+12
* bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) (G...Miss Islington (bot)2019-02-123-3/+15
* bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824)Miss Islington (bot)2019-02-113-3/+3
* [3.7] bpo-22062: Updated docstring and documentation for pathlib (GH-8519) (G...Miss Islington (bot)2019-02-113-5/+7
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Miss Islington (bot)2019-02-101-1/+1
* Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...Miss Islington (bot)2019-02-091-15/+20
* Do not retain references to processes and managers in TestSyncManagerTypes (G...Miss Islington (bot)2019-02-091-0/+2
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Miss Islington (bot)2019-02-084-22/+62
* lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-1179...Miss Islington (bot)2019-02-081-4/+25
* bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) (...Miss Islington (bot)2019-02-073-16/+105
* [3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH...Antoine Pitrou2019-02-072-0/+239
* Fix url to core-mentorship mailing list (GH-11775)Miss Islington (bot)2019-02-061-1/+1
* bpo-20001: update pathlib landing image (GH-11304)Inada Naoki2019-02-052-4/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Miss Islington (bot)2019-02-046-14/+40
* bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-047-23/+39
* bpo-35692: pathlib no longer raises when checking file and directory existenc...Miss Islington (bot)2019-02-032-9/+20
* bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)Miss Islington (bot)2019-02-023-4/+1
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-026-95/+8
* bpo-29734: nt._getfinalpathname handle leak (GH-740)Miss Islington (bot)2019-02-023-8/+67
* bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)Miss Islington (bot)2019-02-022-1/+3
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Miss Islington (bot)2019-02-023-12/+46
* bpo-33316: PyThread_release_lock always fails (GH-6541)Miss Islington (bot)2019-02-022-2/+4
* bpo-26256: Document algorithm speed for the Decimal module. (GH-4808) (#11736)Miss Islington (bot)2019-02-021-0/+20
* Consistently move the misses update to just before the user function call (GH...Miss Islington (bot)2019-01-312-6/+8
* doc: http: Fix enum name for status code 416 (GH-11689)Miss Islington (bot)2019-01-311-1/+1
* bpo-35865: doc: Remove wrong note and directives (GH-11711)Inada Naoki2019-01-311-46/+8
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Miss Islington (bot)2019-01-305-27/+63
* Document differences between random.choices() and random.choice(). (GH-11703)...Miss Islington (bot)2019-01-301-0/+7
* bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb docum...Miss Islington (bot)2019-01-301-0/+4
* bpo-35717: Fix KeyError exception raised when using enums and compile (GH-115...Miss Islington (bot)2019-01-304-1/+13
* bpo-25592: Improve documentation of distutils data_files (GH-9767) (GH-11701)Miss Islington (bot)2019-01-301-11/+14
* bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)Miss Islington (bot)2019-01-292-1/+2
* Fix typo: class declaration (GH-11678)Miss Islington (bot)2019-01-271-1/+1
* Clarify U-mode deprecation in open() (GH-11646)Miss Islington (bot)2019-01-271-1/+8
* bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682)Miss Islington (bot)2019-01-264-89/+234
* bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)Miss Islington (bot)2019-01-252-0/+12
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Miss Islington (bot)2019-01-253-1/+22
* bpo-34134: Advise to use imap or imap_unordered when handling long iterables....Miss Islington (bot)2019-01-251-1/+5
* bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600)...Miss Islington (bot)2019-01-242-1/+19
* bpo-35781: Changed references to deprecated 'warn' method in logging document...Miss Islington (bot)2019-01-232-4/+4
* bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...Miss Islington (bot)2019-01-232-10/+10
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-2213-166/+148
* bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)Miss Islington (bot)2019-01-222-0/+2
* bpo-35772: Fix test_tarfile on ppc64 (GH-11606)Miss Islington (bot)2019-01-213-2/+15
* bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629)Miss Islington (bot)2019-01-213-4/+32
* bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)Miss Islington (bot)2019-01-202-0/+2
* bpo-35770: Fix off-by-1 error. (GH-11618)Miss Islington (bot)2019-01-181-1/+1
* bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)Miss Islington (bot)2019-01-183-1/+9
* bpo-35045: Accept TLSv1 default in min max test (GH-11510)Miss Islington (bot)2019-01-182-2/+7