]> granicus.if.org Git - python/shortlog
python
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...
2017-11-28 Barry Warsawbpo-32107 - Improve MAC address calculation and fix...
2017-11-28 Victor Stinnerbpo-32155: Revert distutils.config change (#4618)
2017-11-28 Victor Stinnerbpo-32159: Remove tools for CVS and Subversion (#4615)
2017-11-28 Serhiy Storchakabpo-32157: Removed explicit quotes around %r and {...
2017-11-28 Serhiy StorchakaUse raw strings in the re module examples. (#4616)
2017-11-28 Victor Stinnerbpo-32154: Remove asyncio.windows_utils.socketpair...
2017-11-28 Jonas Haagbpo-32071: Fix regression and add What's New entry...
2017-11-28 Dong-hee Nabpo-32046: Update 2to3 when converts operator.isCallabl...
2017-11-28 Serhiy Storchakabpo-32150: Expand tabs to spaces in C files. (#4583)
2017-11-28 gauravbackbackbpo-31440: Changed default module search path for windows
2017-11-28 Victor Stinnerbpo-32155: Bugfixes found by flake8 F841 warnings ...
2017-11-28 Victor Stinnerbpo-32154: Remove asyncio.selectors (#4605)
2017-11-28 Victor Stinnerasyncio: Remove asyncio/compat.py (#4606)
2017-11-28 Victor Stinnerasyncio: use directly socket.socketpair() (#4597)
2017-11-27 Victor Stinnerasyncio: Fix BaseSelectorEventLoopTests (#4595)
2017-11-27 Victor Stinnerasyncio: Remove unused Future._tb_logger attribute...
2017-11-27 Victor Stinnerbpo-31245: asyncio: Fix typo, isistance => isinstance...
2017-11-27 Victor StinnerRevert "bpo-32107 - Better merge of #4494 (#4576)"...
2017-11-27 Nick Coghlanbpo-32136: Separate embedding tests from C API tests...
2017-11-27 Ned DeilyRevert "bpo-30487: automatically create a venv and...
2017-11-27 Barry Warsawbpo-32107 - Better merge of #4494 (#4576)
2017-11-27 Victor Stinnerbpo-27535: Fix memory leak with warnings ignore (#4489)
2017-11-27 Victor Stinnerbpo-32089: Use default action for ResourceWarning ...
2017-11-27 Jason Yangbpo-32051: Fix name shadowing in multiprocessing docs...
2017-11-26 Mandeep Singhbpo-23033: Improve SSL Certificate handling (GH-937)
2017-11-26 Ivan Levkivskyibpo-29879: Update typing documentation. (GH-4573)
2017-11-26 Caleb Hattinghbpo-30487: automatically create a venv and install...
2017-11-26 xdegayebpo-32126: Skip asyncio test when sem_open() is not...
next