| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G... | Derek Keeler | 2019-08-12 | 1 | -28/+203 |
|
|
* | bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225) | Dong-hee Na | 2019-08-12 | 2 | -12/+0 |
|
|
* | bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) | Raymond Hettinger | 2019-08-11 | 2 | -0/+14 |
|
|
* | bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-... | Abhilash Raj | 2019-08-11 | 2 | -1/+11 |
|
|
* | bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) | Gregory P. Smith | 2019-08-10 | 2 | -5/+34 |
|
|
* | bpo-37642: Update acceptable offsets in timezone (GH-14878) | Ngalim Siregar | 2019-08-09 | 2 | -3/+31 |
|
|
* | bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) | Paul Monson | 2019-08-08 | 1 | -0/+1 |
|
|
* | bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) | Pablo Galindo | 2019-08-08 | 2 | -3/+11 |
|
|
* | bpo-37268: test_parser fails when run with -Werror (GH-15183) | Zackery Spytz | 2019-08-08 | 1 | -1/+5 |
|
|
* | bpo-25172: Raise appropriate ImportError msg when crypt module used on Window... | shireenrao | 2019-08-08 | 1 | -1/+10 |
|
|
* | bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) | Serhiy Storchaka | 2019-08-08 | 9 | -57/+30 |
|
|
* | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | Serhiy Storchaka | 2019-08-08 | 20 | -43/+178 |
|
|
* | bpo-34775: Return NotImplemented in PurePath division. (GH-9509) | aiudirog | 2019-08-08 | 2 | -2/+49 |
|
|
* | Make importlib.metadata a simple module (#15153) | Barry Warsaw | 2019-08-06 | 1 | -0/+0 |
|
|
* | bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) | Terry Jan Reedy | 2019-08-04 | 3 | -177/+216 |
|
|
* | bpo-37748: Re-order the Run menu. (GH-15115) | Terry Jan Reedy | 2019-08-04 | 3 | -23/+29 |
|
|
* | bpo-28292: Mark calendar.py helper functions as private. (GH-15113) | Raymond Hettinger | 2019-08-04 | 1 | -6/+6 |
|
|
* | bpo-36324: Update comments to include the target hash sums (GH-15110) | Raymond Hettinger | 2019-08-04 | 1 | -0/+3 |
|
|
* | bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) | Tal Einat | 2019-08-04 | 3 | -35/+61 |
|
|
* | bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) | Serhiy Storchaka | 2019-08-04 | 4 | -11/+69 |
|
|
* | bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH... | Serhiy Storchaka | 2019-08-04 | 4 | -79/+86 |
|
|
* | Correct description of HTTP status code 308. (GH-15078) | Florian Wendelborn | 2019-08-03 | 1 | -1/+1 |
|
|
* | bpo-37444: Update differing exception between builtins and importlib (GH-14869) | Ngalim Siregar | 2019-08-03 | 4 | -8/+8 |
|
|
* | bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) | Timo Furrer | 2019-08-02 | 1 | -1/+5 |
|
|
* | bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) | Timothy Hopper | 2019-08-02 | 2 | -8/+19 |
|
|
* | bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) | Greg Bowser | 2019-08-02 | 1 | -0/+55 |
|
|
* | bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15... | Vinay Sajip | 2019-08-02 | 2 | -3/+3 |
|
|
* | bpo-16970: Adding error message for invalid args (GH-14844) | tmblweed | 2019-08-02 | 2 | -4/+35 |
|
|
* | bpo-36302: Sort list of sources (GH-12341) | Bernhard M. Wiedemann | 2019-08-01 | 1 | -1/+2 |
|
|
* | bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) | Ronald Oussoren | 2019-08-01 | 1 | -2/+0 |
|
|
* | bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) | yannvgn | 2019-07-31 | 1 | -7/+1 |
|
|
* | bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646) | karl ding | 2019-07-31 | 1 | -0/+13 |
|
|
* | bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) | Terry Jan Reedy | 2019-07-31 | 1 | -0/+11 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 26 | -33/+33 |
|
|
* | Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) | Terry Jan Reedy | 2019-07-30 | 6 | -9/+9 |
|
|
* | Don't skip pickle check_frame_opcodes() (GH-15025) | Neil Schemenauer | 2019-07-30 | 1 | -1/+0 |
|
|
* | bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) | Neil Schemenauer | 2019-07-30 | 7 | -0/+21 |
|
|
* | bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) | Victor Stinner | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod... | Pablo Galindo | 2019-07-30 | 1 | -0/+9 |
|
|
* | bpo-34162: Update idlelib/news.txt. (#15011) | Terry Jan Reedy | 2019-07-29 | 1 | -0/+24 |
|
|
* | bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010) | Terry Jan Reedy | 2019-07-29 | 1 | -7/+29 |
|
|
* | Add additional test for multi-line SyntaxError (GH-15003) | Anthony Sottile | 2019-07-29 | 1 | -0/+16 |
|
|
* | Fix `SyntaxError` indicator printing too many spaces for multi-line strings (... | Anthony Sottile | 2019-07-29 | 1 | -0/+14 |
|
|
* | bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c... | Steve Dower | 2019-07-29 | 1 | -0/+3 |
|
|
* | bpo-37697: Sync with importlib_metadata 0.19 (#14993) | Jason R. Coombs | 2019-07-28 | 5 | -15/+44 |
|
|
* | bpo-37692: Improve highlight config sample (#14983) | Terry Jan Reedy | 2019-07-28 | 1 | -18/+17 |
|
|
* | bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH... | Raymond Hettinger | 2019-07-27 | 1 | -2/+4 |
|
|
* | bpo-37628: Fix IDLE config sample sizes (#14958) | Tal Einat | 2019-07-27 | 4 | -51/+128 |
|
|
* | bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) | Tal Einat | 2019-07-27 | 1 | -1/+1 |
|
|
* | bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) | Steve Dower | 2019-07-26 | 1 | -2/+3 |
|
|