]> granicus.if.org Git - python/shortlog
python
2018-03-19 Eric V. Smithbpo-32953: Dataclasses: frozen should not be inherited...
2018-03-18 xdegayebpo-19417: Add test_bdb.py (GH-5217)
2018-03-18 Jelle ZijlstraRevert "bpo-30406: Make async and await proper keywords...
2018-03-18 Serhiy Storchakabpo-32489: Allow 'continue' in 'finally' clause. (GH...
2018-03-18 Serhiy Storchakabpo-32056: Improve exceptions in aifc, wave and sunau...
2018-03-18 Serhiy Storchakabpo-33041: Add tests for jumps in/out of 'async with...
2018-03-18 Aviv Palivodabpo-27645: Fix version number in 'database in transacti...
2018-03-17 Donald StufftUpdate pip to 9.0.2 and setuptools to 38.6.1 (#6133)
2018-03-17 Marcel Plchbpo-32374: m_traverse may be called with m_state=NULL...
2018-03-14 Zackery Spytzbpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized...
2018-03-13 Łukasz Langalib2to3: Add more tests (#6101)
2018-03-13 xdegayebpo-17288: Prevent jumps from 'return' and 'exception...
2018-03-13 Miro Hrončokbpo-32885: Tools/scripts/pathfix.py: Add -n option...
2018-03-13 Łukasz Langabpo-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 Antoine Pietribpo-22674: fix test_strsignal on OSX (GH-6085)
2018-03-12 Andrew SvetlovFix docs markup for asyncio current_task() and all_task...
2018-03-12 Thomas Moreaubpo-33056 FIX leaking fd in concurrent.futures.ProcessP...
2018-03-12 Antoine Pietrisignal: add strsignal() (#6017)
2018-03-11 Nir Sofferbpo-33021: Release the GIL during fstat() calls (GH...
2018-03-11 Antoine Pitroubpo-31804: Fix multiprocessing.Process with broken...
2018-03-11 Siddhesh PoyarekarDrop confusing commented out code in pystrtod.c (GH...
2018-03-11 Serhiy Storchakabpo-32970: Improve disassembly of the MAKE_FUNCTION...
2018-03-11 Serhiy Storchakabpo-32925: Optimized iterating and containing test...
2018-03-11 Serhiy Storchakabpo-32946: Speed up "from ... import ..." from non...
2018-03-11 Serhiy Storchakabpo-32338: OrderedDict import is no longer needed in...
2018-03-11 Serhiy Storchakabpo-33026: Fix jumping out of "with" block by setting...
2018-03-11 Serhiy Storchakabpo-32996: Improve What's New in 3.7. (#5983)
2018-03-11 Matt Eatonbpo-33045: Fix typos in SSL documentation (GH-6065)
2018-03-11 Berker Peksagbpo-27645: Skip test_bad_target_in_transaction if SQLit...
2018-03-10 Emanuele Gaifasbpo-27645: Add support for native backup facility of...
2018-03-10 Xiang Zhangbpo-30249: Improve struct.unpack_from() error messages...
2018-03-10 Serhiy Storchakabpo-33041: Add missed error checks when compile "async...
2018-03-10 Serhiy Storchakabpo-33041: Fixed bytecode generation for "async for...
2018-03-10 Andrew Svetlovbpo-33037: Skip sending/receiving after SSL transport...
2018-03-10 Serhiy Storchakabpo-26701: Improve documentation for the rounding speci...
2018-03-10 Eric Appeltbpo-26701: Add documentation for __trunc__ (GH-6022)
2018-03-09 Brett CannonWarn that dbm.dumb.open() can crash Python (GH-6047)
2018-03-09 Brett CannonWarn that compile() can crash when compiling to an...
2018-03-09 Brett Cannonbpo-32758: Warn that ast.parse() and ast.literal_eval...
2018-03-09 Steven M. Vascellarocontrolflow: Use full example for "5 through 9" (GH...
2018-03-08 Alexey Izbyshevbpo-33016: Fix potential use of uninitialized memory...
2018-03-08 Xiang ZhangAdd two missing error checks in hamt.c (GH-5851)
2018-03-08 Xiang ZhangFix some ipaddress documentation errors (GH-6021)
2018-03-07 INADA Naokibpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
2018-03-07 Xiang Zhangbpo-32969: Expose some missing constants in zlib and...
2018-03-06 Yury Selivanovbpo-33009: Fix inspect.signature() for single-parameter...
2018-03-06 Victor Stinnerbpo-33005: Fix _PyGILState_Reinit() (#6001)
2018-03-06 Siddhesh PoyarekarFix strncpy warning with gcc 8 (#5840)
2018-03-05 Jason R. Coombsbpo-32991: Restore expectation that inspect.getfile...
2018-03-05 Steve Dowerbpo-33001: Prevent buffer overrun in os.symlink (GH...
2018-03-05 Barry WarsawAdd What's New for issues 32303 and 32305 (GH-5994)
2018-03-05 Terry Jan Reedybpo-32984: IDLE - set __file__ for startup files (GH...
2018-03-04 Cheryl Sabellabpo-30147: Add re.escape changes to 3.7 What's New...
2018-03-04 Cheryl Sabellabpo-32857: Raise error when tkinter after_cancel()...
2018-03-04 Thomas Nybergcloses bpo-32980 Remove _PyFrame_Init (GH-5965)
2018-03-04 Jamie Davisbpo-32981: Fix catastrophic backtracking vulns (#5955)
2018-03-03 Joongi KimFix missing coroutine declaration in the asyncio docume...
2018-03-02 Serhiy Storchakabpo-32964: Reuse a testing implementation of the path...
2018-03-01 Jon Wayne Parrottbpo-30607: Use external python-doc-theme (GH-2017)
2018-03-01 Eric V. SmithFixed incorrect default value for dataclass unsafe_hash...
2018-03-01 Alexey Izbyshevbpo-32903: Fix a memory leak in os.chdir() on Windows...
2018-02-28 James WalkerFix typo in logging doc: picked -> pickled (GH-5942)
2018-02-28 Cheryl Sabellabpo-32940: IDLE: Simplify StringTranslatePseudoMapping...
2018-02-28 Ned DeilyFix 3.8 whatsnew changelog link
2018-02-28 Steve DowerMinor improvements to the Windows build/release process...
2018-02-27 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt, possibly for 3...
2018-02-27 Serhiy StorchakaRevert "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 Antoine Pitroubpo-31355: Travis-CI: re-enable macOS job (#5858)
2018-02-27 Paul Gansslebpo-10381, bpo-32403: What's new entries for changes...
2018-02-27 Christian Heimesbpo-31453: Add setter for min/max protocol version...
2018-02-27 Christian Heimesbpo-32951: Disable SSLSocket/SSLObject constructor...
2018-02-27 Christian Heimesbpo-28124: deprecate ssl.wrap_socket() (#5888)
2018-02-27 Christian Heimesbpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
2018-02-27 Eric V. Smithbpo-32960: For dataclasses, disallow inheriting frozen...
2018-02-27 Joffrey Fbpo-32713: Fix tarfile.itn for large/negative float...
2018-02-26 Tobotimusbpo-32222: Fix pygettext skipping docstrings for funcs...
2018-02-26 Nitish Chandrabpo-32836: Remove obsolete code from symtable pass...
2018-02-26 Sergey Fedoseevbpo-32147: Improved perfomance of binascii.unhexlify...
2018-02-26 animalizebpo-32394: Remove some TCP options on old version Windo...
2018-02-26 Serhiy StorchakaRevert unneccessary changes made in bpo-30296 and apply...
2018-02-26 Serhiy Storchakabpo-32922: dbm.open() now encodes filename with the...
2018-02-26 Terry Jan ReedyFix 'deecorator' typo in test/test_dataclasses (GH...
2018-02-26 Eric V. Smithbpo-32929: Dataclasses: Change the tri-state hash param...
2018-02-25 MariattaUpdate PR template file, don't reference bpo 12345...
2018-02-25 Mario Corcherobpo-31454: Include information about "import X as Y...
2018-02-25 Cheryl Sabellabpo-25059: Clarify the print separator usage in tutoria...
2018-02-25 Andrew Svetlovbpo-32622: Native sendfile on windows (#5565)
2018-02-25 Aaron GallagherDelete a broken threading.local example (#5870)
2018-02-25 Christian Heimesbpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
2018-02-25 Christian Heimesbpo-32647: Link ctypes extension with libdl. (#5550)
2018-02-25 Christian Heimesbpo-31809: test secp ECDH curves (#4036)
2018-02-25 Cheryl Sabellabpo-17232: Clarify docs for -O and -OO command line...
2018-02-24 Christian Heimesbpo-30622: Improve NPN support detection (#5859)
2018-02-24 Christian Heimesbpo-24334: Cleanup SSLSocket (#5252)
2018-02-24 Benjamin Petersonremove vestigal locking from obmalloc (GH-5805)
2018-02-24 Ned Deilybpo-32931: fix macOS 10.9+ installer c++ compiler name...
next