summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-251-0/+1
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-0/+3
* Fix typo and rearrange words in IDLE news item (GH-15471)Terry Jan Reedy2019-08-241-1/+1
* Revert "(TH-15402)" (#15468)Terry Jan Reedy2019-08-241-1/+1
* bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)Dong-hee Na2019-08-241-0/+2
* bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...Greg Price2019-08-241-0/+3
* (TH-15402)GeeTransit2019-08-241-1/+1
* bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)shireenrao2019-08-241-0/+1
* bpo-37830: Fix compilation of break and continue in finally. (GH-15320)Serhiy Storchaka2019-08-241-0/+3
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-241-1/+1
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)Dong-hee Na2019-08-231-0/+1
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Zackery Spytz2019-08-231-0/+1
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-231-0/+2
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)Victor Stinner2019-08-231-0/+2
* bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...Stefan Behnel2019-08-231-0/+2
* bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)Victor Stinner2019-08-231-0/+1
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Pablo Galindo2019-08-221-0/+3
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-221-0/+1
* bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...Steve Dower2019-08-211-0/+2
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-211-0/+1
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-211-0/+2
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-212-0/+4
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-211-0/+1
* Fix difflib `?` hint in diff output when dealing with tabs (#15201)Anthony Sottile2019-08-211-0/+2
* bpo-37751: Fix codecs.lookup() normalization (GH-15092)Jordon Xu2019-08-211-0/+1
* bpo-37851: faulthandler allocates its stack on demand (GH-15358)Victor Stinner2019-08-211-0/+3
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)Victor Stinner2019-08-211-0/+3
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-211-0/+0
* bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)Zackery Spytz2019-08-201-0/+1
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-201-0/+3
* bpo-37868: Improve is_dataclass for instances. (GH-15325)Eric V. Smith2019-08-201-0/+3
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-201-0/+1
* Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...Victor Stinner2019-08-191-1/+0
* bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)Victor Stinner2019-08-191-0/+1
* bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...shireenrao2019-08-171-0/+1
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-161-0/+2
* bpo-37863: Optimize Fraction.__hash__() (#15298)Raymond Hettinger2019-08-161-0/+1
* bpo-37207: enable vectorcall for type.__call__ (GH-14588)Jeroen Demeyer2019-08-151-0/+3
* bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)Victor Stinner2019-08-141-0/+4
* bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)Artem Khramov2019-08-142-0/+5
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-141-0/+2
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-141-0/+2
* bpo-37738: Fix curses addch(str, color_pair) (GH-15071)Victor Stinner2019-08-141-0/+2
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-141-0/+1
* bpo-37689: add Path.is_relative_to() method (GH-14982)Hai Shi2019-08-131-0/+1
* bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-121-0/+1
* bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)Dong-hee Na2019-08-121-0/+2
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)Raymond Hettinger2019-08-111-0/+2
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Abhilash Raj2019-08-111-0/+1
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-101-0/+3