]> granicus.if.org Git - python/shortlog
python
2017-11-12 xdegayebpo-30696: Fix the REPL looping endlessly when no memor...
2017-11-12 xdegayebpo-28180: Fix the implementation of PEP 538 on Android...
2017-11-11 Serhiy StorchakaMove comments in configure.ac to more appropriate place...
2017-11-11 Edward BettsThe termios man page is in section 3 (GH-2450)
2017-11-11 Berker PeksagRemove redundant 'exc = True' line (GH-4357)
2017-11-11 Serhiy Storchakabpo-31572: Get rid of _PyObject_HasAttrId() in the...
2017-11-11 Serhiy Storchakabpo-31572: Get rid of _PyObject_HasAttrId() in dict...
2017-11-11 Serhiy Storchakabpo-31572: Silence only AttributeError when get the...
2017-11-11 Serhiy Storchakabpo-31572: Don't silence unexpected errors in the _warn...
2017-11-11 Serhiy StorchakaAdd the const qualifier to "char *" variables that...
2017-11-10 Pablo Galindobpo-31824: Document default value of 'errors' parameter...
2017-11-10 benfoglebpo-31976: Fix race condition when flushing a file...
2017-11-10 Yury SelivanovRewrite asyncio test to be more meaningful (#4363)
2017-11-10 Brian Curtinbpo-31985: Deprecate openfp in aifc, sunau, and wave...
2017-11-10 Serhiy Storchakabpo-31999: Fix test_venv in case the zlib module is...
2017-11-10 Serhiy Storchakabpo-31998: Fix test_zipapp in case the zlib module...
2017-11-09 Paul Gansslebpo-31222: Make (datetime|date|time).replace return...
2017-11-09 Cody ScottFix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
2017-11-09 Ned BatchelderCorrect the location of a function mentioned in a comme...
2017-11-09 Serhiy Storchakabpo-31927: Fix bugs in socketmodule.c on NetBSD and...
2017-11-09 Antoine PitrouSilence error output in test_concurrent_futures (bpo...
2017-11-08 Victor StinnerReplace KB unit with KiB (#4293)
2017-11-08 Berker Peksagbpo-11063: Use more reliable way to check if uuid funct...
2017-11-08 Berker Peksagbpo-11063: Add a configure check for uuid_generate_time...
2017-11-08 Tom Floyerbpo-31810: added missing keywords to docs. (#4140)
2017-11-08 Petr Viktorinbpo-29179: Document the Py_UNUSED macro (#4341)
2017-11-08 xdegayebpo-31934: Abort when building out of a not clean sourc...
2017-11-08 Jamesbpo-31884 subprocess: add Windows constants for process...
2017-11-08 Victor Stinnerbpo-31338: C API intro: add missing versionadded (...
2017-11-08 Berker PeksagFix broken link in Doc/whatsnew/3.7.rst (GH-4335)
2017-11-08 Petr ViktorinDocs: Mention that Py_UNREACHABLE was added in 3.7...
2017-11-08 Sanyam Khuranabpo-21862: Add -m option to cProfile for profiling...
2017-11-07 Simon WillisonRemove unused var from CheckCancelOperation test (GH...
2017-11-07 Justus SchwabedalAdded :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
2017-11-07 Suren Nihalanibpo-31620: have asyncio/queues not leak memory when...
2017-11-07 Barry WarsawFix a typo (#4323)
2017-11-07 Julien Palardbpo-31793: Doc: Specialize smart-quotes for Japanese...
2017-11-07 Antoine Pitroubpo-31970: Reduce performance overhead of asyncio debug...
2017-11-07 Jelle Zijlstrabpo-31965: fix doc for multiprocessing.connection.Clien...
2017-11-07 Antoine Pitroubpo-31960: Fix asyncio.Future documentation for thread...
2017-11-07 Serhiy StorchakaFix the sizeof test for dicts with shared keys. (#4311)
2017-11-07 Berker Peksagbpo-20486: Implement Database.Close() method in msilib...
2017-11-07 Serhiy Storchakabpo-31626: Mark ends of the reallocated block in debug...
2017-11-07 Zackery SpytzFix a memory leak in _msi.c (#4127)
2017-11-07 Antoine Pitroubpo-31950: Improve event loop policy doc (#4306)
2017-11-07 Marat SharafutdinovAdd asyncio.Handle.cancelled() method (#2388)
2017-11-07 Serhiy Storchakabpo-31415: Improve error handling and caching of the...
2017-11-07 Mariattabpo-28791: Update Windows builds to use SQLite 3.21...
2017-11-07 Barry WarsawFix a minor typo and hyphenate "multi-threading" (...
2017-11-07 Anders Lorentsenbpo-31843: sqlite3.connect() now accepts PathLike objec...
2017-11-07 Oren Milmanbpo-31764: Prevent a crash in sqlite3.Cursor.close...
2017-11-07 Oren Milmanbpo-31770: Prevent a crash and refleaks when calling...
2017-11-06 Nir Sofferbpo-31945: Configurable blocksize in HTTP(S)Connection...
2017-11-06 Steve Dowerbpo-31957: Fixes version detection. (#4298)
2017-11-06 Berker PeksagRemove outdated with_threads checks in configure.ac...
2017-11-05 luzpazFix miscellaneous typos (#4275)
2017-11-05 Serhiy Storchakabpo-28994: PyErr_NormalizeException() no longer use...
2017-11-05 Nick Coghlanbpo-22257: Mention startup refactoring in What's New...
2017-11-04 Steve Dowerbpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
2017-11-04 Steve Dowerbpo-31944: Fixes build and Modify button (#4278)
2017-11-04 davy wybiralbpo-31923: Fix spelling in sqlite3 docs (GH-4227)
2017-11-04 Berker PeksagAdd version{changed,added} markers and make minor style...
2017-11-04 Serhiy Storchakabpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
2017-11-04 Phobosmirbpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECOND...
2017-11-04 Antoine Pitroubpo-21423: Add an initializer argument to {Process...
2017-11-04 Chillar Anandbpo-18699: Corrected documentation for window.chgat...
2017-11-04 Serhiy Storchakabpo-9678: Fix determining the MAC address in the uuid...
2017-11-03 Barry WarsawFix a grammatical problem and reword for clarity. ...
2017-11-03 Jack O'Connorbpo-31933: fix blake2 multi-byte params on big endian...
2017-11-03 Antoine Pitroubpo-30057: Fix potential missed signal in signal.signal...
2017-11-03 Serhiy Storchakabpo-31924: Fix test_curses on NetBSD 8. (#4228)
2017-11-03 Antoine Pitroubpo-31310: multiprocessing's semaphore tracker should...
2017-11-03 Antoine Pitroubpo-31308: If multiprocessing's forkserver dies, launch...
2017-11-03 Tal Einatbpo-31926: fix missing *_METHODDEF statements by argume...
2017-11-02 Barry Warsawbpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equiv...
2017-11-02 Anselm Kruisbpo-31890: define METH_STACKLESS (#4159)
2017-11-02 Neil Schemenauerbpo-28643: Record profile-opt build progress with stamp...
2017-11-02 Christian HeimesUpdate multissltests: 1.0.2m, 1.1.0g (#4232)
2017-11-02 Simon WillisonReturning 1 from the set_progress_handler handler cance...
2017-11-02 Victor Stinnerbpo-31784: Implement PEP 564: add time.time_ns() (...
2017-11-02 Vincent Michelbpo-31307: Make ConfigParser.read() accept bytes object...
2017-11-02 Victor Stinnerbpo-31917: Add 3 new clock identifiers (#4207)
2017-11-02 stratakisbpo-23699: Use a macro to reduce boilerplate code in...
2017-11-01 Serhiy Storchakabpo-27666: Fixed stack corruption in curses.box() and...
2017-11-01 Serhiy Storchakabpo-15037: Add a workaround for getkey() in curses...
2017-11-01 jimmylai[asyncio] bpo-30423: add regression test for orphan...
2017-11-01 Serhiy Storchakabpo-31919: Fix building the curses module on OpenIndian...
2017-11-01 Lars ViklundRemove nested comments in blake2 (#4173)
2017-11-01 Masayuki Yamamotobpo-25720: Fix the method for checking pad state of...
2017-11-01 Victor StinnerFix test_socket.test_create_connection() (#4206)
2017-10-31 Victor Stinnerbpo-18835: Cleanup pymalloc (#4200)
2017-10-31 Victor Stinnerbpo-20064: Document PyObject_Malloc() (#4199)
2017-10-31 Serhiy Storchakabpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a592...
2017-10-31 Victor Stinnerpythoninfo: add Py_DEBUG (#4198)
2017-10-31 Victor Stinnertest_capi.test__testcapi() becomes more verbose (#4197)
2017-10-31 Serhiy Storchakabpo-31897: Convert unexpected errors when read bogus...
2017-10-31 Serhiy Storchakabpo-31626: Fixed a bug in debug memory allocator. ...
2017-10-31 Serhiy Storchakabpo-31893: Fixed select.kqueue(). (#4166)
2017-10-31 Serhiy Storchakabpo-31891: Fix building the curses module on NetBSD...
2017-10-31 Victor Stinnerbpo-31629: Add support.SaveSignals (#4183)
next