]> granicus.if.org Git - python/shortlog
python
2019-09-11 Andrew SchellerUpdate ftplib.all_errors documentation to match code...
2019-09-11 Raymond Hettingerbpo-38096: Clean up the "struct sequence" / "named...
2019-09-11 Xtreakbpo-37651: Document CancelledError is now a subclass...
2019-09-11 Anjali Bansalbpo-33187: Document ElementInclude (XInclude) support...
2019-09-11 Brennan D Barabanbpo-23460: Fix documentation for decimal string :g...
2019-09-11 Joannah Nanjekyebpo-37488 : Document a warning for datetime.utcnow...
2019-09-11 Pavel Koneskibpo-36919: make test_source_encoding.test_issue2301...
2019-09-11 Jakub Kulíkcloses bpo-37252: Fix devpoll tests. (GH-14017)
2019-09-11 Filip Šbpo-37305: add MIME type for Web App Manifest (#14199)
2019-09-11 hui shangbpo-31163: Added return values to pathlib.Path instance...
2019-09-11 native-apibpo-33944: note about the intended use of code in ...
2019-09-11 Zachary WareTurn off AppVeyor CI (GH-15929)
2019-09-11 Andre Delfinobpo-33459: Fix "tuple displays" term in Expressions...
2019-09-11 Michael Osipovbpo-34519: Add additional aliases for HP Roman 8 (GH...
2019-09-11 Andrew Svetlovbpo-38107: Replace direct future and task contructor...
2019-09-11 Géry Ogambpo-35640: Allow passing PathLike arguments to SimpleHT...
2019-09-11 Julien PalardDoc: Use walrus operator in example. (GH-15934)
2019-09-11 Joannah Nanjekyebpo-35943: Prevent PyImport_GetModule() from returning...
2019-09-11 Valentin HaenelDoc: Fix typo in fastsearch comments (GH-14608)
2019-09-11 Steve Dowerbpo-37326: Include libffi license when available (GH...
2019-09-11 Ashwin Ramaswamibpo-35649: update http client example (GH-11441)
2019-09-11 Tim HoffmannMinor ReST formatting fixes in subprocess docs (#14876)
2019-09-11 Xtreakbpo-35603: Add a note on difflib table header interpret...
2019-09-11 Pierre Quentelbpo-20504 : in cgi.py, fix bug when a multipart/form...
2019-09-11 Alexbpo-35168: Make shlex.punctuation_chars read-only ...
2019-09-11 Xtreakbpo-32972: Document IsolatedAsyncioTestCase of unittest...
2019-09-11 Jeroen Demeyerbpo-37151: remove special case for PyCFunction from...
2019-09-11 Ezio Melottibpo-38103: fix conflicting labels in the docs. (GH...
2019-09-11 Benjamin Petersonbpo-35066: Make trailing percent test more portable...
2019-09-11 Gregory P.... bpo-28494: install ziptestdata to fix install bot ...
2019-09-11 smokephilbpo-25810: Clarify eval() docs, it does not keywords...
2019-09-11 Ben Lewisbpo-37409: fix relative import with no parent (#14956)
2019-09-11 Kyle Stanleybpo-37585: Add clarification regarding comparing dict...
2019-09-11 Anjalibpo-16438: Doc: confusing text regarding numeric preced...
2019-09-11 Steve Dowerbpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
2019-09-11 Greg Pricebpo-37936: Systematically distinguish rooted vs. unroot...
2019-09-11 Gregory P.... bpo-37424: Avoid a hang in subprocess.run timeout outpu...
2019-09-11 BradOverhaul datetime documentation (GH-13410)
2019-09-11 Eddie Elizondobpo-37879: Suppress subtype_dealloc decref when base...
2019-09-11 Andrew Svetlovbpo-36373: Fix deprecation warnings (GH-15889)
2019-09-11 wwuckbpo-38034: Fix typo in logging.handlers.rst (GH-15708)
2019-09-10 Gregory P.... bpo-28494: Test existing zipfile working behavior....
2019-09-10 Sergey FedoseevRemove unneeded assignment in PyBytes_Concat() (GH...
2019-09-10 jdkanderssonbpo-37574: Mention helper functions for find_spec docum...
2019-09-10 Jordon Xubpo-37752: Delete redundant Py_CHARMASK in normalizestr...
2019-09-10 Steve Dowerbpo-38089: Move Azure Pipelines to latest VM versions...
2019-09-10 Gordon P. Hemsleybpo-32424: Deprecate xml.etree.ElementTree.Element...
2019-09-10 Ben Harperbpo-36253: Remove use after free reference in ctypes...
2019-09-10 Andre Delfinobpo-33602: Doc: Remove set and queue references from...
2019-09-10 Kyle StanleyDocs: Small tweaks to c-api/intro#Include_Files (GH...
2019-09-10 William AndreaCorrect info about "f.read(size)". (GH13852)
2019-09-10 Andre DelfinoCorrect minor grammatical mistake in open docs (GH...
2019-09-10 Dmitry Shachnevbpo-37504: Fix documentation build with texinfo builder...
2019-09-10 Steve Dowerbpo-37913: Link to NotImplemented from new docs (GH...
2019-09-10 Jeroen Demeyerbpo-37913: document that __length_hint__ can return...
2019-09-10 Jason R. Coombsbpo-38086: Sync importlib.metadata with importlib_metad...
2019-09-10 Steve Dowerbpo-38087: Fix case sensitivity in test_pathlib and...
2019-09-10 Steve Dowerbpo-38088: Fixes distutils not finding vcruntime140...
2019-09-10 MatthiasFix subprocess docstring typo (GH-15812)
2019-09-10 Zach ThompsonFix typo in ssl.RAND_bytes documentation (GH-14791)
2019-09-10 Pablo Galindobpo-38090: Fix reference leak in ceval.c (GH-15848)
2019-09-10 Serhiy Storchakabpo-36781: Optimize sum() for bools. (#13074)
2019-09-10 Andre Delfino Note regarding + mode truncation applies to both text...
2019-09-10 Dino Viehlandbpo-38073: Make pwd module PEP-384 compatible (GH-15790)
2019-09-10 Andrew Svetlovbpo-38066: Hide internal Stream methods (GH-15762)
2019-09-10 Arun Persaudbpo-21018: added missing documentation about escaping...
2019-09-10 Bernt Røskar... closes bpo-25461: Update os.walk() docstring to match...
2019-09-10 Emmanuel Ariasbpo-36373: Deprecate explicit loop parameter in all...
2019-09-10 Jeroen Demeyerbpo-37619: update_one_slot() should not ignore wrapper...
2019-09-10 Petr Viktorinbpo-37499: Test various C calling conventions (GH-15776)
2019-09-10 Lisa Roachbpo-37251: Removes __code__ check from _is_async_obj...
2019-09-10 Dino Viehlandbpo-38069: Convert _posixsubprocess to PEP-384 (GH...
2019-09-10 Emmanuel Arias bpo-36373: Deprecate explicit loop parameter in all...
2019-09-10 Jeroen Demeyerbpo-36971: add subsections in C API "Common Object...
2019-09-10 Benjamin Petersonbpo-38068: Clean up gettimeofday configure logic. ...
2019-09-10 Xtreakbpo-37052: Add examples for mocking async iterators...
2019-09-10 Dino Viehlandbpo-38071: Make termios PEP-384 compatible (GH-15785)
2019-09-10 Dino Viehlandbpo-38072: PEP-384 grpmodule (GH-15788)
2019-09-10 Kenta MurataFix calling order of PyEval_InitThreads. (GH-4602)
2019-09-10 Benjamin PetersonRemove macOS tests from Travis. (GH-15809)
2019-09-10 hliu0Skip zoneinfo tests on VxWorks (#13535)
2019-09-10 Dino Viehlandbpo-38074: Make zlib extension module PEP-384 compatibl...
2019-09-10 Dino Viehlandbpo-38076: Make struct module PEP-384 compatible (...
2019-09-10 Serhiy Storchakabpo-38083: Minor improvements in asdl_c.py and Python...
2019-09-10 dalgarnoFix typo in dict object comment (#15814)
2019-09-10 Neil Schemenauerbpo-37725: have "make clean" remove PGO task data ...
2019-09-10 Greg Pricebpo-38043: Move unicodedata.normalize tests into test_u...
2019-09-10 Jeroen DemeyerExpand comment explaining update_one_slot (GH-14810)
2019-09-10 Nikhilbpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 Greg PriceCut tricky `goto` that isn't needed, in _PyBytes_Decode...
2019-09-10 Vinay Sharmabpo-38018: Fix test for multiprocessing.shared_memory...
2019-09-10 Terry Jan Reedybpo-38077: IDLE no longer adds 'argv' to the user names...
2019-09-09 Jean-François Bbpo-34293: Fix PDF documentation paper size (GH-8585)
2019-09-09 Paul Monsonbpo-36511: clean up python process before deploy on...
2019-09-09 Sergey FedoseevCorrect overflow check in PyTuple_New() (GH-14838)
2019-09-09 Serhiy Storchakabpo-38049: Add command-line interface for the ast modul...
2019-09-09 Lisa Roachbpo-37383: Updates docs to reflect AsyncMock call_count...
2019-09-09 Vinay Sharmabpo-38018: Increase code coverage for multiprocessing...
2019-09-09 Greg Pricebpo-36502: Update link to UAX #44, the Unicode doc...
2019-09-09 Serhiy Storchakabpo-37995: Add an option to ast.dump() to produce a...
next