]> granicus.if.org Git - python/shortlog
python
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...
2019-05-10 Anthony Shawbpo-36814: ensure os.posix_spawn() handles None (GH...
2019-05-10 Rémi Lapeyrebpo-27497: Add return value to csv.DictWriter.writehead...
2019-05-10 Jeroen Demeyerbpo-36601: clarify signal handler comment and remove...
2019-05-10 Victor Stinnerbpo-36778: cp65001 encoding becomes an alias to utf_8...
2019-05-09 Julien Palardbpo-32523: Simplifying news entries with multiple parag...
2019-05-09 Andrew Svetlovbpo-36802: Drop awrite()/aclose(), support await write...
2019-05-09 redshiftzerodoc: fix broken link on howto/unicode page (#13160)
2019-05-09 Zackery SpytzFix a possible crash due to PyType_FromSpecWithBases...
2019-05-09 Aviv Palivodabpo-30262: Don't expose private objects in sqlite3...
2019-05-09 Pablo Galindobpo-36851: Clean the frame stack if the execution ends...
2019-05-09 Jason R. CoombsAdd support for .parent and .joinpath in zipfile.Path...
2019-05-09 Julien Palardbpo-36239: Skip comments in gettext infos (GH-12255)
2019-05-09 Stefan Behnelbpo-36831: Do not apply default namespace to unprefixed...
2019-05-09 Benjamin Petersoncloses bpo-36861: Update Unicode database to 12.1.0...
2019-05-08 Pierre Glaserbpo-35900: Enable custom reduction callback registratio...
2019-05-08 Eric V. Smithbpo-36817: Add f-string debugging using '='. (GH-13123)
2019-05-08 Pierre Glaserbpo-35900: Add a state_setter arg to save_reduce (GH...
2019-05-08 Brian Quinlanbpo-26903: Limit ProcessPoolExecutor to 61 workers...
2019-05-08 Zackery Spytzbpo-24758: Improve the error msg for unittest.mock...
2019-05-08 Gregory P.... bpo-36816: Update the self-signed.pythontest.net cert...
2019-05-08 Zackery Spytzbpo-24048: Save the live exception during import.c...
2019-05-08 toonarmycaptainbpo-31873: Update unicode.rst - 'unicode' capitalizatio...
2019-05-08 Julien PalardDoc: Be explicit that Pathlib resolve was strict before...
2019-05-08 Jason R. Coombsbpo-36832: add zipfile.Path (#13153)
2019-05-08 Zhaorong MaDoc: Fix missing bracket (GH-13163)
2019-05-07 Michael Blahaybpo-27639: Correct return type for UserList slicing...
2019-05-07 Riccardo Magliocchettibpo-36015: Handle StreamHandler representaton of stream...
2019-05-07 Gregory P.... bpo-36838: Suggest 'make venv' when missing Doc/ tools...
2019-05-07 Andrew Svetlovbpo-36801: Fix waiting in StreamWriter.drain for closin...
2019-05-07 Adorilson BezerraAdd a footnote about Cheese Shop in Doc/tutorial (GH...
2019-05-07 Romain Picardbpo-35125: remove inner callback on outer cancellation...
2019-05-07 Brian QuinlanDon't import wait from connection, it shadows a name...
2019-05-07 Vincent Michelbpo-31922: Do not connect UDP sockets when broadcast...
2019-05-07 Julia Iliukbpo-11001: updated cookie docs (GH-13086)
2019-05-07 Gregory P.... bpo-36533: Reinit logging.Handler locks on fork()....
2019-05-07 Julien Palardbpo-28795: Signal documentation: Fix misleading stateme...
2019-05-07 Edison Abpo-36783: Added C API Documentation for Time_FromTimeA...
2019-05-07 Łukasz LangaPost v3.8.0a4
2019-05-07 Łukasz LangaMerge tag 'v3.8.0a4'
2019-05-07 Rémi Lapeyrebpo-31855: unittest.mock.mock_open() results now respec...
2019-05-07 Andrew SvetlovForbid creating of stream objects outside of asyncio...
2019-05-06 Gregory P.... bpo-35925: Skip SSL tests that fail due to weak externa...
2019-05-06 Toshio KuratomiFix rst formatting for several links in ssl documentati...
2019-05-06 Serhiy Storchakabpo-36542: Allow to overwrite the signature for Python...
2019-05-06 Serhiy Storchakabpo-36793: Remove unneeded __str__ definitions. (GH...
2019-05-06 penguindustinbpo-36766: Typos in docs and code comments (GH-13116)
2019-05-06 Sebastian Koslowskibpo-36275: enhance documentation for venv.create()...
2019-05-06 Stéphane WirtelClarify the download unit in the download section ...
2019-05-06 Patrick Mühlbauerbpo-30668: add missing word in license.rst (GH-13115)
2019-05-06 Łukasz LangaPython 3.8.0a4 v3.8.0a4
2019-05-06 Brett CannonUnroll import-team in CODEOWNERS (#13118)
2019-05-06 Zackery Spytzbpo-36594: Fix incorrect use of %p in format strings...
2019-05-06 Logan Jonesbpo-36798: Updating f-string docs for := use case ...
2019-05-06 Andre DelfinoUpdate wsgiref.rst (#10488)
2019-05-06 Daniel HahlerDoc/c-api/exceptions.rst: fix grammar (#12091)
2019-05-06 Stefan Behnelbpo-36811: Fix a C compiler warning in _elementtree...
2019-05-06 Eddie ElizondoOnly count number of members once (#12691)
2019-05-06 Cheryl Sabellabpo-16024: Doc cleanup regarding path_fd, dir_fd, follo...
2019-05-05 Serhiy Storchakabpo-36791: Safer detection of integer overflow in sum...
2019-05-05 twisteroid... bpo-33530: Implement Happy Eyeballs in asyncio, v2...
2019-05-05 Inada Naokisimplify StartupImportTests (GH-13096)
2019-05-04 Jonatanbpo-36189: Fixing typo in tutorial introduction (GH...
2019-05-04 Catherine Alvaradobpo-36166: Change to rst datamodel file. (GH-13089)
2019-05-04 Victor Stinnerbpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN...
2019-05-04 Joannah Nanjekyebpo-26978: Implement pathlib.Path.link_to (Using os...
2019-05-03 Rémi LapeyreSuppress clang warning (GH-12384)
2019-05-03 Stefan Behnelbpo-28238: Implement "{*}tag" and "{ns}*" wildcard...
2019-05-03 Andre Delfinobpo-33882: mention breakpoint() in debugger-related...
2019-05-03 Zackery Spytzbpo-24638: Improve the error message in asyncio.ensure_...
2019-05-03 Alexander VasinFixed typo (GH-11522)
2019-05-03 gescheitbpo-36613: call remove_done_callback if exception ...
2019-05-03 xdegayebpo-36341: Fix tests calling bind() on AF_UNIX sockets...
2019-05-03 Andre DelfinoImprove grammar on async context managers and shorten...
next