]> granicus.if.org Git - python/shortlog
python
2017-12-12 Nitish Chandrabpo-31942: Document optional support of start and stop...
2017-12-12 Licht Takeuchibpo-32255: Always quote a single empty field when write...
2017-12-12 ChrisFix small typo in tupleobject.h (#4801)
2017-12-12 Terry Jan ReedyFix idlelib comment typos reported by Mike on pull...
2017-12-11 Łukasz Langabpo-32227: functools.singledispatch supports registerin...
2017-12-11 Andrew Svetlovbpo-32258: Replace 'yield from' to 'await' in asyncio...
2017-12-11 Yury SelivanovAdd asyncio.get_running_loop() function. (#4782)
2017-12-11 Yury Selivanovbpo-32273: Move asyncio.test_utils to test.test_asyncio...
2017-12-11 Yury Selivanovbpo-32272: Remove asyncio.async() function. (#4784)
2017-12-11 Sanyam Khuranabpo-22671: Clarify and test default read method impleme...
2017-12-11 Victor Stinnerbpo-32252: Fix faulthandler_suppress_crash_report(...
2017-12-11 Yury Selivanovbpo-32262: Fix f-string (#4787)
2017-12-10 Yury Selivanovbpo-32262: Fix codestyle; use f-strings formatting...
2017-12-10 Yury SelivanovSkip test_read_pty_output test on macOS for poll and...
2017-12-10 Pablo Galindobpo-32114: Updated the documentation for get_event_loop...
2017-12-10 Terry Jan ReedyRemoved doubled 'bpo-'. (#4777)
2017-12-10 Sanyam Khuranabpo-31506: Improve the error message logic for class...
2017-12-09 Benjamin Petersonbyte swap the raw hash secrets (more bpo-32260) (#4773)
2017-12-09 Benjamin Petersonfix my byte-swapping implementation (#4772)
2017-12-09 Benjamin Petersonbpo-32260: don't byte swap siphash keys (#4771)
2017-12-09 Benjamin Petersoncloses bpo-31650: PEP 552 (Deterministic pycs) implemen...
2017-12-09 Andrew Svetlovbpo-32253: Deprecate with statement and bare await...
2017-12-09 Vinay Sajipbpo-32212: Updated logging documentation to make parame...
2017-12-08 Andrew Svetlovbpo-32193: Convert asyncio to async/await usage (#4753)
2017-12-08 Nitish Chandrabpo-22589 Changed MIME type of .bmp to "image/bmp"...
2017-12-08 Neil SchemenauerFix missing DECREF of mod. (#4749)
2017-12-07 Victor StinnerPyLong_FromString(): fix Coverity CID 1424951 (#4738)
2017-12-07 Garrett Bergbpo-32208: update threading.Semaphore docs and add...
2017-12-07 xdegayebpo-32199: The getnode() ip getter now uses 'ip link...
2017-12-07 Pablo GalindoFix hardcoded value in test_os.py (#4744)
2017-12-06 Steve DowerAllows non-critical upload steps to fail (#4742)
2017-12-06 Eric V. SmithUse raw strings for regex to avoid invalid escape seque...
2017-12-06 Rob BoehneModify configure to link with the compiler driver under...
2017-12-06 Stefan Krahbpo-32233: Fix build with --with-system-libmpdec. ...
2017-12-06 Victor Stinnerbpo-32030: Add _PyImport_Fini2() (#4737)
2017-12-06 Sanyam Khuranabpo-25910: Fixes redirection from http to https (#4674)
2017-12-06 Victor Stinnerbpo-32030: Add pymain_get_global_config() (#4735)
2017-12-06 Victor Stinnerbpo-32030: pass interp to _PyImport_Init() (#4736)
2017-12-06 Ned DeilyBump to 3.7.0a3+
2017-12-06 Ned DeilyMerge tag 'v3.7.0a3'
2017-12-05 Guido van RossumAdd Guido and Ivan as owners for typing.py (#4729)
2017-12-05 Eric V. SmithAdd dataclasses to CODEOWNERS. (GH-4730)
2017-12-05 Victor Stinnerbpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
2017-12-05 Ned DeilyBump to 3.7.0a3 v3.7.0a3
2017-12-05 Ned DeilyUpdate NEWS and pydoc topics.
2017-12-05 Ned DeilyTidy NEWS entry.
2017-12-05 Julien PalardAdd a missing space in tkinter documentation. (GH-4692)
2017-12-05 Ned Deilybpo-31380: Skip test_httpservers test_undecodable_file...
2017-12-05 Ned DeilyUpdate macOS installer to XZ 5.2.3 (#4718)
2017-12-05 Ned Deilybpo-31392: Update macOS installer to use OpenSSL 1...
2017-12-05 Neil Schemenauerbpo-19610: Warn if distutils is provided something...
2017-12-05 Ned DeilyEnable SQLite JSON functions for macOS installer build...
2017-12-05 Ivan Levkivskyi[bpo-28556] Minor fixes for typing module (#4710)
2017-12-05 Mariattabpo-28791: Update macOS installer to use SQLite 3.21...
2017-12-04 Terry Jan Reedybpo-30928: update idlelib/NEWS.txt. (#4706)
2017-12-04 Eric V. Smithbpo-32214: Implement PEP 557: Data Classes (#4704)
2017-12-04 Terry Jan Reedybpo-32207: Improve tk event exception tracebacks in...
2017-12-04 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. ...
2017-12-04 Victor StinnerRevert "bpo-32197: Try to fix a compiler error on OS...
2017-12-04 Serhiy Storchakabpo-25054, bpo-1647489: Added support of splitting...
2017-12-04 Serhiy StorchakaFix a regression in uuid added in bpo-32107. (#4677)
2017-12-03 R. David Murraybpo-27240 Rewrite the email header folding algorithm...
2017-12-03 Serhiy Storchakabpo-31619: Fixed integer overflow in converting huge...
2017-12-03 Serhiy Storchakabpo-32137: The repr of deeply nested dict now raises...
2017-12-03 Neil SchemenauerRefactor PyImport_ImportModuleLevelObject(). (#4680)
2017-12-03 Nick Coghlanbpo-32176: Set CO_NOFREE in the code object constructor...
2017-12-02 Julien Palardbpo-31589 : Build PDF using xelatex for better UTF8...
2017-12-02 Neil SchemenauerAdd a minimal unit test for Python/frozen.c. (#2995)
2017-12-02 Serhiy Storchakabpo-32197: Try to fix a compiler error on OS X introduc...
2017-12-02 Victor Stinnerbpo-32030: _PyPathConfig_Init() sets home and program_n...
2017-12-01 Victor Stinnerbpo-32030: Fix config_get_program_name() on macOS ...
2017-12-01 Victor Stinnerbpo-32030: Add Python/pathconfig.c (#4668)
2017-12-01 Victor Stinnerbpo-32030: Don't call _PyPathConfig_Fini() in Py_Finali...
2017-12-01 Victor Stinnerbpo-32030: Fix Py_GetPath(): init program_name (#4665)
2017-12-01 Victor Stinnerbpo-32030: Cleanup "path config" code (#4663)
2017-12-01 John ChenFix asyncio.streams.FlowControlMixin docstring typo...
2017-12-01 xdegayebpo-28668: test.support.requires_multiprocessing_queue...
2017-12-01 Serhiy StorchakaDon't hide unexpected errors in PyErr_WarnExplicitObjec...
2017-12-01 Serhiy Storchakabpo-10544: Deprecate "yield" in comprehensions and...
2017-12-01 Nir Sofferbpo-32186: Release the GIL during lseek and fstat ...
2017-11-30 Victor StinnerFix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t...
2017-11-30 Victor Stinnermake tags: index also Modules/_ctypes/ (#4648)
2017-11-30 Serhiy Storchakabpo-32072: Fix issues with binary plists. (#4455)
2017-11-30 Victor Stinnerbpo-20891: Fix PyGILState_Ensure() (#4650)
2017-11-30 Serhiy Storchakabpo-28416: Break reference cycles in Pickler and Unpick...
2017-11-30 Victor Stinnerbpo-32030: Fix _Py_InitializeEx_Private() (#4649)
2017-11-30 Victor StinnerFix CID-1414686: PyInit_readline() handles errors ...
2017-11-30 Victor StinnerSkip test_socket.test_sha256() on linux < 4.5 (#4643)
2017-11-30 Victor Stinnerbpo-32101: Add PYTHONDEVMODE environment variable ...
2017-11-29 Jesse-Bakkerbpo-32121: Add most_recent_first parameter to tracemall...
2017-11-29 Victor Stinnerbpo-32159: Revert Misc/svnmap.txt (#4639)
2017-11-29 Andrew Svetlovbpo-32166: Drop Python 3.4 code from asyncio (#4612)
2017-11-29 Victor Stinnerbpo-32030: Rework memory allocators (#4625)
2017-11-29 Victor Stinnertest_socket: socket.socketpair() is always available...
2017-11-29 xdegayebpo-32138: Skip on Android test_faulthandler tests...
2017-11-29 xdegayebpo-32139: test_strftime does not anymore modify the...
2017-11-29 Terry Jan Reedybpo-32164: Delete unused file idlelib/tabbedpages.py...
2017-11-29 Terry Jan Reedybpo-30781: Remove unused imports in idlelib.configdialo...
2017-11-29 Terry Jan Reedybpo-32100: Delete unneeded import in idlelib.pathbrowse...
2017-11-28 Serhiy Storchakabpo-32110: codecs.StreamReader.read(n) now returns...
next