summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-141-0/+4
* 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
* bpo-37642: Update acceptable offsets in timezone (GH-14878)Ngalim Siregar2019-08-091-0/+3
* bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...shireenrao2019-08-081-0/+1
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-0/+4
* bpo-34775: Return NotImplemented in PurePath division. (GH-9509)aiudirog2019-08-081-0/+3
* bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...Steve Dower2019-08-071-0/+1
* bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...Steve Dower2019-08-071-0/+1
* bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...sweeneyde2019-08-071-0/+1
* bpo-34488: optimize BytesIO.writelines() (GH-8904)Sergey Fedoseev2019-08-071-0/+2
* bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)Raymond Hettinger2019-08-051-0/+1
* bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)Terry Jan Reedy2019-08-041-0/+1
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-041-0/+1
* bpo-28292: Mark calendar.py helper functions as private. (GH-15113)Raymond Hettinger2019-08-041-0/+3
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-041-0/+3
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Serhiy Storchaka2019-08-041-0/+2
* bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...Michael Felt2019-08-031-0/+3
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-031-0/+1
* bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)Timothy Hopper2019-08-021-0/+2
* bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)Greg Bowser2019-08-021-0/+1