summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39390 shutil: fix argument types for ignore callback (GH-18122)mbarkhau2020-01-241-0/+2
* bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...Karthikeyan Singaravelan2020-01-241-0/+2
* bpo-39395: putenv() and unsetenv() always available (GH-18135)Victor Stinner2020-01-242-0/+4
* bpo-39413: Implement os.unsetenv() on Windows (GH-18163)Victor Stinner2020-01-241-0/+1
* Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)Mario Corchero2020-01-241-0/+2
* bpo-17005: Add a class to perform topological sorting to the standard library...Pablo Galindo2020-01-231-0/+3
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Pablo Galindo2020-01-231-0/+2
* bpo-39320: Handle unpacking of *values in compiler (GH-17984)Mark Shannon2020-01-231-0/+15
* bpo-39050: The Help button in IDLE's config menu works again (GH-17611)Zackery Spytz2020-01-231-0/+1
* bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)William Woodruff2020-01-232-0/+3
* bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)Pablo Galindo2020-01-232-1/+41
* bpo-39336: Allow packages to not let their child modules be set on them (#18006)Dino Viehland2020-01-231-0/+1
* bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (G...Alex Rebert2020-01-221-0/+3
* bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)Dong-hee Na2020-01-221-0/+2
* bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)Victor Stinner2020-01-221-0/+3
* Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)Victor Stinner2020-01-221-1/+0
* bpo-39353: Deprecate the binhex module (GH-18025)Victor Stinner2020-01-221-0/+4
* bpo-39413: Implement os.unsetenv() on Windows (GH-18104)Victor Stinner2020-01-211-0/+1
* bpo-39389: gzip: fix compression level metadata (GH-18077)William Chargin2020-01-211-0/+2
* bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)Victor Stinner2020-01-211-0/+1
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Cheryl Sabella2020-01-211-0/+2
* bpo-39386: Prevent double awaiting of async iterator (GH-18081)Andrew Svetlov2020-01-201-0/+1
* Fix asyncio.get_event_loop() documentation (GH-18051)Andrew Svetlov2020-01-201-0/+2
* bpo-39377: json: Remove the encoding option. (GH-18075)Inada Naoki2020-01-201-0/+2
* bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)Inada Naoki2020-01-201-0/+2
* bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)Zackery Spytz2020-01-191-0/+8
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-181-0/+8
* bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)Victor Stinner2020-01-161-0/+4
* bpo-39350: Remove deprecated fractions.gcd() (GH-18021)Victor Stinner2020-01-161-0/+2
* bpo-39351: Remove base64.encodestring() (GH-18022)Victor Stinner2020-01-161-0/+3
* bpo-37958: Adding get_profile_dict to pstats (GH-15495)Daniel Olshansky2020-01-151-0/+2
* bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)Victor Stinner2020-01-151-0/+5
* bpo-1635741: Port _json extension module to multiphase initialization (PEP 48...Hai Shi2020-01-151-0/+1
* bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)Dong-hee Na2020-01-141-0/+2
* bpo-38901: Allow setting a venv's prompt to the basename of the current direc...Vinay Sajip2020-01-141-0/+3
* bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)Václav Bartoš2020-01-141-0/+1
* bpo-39322: Add gc.is_finalized to check if an object has been finalised by th...Pablo Galindo2020-01-141-0/+2
* bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)Géry Ogam2020-01-142-0/+5
* bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)Mark Shannon2020-01-141-0/+9
* bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)Dong-hee Na2020-01-141-0/+3
* bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...Anthony Shaw2020-01-141-0/+1
* bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)Dong-hee Na2020-01-131-0/+3
* bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)Julien Danjou2020-01-131-0/+1
* bpo-39310: Add math.ulp(x) (GH-17965)Victor Stinner2020-01-131-0/+1
* bpo-32021: Support brotli .br encoding in mimetypes (#12200)Philip McMahon2020-01-121-0/+1
* bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-...Batuhan Taşkaya2020-01-121-0/+2
* bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...Batuhan Taşkaya2020-01-121-0/+2
* bpo-38293: Allow shallow and deep copying of property objects (GH-16438)Guðni Natan Gunnarsson2020-01-121-0/+1
* bpo-39288: Add math.nextafter(x, y) (GH-17937)Victor Stinner2020-01-121-0/+2
* bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)Dong-hee Na2020-01-111-0/+3