]> granicus.if.org Git - python/shortlog
python
2019-05-17 Victor Stinnerbpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore...
2019-05-17 Victor Stinnerbpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
2019-05-17 Edison Abpo-36782: Created C API wrappers and added missing...
2019-05-17 Abhilash Rajbpo-33524: Fix the folding of email header when max_lin...
2019-05-17 Pierre Glaserbpo-36867: _test_multiprocessing: avoid weak sync primi...
2019-05-17 Paul Monsonbpo-36942 Windows build changes for Windows ARM64 ...
2019-05-17 Paul Monsonbpo-36941: Windows build changes for Windows ARM64...
2019-05-17 Victor Stinnerbpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH...
2019-05-17 Victor Stinnerbpo-36763: Add PyMemAllocatorName (GH-13387)
2019-05-17 Christian HeimesSimplify SSLSocket / SSLObject doc string (GH-9972)
2019-05-17 redshiftzerodocs 36789: resolve incorrect note regarding UTF-8...
2019-05-17 Pablo Galindobpo-1875: Raise SyntaxError in invalid blocks that...
2019-05-17 Jeroen DemeyerFix typo in _PyMethodDef_RawFastCallKeywords error...
2019-05-17 Ned Batchelderbpo-36908: 'This module is always available' isn't...
2019-05-17 Stéphane WirtelDoc: Replace the deprecated highlightlang directive...
2019-05-17 Victor Stinnerbpo-36763: Remove _PyCoreConfig.program (GH-13373)
2019-05-17 Stefan HoelzlDoc: Add link threading.settrace to sys.settrace (GH...
2019-05-17 Erwan Le Papebpo-35545: Fix asyncio discarding IPv6 scopes (GH...
2019-05-17 Zackery Spytzbpo-36946: Fix possible signed integer overflow when...
2019-05-17 Victor Stinnerbpo-36763: Cleanup precmdline in _PyCoreConfig_Read...
2019-05-16 Pablo Galindobpo-36751: Undeprecate getfullargspec (GH-13245)
2019-05-16 Victor Stinnerbpo-36763: Add _PyCoreConfig.configure_c_stdio (GH...
2019-05-16 Victor Stinnerbpo-36763: Add _Py_InitializeMain() (GH-13362)
2019-05-16 Victor Stinnerbpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
2019-05-16 Andrew Svetlovbpo-36921: Deprecate @coroutine for sake of async def...
2019-05-16 Victor Stinnerbpo-36763: _PyInitError always use int for exitcode...
2019-05-16 Andrew Svetlovbpo-35589: Prevent buffer copy in sock_sendall() (GH...
2019-05-16 Inada Naokibpo-36748: optimize TextIOWrapper.write() for ASCII...
2019-05-16 Terry Jan ReedyFix typos in documentation. Patch by tirkarthi. (GH...
2019-05-16 XtreakFix typos in documentation (#13344)
2019-05-15 Paul Monsonbpo-36511: Windows arm32 buildbot changes (remove extra...
2019-05-15 Paul Monsonbpo-36511: Windows ARM32 buildbot changes (GH-12917)
2019-05-15 Paul Monsonbpo-35926: Add support for OpenSSL 1.1.1b on Windows...
2019-05-15 ‮zlohhcuB treboRbpo-33123: pathlib: Add missing_ok parameter to Path...
2019-05-15 Antoine Pitroubpo-36786: Run compileall in parallel during "make...
2019-05-15 Jon Janzenbpo-26707: Enable plistlib to read UID keys. (GH-12153)
2019-05-15 XtreakReference zipimport source code from docs. (GH-13310)
2019-05-15 Yavor Konstantinovbpo-36799: Fix typo in ctypes.rst (GH-13104)
2019-05-15 Victor Stinnerbpo-36763: InitConfigTests tests all core config (GH...
2019-05-14 Andrew Svetlovbpo-36801: Temporarily fix regression in writer.drain...
2019-05-14 Victor Stinnerbpo-36763: Add test for _PyCoreConfig_SetString() ...
2019-05-14 Gregory P.... bpo-36760: Clarify subprocess capture_output docs....
2019-05-14 Victor Stinnerbpo-36618: Don't add -fmax-type-align=8 flag for clang...
2019-05-14 Krzysztof Wojcikbpo-33529, email: Fix infinite loop in email header...
2019-05-14 Hervé Beraudjson.tool: use stdin and stdout in default cmdlne argum...
2019-05-14 Andrew Svetlovbpo-36916: asyncio: Swallow unhandled write() exception...
2019-05-14 Victor Stinnerbpo-36900: Replace global conf vars with config (GH...
2019-05-14 Victor Stinnerbpo-36915: regrtest always remove tempdir of worker...
2019-05-14 Rémi LapeyreChange WriterObj.writeline to WriterObj.write (GH-12344)
2019-05-14 Vinodhini Balusamybpo-32995 - Added context variable in glossary (GH...
2019-05-14 Nick Coghlanbpo-36797: Prune more legacy distutils documentation...
2019-05-14 Stéphane WirtelDoc: Update pip and setuptools when creating the virtua...
2019-05-14 Nicolai Moorebpo-36845: validate integer network prefix when constru...
2019-05-14 Inada Naokibpo-27987: pymalloc: align by 16bytes on 64bit platform...
2019-05-14 Victor Stinnerbpo-36719: Fix regrtest MultiprocessThread (GH-13301)
2019-05-14 wim glennSimplify the ``LastUpdatedOrderedDict`` example recipe...
2019-05-14 Jens Troegerbpo-34424: Handle different policy.linesep lengths...
2019-05-13 Anders Hovmöllerbpo-35138: Added an example for timeit.timeit with...
2019-05-13 Matthias Bussonnierbpo-36895: Undocument removed time.clock (GH-13286)
2019-05-13 Pierre Glaserbpo-36867: Create the resource_tracker before launching...
2019-05-13 BradDocs: Add bz2 usage examples (GH-13258)
2019-05-13 Antoine Pitroubpo-36894: Fix regression in test_multiprocessing_spawn...
2019-05-13 Pierre Glaserbpo-36867: DOC update multiprocessing.rst (GH-13289)
2019-05-13 Victor Stinnerbpo-36719: regrtest -jN no longer stops on crash (GH...
2019-05-13 Guido van RossumFix typo in NEWS item about IDLE (os.flush() should...
2019-05-13 Victor Stinnerbpo-36900: import.c uses PyInterpreterState.core_config...
2019-05-13 Xtreakbpo-36903: Fix ResourceWarning in test_logging (GH...
2019-05-13 Victor Stinnerbpo-36728: Remove PyEval_ReInitThreads documentation...
2019-05-13 divyag9bpo-34682: Wording and grammatical changes to the doc...
2019-05-13 Guido van Rossumbpo-36807: When saving a file in IDLE, call flush and...
2019-05-13 Utkarsh Guptabpo-36008: Doc update for 3.8 migration (GH-12887)
2019-05-13 Kexuan SunChanges to the documentation of normcase (GH-4725)
2019-05-13 Victor Stinnerbpo-36728: Remove PyEval_ReInitThreads() from C API...
2019-05-13 Victor Stinnerbpo-36778: Update cp65001 codec documentation (GH-13240)
2019-05-13 Zackery Spytzbpo-6584: Add a BadGzipFile exception to the gzip modul...
2019-05-13 Edison Abpo-36783: Add new references for C API Documentation...
2019-05-13 Gordon P. HemsleyName individual Travis CI jobs (GH-13268)
2019-05-13 Johnny GérardCorrect misspelling (GH-11470)
2019-05-13 Matthias Bussonnierbpo-36895: remove time.clock() as per removal notice...
2019-05-12 Pablo Galindobpo-36886: Document changes in code object in What...
2019-05-12 Jake Teslerbpo-36084: Add native thread ID to threading.Thread...
2019-05-12 Gordon P. Hemsleybpo-36684: Split out gcc and test coverage builds ...
2019-05-12 Pablo Galindobpo-36817: Do not decrement reference for expr_text...
2019-05-11 Pablo Galindobpo-36817: Fix reference leak for expr_text in f-string...
2019-05-11 Sanyam Khuranabpo-36822: Fix minor grammatical error in glossary...
2019-05-11 Michael J.... bpo-36878: Allow extra text after `# type: ignore`...
2019-05-11 Xi Ruoyaobpo-36856: Handle possible overflow in faulthandler_sta...
2019-05-11 Xtreakbpo-36884: Fix DeprecationWarning in test_asyncio Strea...
2019-05-11 Aurelio JargasHide module name from local (anchor) links in shutil...
2019-05-11 Victor Stinnerbpo-21536: Update What's New in Python 3.8 entry (GH...
2019-05-10 Pablo GalindoFix sphinx deprecation warning about env.note_versionch...
2019-05-10 Victor Stinnerbpo-36710: Add 'ceval' local variable to ceval.c (GH...
2019-05-10 Pierre Glaserbpo-36867: Make semaphore_tracker track other system...
2019-05-10 Pierre Glaserbpo-36368: Ignore SIGINT in SharedMemoryManager servers...
2019-05-10 Eric Snowbpo-36737: Use the module state C-API for warnings...
2019-05-10 Jeroen Demeyerbpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 Emmanuel Ariasbpo-36869: fix warning of unused variables (GH-13182)
2019-05-10 Kojo Idrissabpo-33071: remove outdated PyPI docs (GH-13087)
2019-05-10 Stefan Behnelbpo-36676: Update what's new document. (#13226)
2019-05-10 Olexa Bilaniukbpo-24538: Fix bug in shutil involving the copying...
next