]> granicus.if.org Git - python/shortlog
python
2019-08-22 Miss Islington... Add missing space to warning message (GH-14915) (GH...
2019-08-22 Miss Islington... bpo-37834: Fix test on Windows 7 (GH-15377)
2019-08-22 Steve Dowerbpo-9949: Call normpath() in realpath() and avoid unnec...
2019-08-21 Miss Islington... bpo-36311: Fixes decoding multibyte characters around...
2019-08-21 Steve Dowerbpo-37834: Normalise handling of reparse points on...
2019-08-21 Miss Islington... bpo-9949: Enable symlink traversal for ntpath.realpath...
2019-08-21 Miss Islington... Fix difflib `?` hint in diff output when dealing with...
2019-08-21 Miss Islington... Update asyncio.ensure_future() documentation (GH-15347...
2019-08-21 Miss Islington... bpo-37823: Fix open() link in telnetlib doc (GH-15281)
2019-08-21 Miss Islington... bpo-35518: Skip test that relies on a deceased network...
2019-08-20 Victor Stinnerbpo-37732: Fix GCC warning in _PyObject_Malloc() (GH...
2019-08-20 Miss Islington... bpo-37868: Improve is_dataclass for instances. (GH...
2019-08-19 Miss Islington... Remove 'unstable' warning for Windows Store package...
2019-08-19 Greg Pricebpo-36502: Correct documentation of str.isspace() ...
2019-08-17 Miss Islington... bpo-36266: Add module name in ImportError when DLL...
2019-08-17 Miss Islington... [3.8] fix link to time function from time_ns doc (GH...
2019-08-16 Miss Islington... bpo-37256: Wording in Request class docs (GH-14792)
2019-08-15 Paul Gansslebpo-37642: Update acceptable offsets in timezone (GH...
2019-08-15 Miss Islington... Indent code inside if block. (GH-15284)
2019-08-15 Miss Islington... [3.8] Replace usage of the obscure PEM_read_bio_X509_AU...
2019-08-14 Miss Islington... bpo-37775: Update compileall doc for invalidation_mode...
2019-08-14 Miss Islington... bpo-21131: Fix faulthandler.register(chain=True) stack...
2019-08-14 Miss Islington... bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets...
2019-08-14 Miss Islington... bpo-37849: IDLE: fix completion window positioning...
2019-08-14 Victor Stinner[3.8] bpo-37531: Fix regrtest timeout for subprocesses...
2019-08-14 Miss Islington... bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
2019-08-14 Miss Islington... bpo-37681: no_sanitize_thread support from GCC 5.1...
2019-08-13 Miss Islington... bpo-25172: Add test for crypt ImportError on Windows...
2019-08-13 Miss Islington... bpo-25172: Raise appropriate ImportError msg when crypt...
2019-08-13 Miss Islington... bpo-37814: Document the empty tuple type annotation...
2019-08-13 Miss Islington... bpo-37583: Add err 113 to support.get_socket_conn_refus...
2019-08-13 Miss Islington... bpo-37841: Remove python_uwp dependency on msvcp140...
2019-08-13 Miss Islington... bpo-37760: Mark all generated Unicode data headers...
2019-08-13 Miss Islington... bpo-37760: Mark all generated Unicode data headers...
2019-08-13 Raymond Hettingerbpo-37759: Second round of edits to Whatsnew 3.8 (GH...
2019-08-12 Miss Islington... Remove versioned executables from non-APPX packages...
2019-08-12 Miss Islington... bpo-37354: Sign Activate.ps1 for release (GH-15235)
2019-08-12 Miss Islington... [3.8] bpo-37354: Make Powershell Activate.ps1 script...
2019-08-12 Miss Islington... Fix docs for assert_called and assert_called_once ...
2019-08-11 Miss Islington... bpo-37819: Add Fraction.as_integer_ratio() (GH-15212...
2019-08-11 Miss Islington... bpo-32178: Fix IndexError trying to parse 'To' header...
2019-08-10 Miss Islington... Delete leftover clinic-generated file for C zipimport...
2019-08-09 Serhiy Storchaka[3.8] bpo-32912: Revert SyntaxWarning on invalid escape...
2019-08-09 Miss Islington... bpo-34155: Dont parse domains containing @ (GH-13079)
2019-08-09 Pablo Galindo[3.8] bpo-37795: Capture DeprecationWarnings in the...
2019-08-08 Miss Islington... bpo-35892: Add usage note to mode() (GH-15122) (GH...
2019-08-07 Miss Islington... bpo-37734: Remove unnecessary brace escapes in PC/layou...
2019-08-07 Miss Islington... bpo-37778: Fixes the icons used for file associations...
2019-08-07 Miss Islington... bpo-37734: Fix use of registry values to launch Python...
2019-08-07 Miss Islington... bpo-37004: Documented asymmetry of string arguments...
2019-08-07 Miss Islington... Make importlib.metadata a simple module (GH-15153)...
2019-08-07 Miss Islington... bpo-37646: Document that eval() cannot access nested...
2019-08-06 Miss Islington... Improve signal documentation (GH-14274)
2019-08-05 Miss Islington... bpo-37759: First round of major edits to Whatsnew...
2019-08-05 Miss Islington... bpo-37729: gc: write stats at once (GH-15050)
2019-08-05 Miss Islington... bpo-36419: IDLE - Refactor autocompete and improve...
2019-08-04 Miss Islington... bpo-37748: Re-order the Run menu. (GH-15115)
2019-08-04 Miss Islington... Update itertools docs (GH-15114) (GH-15118)
2019-08-04 Miss Islington... bpo-28292: Mark calendar.py helper functions as private...
2019-08-04 Miss Islington... bpo-36324: Update comments to include the target hash...
2019-08-04 Miss Islington... bpo-37706: IDLE - fix sidebar code bug and drag tests...
2019-08-04 Miss Islington... bpo-37730: Fix usage of NotImplemented instead of NotIm...
2019-08-04 Miss Islington... bpo-37685: Fixed comparisons of datetime.timedelta...
2019-08-03 Miss Islington... Correct description of HTTP status code 308. (GH-15098)
2019-08-02 Miss Islington... bpo-30974: Change os.path.samefile docstring to match...
2019-08-02 Miss Islington... bpo-20523: pdb searches for .pdbrc in ~ instead of...
2019-08-02 Miss Islington... bpo-36487: Make C-API docs clear about what the main...
2019-08-02 Miss Islington... bpo-16970: Adding error message for invalid args (GH...
2019-08-01 Miss Islington... bpo-18049: Sync thread stack size to main thread size...
2019-08-01 Miss Islington... bpo-37726: Prefer argparse over getopt in stdlib tutori...
2019-07-31 Miss Islington... bpo-37695: Correct unget_wch error message. (GH-14986)
2019-07-31 Miss Islington... bpo-37723: Fix performance regression on regular expres...
2019-07-31 Miss Islington... bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
2019-07-31 Miss Islington... bpo-37085: Expose SocketCAN bcm_msg_head flags (GH...
2019-07-31 Miss Islington... Refined Qt GUI example in the logging cookbook. (GH...
2019-07-31 Miss Islington... IDLE: changelog correction and addition (GH-15042)
2019-07-31 Miss Islington... bpo-33821: Update IDLE section of What's New 3.7 (GH...
2019-07-31 Miss Islington... bpo-34162: Add missing items to idlelib/NEWS.txt. ...
2019-07-31 Miss Islington... bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
2019-07-30 Miss Islington... Fix idlelib typos discovered by min ho, pr 15018. ...
2019-07-30 Miss Islington... bpo-36084: Add threading Native ID information to What...
2019-07-30 Miss Islington... Don't skip pickle check_frame_opcodes() (GH-15027)
2019-07-30 Miss Islington... bpo-37707: Exclude expensive unit tests from PGO task...
2019-07-30 Miss Islington... bpo-37587: Make json.loads faster for long strings...
2019-07-29 Miss Islington... bpo-34162: Update idlelib/news.txt. (GH-15011)
2019-07-29 Miss Islington... bpo-37706: Disable 3 IDLE scrollbar tests on Mac. ...
2019-07-29 Łukasz LangaPost v3.8.0b3
2019-07-29 Łukasz LangaMerge tag 'v3.8.0b3' into 3.8
2019-07-29 Miss Islington... Fix publishing of Windows release (GH-15006)
2019-07-29 Miss Islington... Add additional test for multi-line SyntaxError (GH...
2019-07-29 Miss Islington... bpo-37500: Make sure dead code does not generate byteco...
2019-07-29 Miss Islington... Fix `SyntaxError` indicator printing too many spaces...
2019-07-29 Łukasz LangaPython 3.8.0b3 v3.8.0b3
2019-07-29 Miss Islington... bpo-36044: Avoid warnings in Windows PGO build and...
2019-07-28 Miss Islington... bpo-37697: Sync with importlib_metadata 0.19 (GH-14993...
2019-07-28 Miss Islington... bpo-37692: Improve highlight config sample (GH-14983)
2019-07-28 Miss Islington... Remove trailing .0 from version changed note (GH-14987)
2019-07-27 Miss Islington... bpo-37691: Let math.dist() accept sequences and iterabl...
2019-07-27 Miss Islington... bpo-37628: Fix IDLE config sample sizes (GH-14958)
2019-07-27 Miss Islington... Add Qt GUI example to the logging cookbook. (GH-14978...
next