summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...Miss Islington (bot)2019-08-231-73/+82
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)Victor Stinner2019-08-231-0/+17
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Miss Islington (bot)2019-08-231-0/+5
* bpo-26589: Add http status code 451 (GH-15413) (GH-15436)Miss Islington (bot)2019-08-232-0/+6
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Miss Islington (bot)2019-08-231-6/+10
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Miss Islington (bot)2019-08-231-0/+5
* bpo-28556: Add a regression test to typing (GH-15396)Miss Islington (bot)2019-08-221-0/+17
* Add missing space to warning message (GH-14915) (GH-15379)Miss Islington (bot)2019-08-221-1/+1
* bpo-37834: Fix test on Windows 7 (GH-15377)Miss Islington (bot)2019-08-221-0/+3
* bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...Steve Dower2019-08-222-5/+10
* bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...Miss Islington (bot)2019-08-211-3/+17
* bpo-37834: Normalise handling of reparse points on Windows (GH-15370)Steve Dower2019-08-215-31/+159
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Miss Islington (bot)2019-08-215-31/+291
* Fix difflib `?` hint in diff output when dealing with tabs (GH-15201)Miss Islington (bot)2019-08-212-23/+18
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Miss Islington (bot)2019-08-211-0/+1
* bpo-37868: Improve is_dataclass for instances. (GH-15325)Miss Islington (bot)2019-08-202-2/+29
* bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)Greg Price2019-08-191-1/+12
* bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)Paul Ganssle2019-08-152-3/+31
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Miss Islington (bot)2019-08-142-2/+18
* [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)Victor Stinner2019-08-146-18/+78
* bpo-25172: Add test for crypt ImportError on Windows (GH-15252)Miss Islington (bot)2019-08-131-7/+28
* bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...Miss Islington (bot)2019-08-131-1/+10
* bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)Miss Islington (bot)2019-08-131-0/+3
* [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for sign...Miss Islington (bot)2019-08-121-28/+203
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215)Miss Islington (bot)2019-08-112-0/+14
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Miss Islington (bot)2019-08-112-1/+11
* [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)Serhiy Storchaka2019-08-092-5/+34
* bpo-34155: Dont parse domains containing @ (GH-13079)Miss Islington (bot)2019-08-094-1/+36
* [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH...Pablo Galindo2019-08-092-3/+11
* Make importlib.metadata a simple module (GH-15153) (GH-15154)Miss Islington (bot)2019-08-071-0/+0
* bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)Miss Islington (bot)2019-08-053-177/+216
* bpo-37748: Re-order the Run menu. (GH-15115)Miss Islington (bot)2019-08-043-23/+29
* bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116)Miss Islington (bot)2019-08-041-6/+6
* bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112)Miss Islington (bot)2019-08-041-0/+3
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Miss Islington (bot)2019-08-043-35/+61
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Miss Islington (bot)2019-08-044-79/+86
* Correct description of HTTP status code 308. (GH-15098)Miss Islington (bot)2019-08-031-1/+1
* bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)Miss Islington (bot)2019-08-021-1/+5
* bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)Miss Islington (bot)2019-08-022-8/+19
* bpo-16970: Adding error message for invalid args (GH-14844)Miss Islington (bot)2019-08-022-4/+35
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Miss Islington (bot)2019-08-011-2/+0
* bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)Miss Islington (bot)2019-07-311-7/+1
* bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)Miss Islington (bot)2019-07-311-0/+13
* bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)Miss Islington (bot)2019-07-311-0/+11
* Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)Miss Islington (bot)2019-07-306-9/+9
* Don't skip pickle check_frame_opcodes() (GH-15027)Miss Islington (bot)2019-07-301-1/+0
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)Miss Islington (bot)2019-07-307-0/+21
* bpo-34162: Update idlelib/news.txt. (GH-15011)Miss Islington (bot)2019-07-291-0/+24
* bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010)Miss Islington (bot)2019-07-291-7/+29
* Merge tag 'v3.8.0b3' into 3.8Ɓukasz Langa2019-07-291-14/+14
|\