]> granicus.if.org Git - python/shortlog
python
2018-03-13 xdegaye[3.7] bpo-17288: Prevent jumps from 'return' and 'excep...
2018-03-13 Miss Islington... bpo-33064: lib2to3: support trailing comma after *args...
2018-03-13 Ned Deilybpo-29719: Remove Date and Release field in whatsnew...
2018-03-12 Ned DeilyAdd macOS installer Conclusion file
2018-03-12 Miss Islington... Fix docs markup for asyncio current_task() and all_task...
2018-03-11 Miss Islington... bpo-31804: Fix multiprocessing.Process with broken...
2018-03-11 Serhiy Storchaka[3.7] bpo-33026: Fix jumping out of "with" block by...
2018-03-11 Miss Islington... bpo-32338: OrderedDict import is no longer needed in...
2018-03-11 Miss Islington... bpo-32996: Improve What's New in 3.7. (GH-5983)
2018-03-11 Miss Islington... bpo-33045: Fix typos in SSL documentation (GH-6065)
2018-03-11 Miss Islington... bpo-27645: Skip test_bad_target_in_transaction if SQLit...
2018-03-10 Miss Islington... controlflow: Use full example for "5 through 9" (GH...
2018-03-10 Miss Islington... bpo-32836: Remove obsolete code from symtable pass...
2018-03-10 Miss Islington... bpo-27645: Add support for native backup facility of...
2018-03-10 Serhiy Storchaka[3.7] bpo-33041: Add missed error checks when compile...
2018-03-10 Miss Islington... bpo-33037: Skip sending/receiving after SSL transport...
2018-03-10 Miss Islington... bpo-26701: Improve documentation for the rounding speci...
2018-03-10 Miss Islington... bpo-26701: Add documentation for __trunc__ (GH-6049)
2018-03-10 Miss Islington... Warn that dbm.dumb.open() can crash Python (GH-6047...
2018-03-09 Miss Islington... Warn that compile() can crash when compiling to an...
2018-03-09 Miss Islington... bpo-32758: Warn that ast.parse() and ast.literal_eval...
2018-03-09 Miss Islington... bpo-32517: fix test_read_pty_output() hangs on macOS...
2018-03-08 Miss Islington... bpo-33016: Fix potential use of uninitialized memory...
2018-03-08 Miss Islington... Add two missing error checks in hamt.c (GH-5851)
2018-03-08 Miss Islington... Fix some ipaddress documentation errors (GH-6021)
2018-03-07 Miss Islington... bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
2018-03-07 Miss Islington... bpo-32969: Expose some missing constants in zlib and...
2018-03-06 Miss Islington... bpo-33009: Fix inspect.signature() for single-parameter...
2018-03-06 Miss Islington... bpo-32991: Restore expectation that inspect.getfile...
2018-03-06 Miss Islington... bpo-33005: Fix _PyGILState_Reinit() (GH-6001)
2018-03-05 Miss Islington... bpo-33001: Prevent buffer overrun in os.symlink (GH...
2018-03-05 Miss Islington... Add What's New for issues 32303 and 32305 (GH-5994...
2018-03-05 Miss Islington... bpo-32984: IDLE - set __file__ for startup files (GH...
2018-03-04 Miss Islington... [3.7] bpo-30147: Add re.escape changes to 3.7 What...
2018-03-04 Miss Islington... bpo-32857: Raise error when tkinter after_cancel()...
2018-03-04 Miss Islington... bpo-32981: Fix catastrophic backtracking vulns (GH...
2018-03-03 Miss Islington... Fix missing coroutine declaration in the asyncio docume...
2018-03-02 Miss Islington... bpo-32964: Reuse a testing implementation of the path...
2018-03-01 Miss Islington... Add What's new entry for datetime.fromisoformat (GH...
2018-03-01 Miss Islington... Fixed incorrect default value for dataclass unsafe_hash...
2018-03-01 Miss Islington... bpo-32903: Fix a memory leak in os.chdir() on Windows...
2018-02-28 Miss Islington... Fix typo in logging doc: picked -> pickled (GH-5942)
2018-02-28 Miss Islington... bpo-32940: IDLE: Simplify StringTranslatePseudoMapping...
2018-02-28 Miss Islington... Minor improvements to the Windows build/release process...
2018-02-28 Ned DeilyMoving on to 3.7.0b2+
2018-02-28 Ned DeilyUpdate NEWS, docs, and patchlevel for 3.7.0b2 v3.7.0b2
2018-02-28 Miss Islington... bpo-30928: Update idlelib/NEWS.txt, possibly for 3...
2018-02-27 Miss Islington... Revert "bpo-31961: subprocess now accepts path-like...
2018-02-27 Ned DeilyUpdate macOS installer resources
2018-02-27 Ned Deilybpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
2018-02-27 Miss Islington... bpo-10381, bpo-32403: What's new entries for changes...
2018-02-27 Miss Islington... bpo-31453: Add setter for min/max protocol version...
2018-02-27 Christian Heimes[3.7] bpo-32951: Disable SSLSocket/SSLObject constructo...
2018-02-27 Miss Islington... bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
2018-02-27 Miss Islington... bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
2018-02-27 Miss Islington... bpo-32960: For dataclasses, disallow inheriting frozen...
2018-02-27 Miss Islington... bpo-32713: Fix tarfile.itn for large/negative float...
2018-02-26 Miss Islington... bpo-32222: Fix pygettext skipping docstrings for funcs...
2018-02-26 Miss Islington... bpo-32394: Remove some TCP options on old version Windo...
2018-02-26 Miss Islington... Revert unneccessary changes made in bpo-30296 and apply...
2018-02-26 Miss Islington... bpo-32922: dbm.open() now encodes filename with the...
2018-02-26 Miss Islington... bpo-32929: Dataclasses: Change the tri-state hash param...
2018-02-26 Miss Islington... Fix 'deecorator' typo in test/test_dataclasses (GH...
2018-02-25 Miss Islington... bpo-32500: Correct the documentation for PySequence_Siz...
2018-02-25 Miss Islington... bpo-31454: Include information about "import X as Y...
2018-02-25 Miss Islington... bpo-25059: Clarify the print separator usage in tutoria...
2018-02-25 Miss Islington... bpo-32622: Native sendfile on windows (GH-5565)
2018-02-25 Miss Islington... Exhaustively test dataclass hashing when no hash= value...
2018-02-25 Miss Islington... Delete a broken threading.local example (GH-5870)
2018-02-25 Miss Islington... [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH...
2018-02-25 Miss Islington... [3.7] bpo-32647: Link ctypes extension with libdl....
2018-02-25 Miss Islington... [3.7] bpo-31809: test secp ECDH curves (GH-4036) (...
2018-02-25 Miss Islington... bpo-17232: Clarify docs for -O and -OO command line...
2018-02-24 Miss Islington... [3.7] bpo-30622: Improve NPN support detection (GH...
2018-02-24 Miss Islington... [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
2018-02-24 Miss Islington... [3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler...
2018-02-24 Miss Islington... bpo-31966: Fixed WindowsConsoleIO.write() for writing...
2018-02-24 Miss Islington... [3.7] bpo-32819: Simplify and improve ssl.match_hostnam...
2018-02-24 Miss Islington... [bpo-28414] Make all hostnames in SSL module IDN A...
2018-02-24 Miss Islington... bpo-32916: IDLE: Change `str` to `code` in pyparse...
2018-02-23 Miss Islington... bpo-32838: Fix Python versions in the table of magic...
2018-02-23 Miss Islington... bpo-32923: Unittest doc: replace `whilst` with `while...
2018-02-23 Mariattabpo-32924: Fix the Show Source url in the docs. (GH...
2018-02-23 Miss Islington... bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH...
2018-02-23 Miss Islington... bpo-32087: Doc: Make "deprecated-removed" directive...
2018-02-23 Miss Islington... bpo-30028: make test.support.temp_cwd() fork-safe ...
2018-02-22 Miss Islington... Test that new_timezone can return the UTC singleton...
2018-02-22 Miss Islington... bpo-32457: Improves handling of denormalized executable...
2018-02-22 Miss Islington... bpo-32556: nt._getfinalpathname, nt._getvolumepathname...
2018-02-22 Miss Islington... bpo-32905: IDLE - remove unused code in pyparse module...
2018-02-22 Miss Islington... closes bpo-32898: Fix debug build crash with COUNT_ALLO...
2018-02-22 Miss Islington... bpo-32874: IDLE: add tests for pyparse (GH-5755)
2018-02-21 Miss Islington... bpo-32889: update valgrind suppressions (GH-5779)
2018-02-21 Miss Islington... bpo-32008: don't use PROTOCOL_TLSv1 in example (GH...
2018-02-21 Miss Islington... bpo-28886: doc: Move deprecated abc decorators to separ...
2018-02-21 Miss Islington... bpo-32540: Update venv documentation (GH-5736)
2018-02-21 Miss Islington... bpo-32604: Swap threads only if the interpreter is...
2018-02-20 Miss Islington... bpo-31848: Fix broken error handling in Aifc_read.initf...
2018-02-20 Miss Islington... closes bpo-32859: Don't retry dup3() if it is not avail...
2018-02-20 Miss Islington... bpo-32409: Ensures activate.bat can handle Unicode...
next