summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Greg Price2019-08-211-0/+1
* bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)Zackery Spytz2019-08-201-2/+0
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-201-0/+12
* bpo-37868: Improve is_dataclass for instances. (GH-15325)Eric V. Smith2019-08-202-2/+29
* Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...Victor Stinner2019-08-192-18/+0
* bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)Victor Stinner2019-08-192-0/+18
* Add a minor `Fraction.__hash__()` optimization (GH-15313)Tim Peters2019-08-171-2/+17
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-162-2/+2
* bpo-37863: Optimize Fraction.__hash__() (#15298)Raymond Hettinger2019-08-161-15/+11
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-142-2/+18
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-144-14/+76
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-141-1/+12
* bpo-25172: Add test for crypt ImportError on Windows (GH-15252)shireenrao2019-08-131-7/+28
* bpo-37689: add Path.is_relative_to() method (GH-14982)Hai Shi2019-08-132-0/+96
* bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)Hai Shi2019-08-131-0/+3
* bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)Greg Price2019-08-131-17/+5
* bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-121-28/+203
* bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)Dong-hee Na2019-08-122-12/+0
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)Raymond Hettinger2019-08-112-0/+14
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Abhilash Raj2019-08-112-1/+11
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-102-5/+34
* bpo-37642: Update acceptable offsets in timezone (GH-14878)Ngalim Siregar2019-08-092-3/+31
* bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)Paul Monson2019-08-081-0/+1
* bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)Pablo Galindo2019-08-082-3/+11
* bpo-37268: test_parser fails when run with -Werror (GH-15183)Zackery Spytz2019-08-081-1/+5
* bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...shireenrao2019-08-081-1/+10
* bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)Serhiy Storchaka2019-08-089-57/+30
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-0820-43/+178
* bpo-34775: Return NotImplemented in PurePath division. (GH-9509)aiudirog2019-08-082-2/+49
* Make importlib.metadata a simple module (#15153)Barry Warsaw2019-08-061-0/+0
* bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)Terry Jan Reedy2019-08-043-177/+216
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-043-23/+29
* bpo-28292: Mark calendar.py helper functions as private. (GH-15113)Raymond Hettinger2019-08-041-6/+6
* bpo-36324: Update comments to include the target hash sums (GH-15110)Raymond Hettinger2019-08-041-0/+3
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Tal Einat2019-08-043-35/+61
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-044-11/+69
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Serhiy Storchaka2019-08-044-79/+86
* Correct description of HTTP status code 308. (GH-15078)Florian Wendelborn2019-08-031-1/+1
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-034-8/+8
* bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)Timo Furrer2019-08-021-1/+5
* bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)Timothy Hopper2019-08-022-8/+19
* bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)Greg Bowser2019-08-021-0/+55
* bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...Vinay Sajip2019-08-022-3/+3
* bpo-16970: Adding error message for invalid args (GH-14844)tmblweed2019-08-022-4/+35
* bpo-36302: Sort list of sources (GH-12341)Bernhard M. Wiedemann2019-08-011-1/+2
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Ronald Oussoren2019-08-011-2/+0
* bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)yannvgn2019-07-311-7/+1
* bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)karl ding2019-07-311-0/+13
* bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)Terry Jan Reedy2019-07-311-0/+11
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-3026-33/+33