]> granicus.if.org Git - python/shortlog
python
2019-09-12 Serhiy Storchakabpo-37935: Added tests for os.walk(), glob.iglob()...
2019-09-12 Christian Heimesbpo-38132: Simplify _hashopenssl code (GH-16023)
2019-09-12 Andrew Svetlovbpo-36373: Deprecate explicit loop in task and subproce...
2019-09-12 Zachary WareEnhance Py_UNREACHABLE macro (GH-16032)
2019-09-12 Brandt Bucherbpo-26868: Fix example usage of PyModule_AddObject...
2019-09-12 Windson yangbpo-35325: Doc: imp.find_module() return value document...
2019-09-12 Christian Heimesbpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl...
2019-09-12 Emmanuel Ariasbpo-35685: Add examples of unittest.mock.patch.dict...
2019-09-12 Julien Palardbpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 Christian Heimesbpo-32008: Prefer client or TLSv1_2 in examples (GH...
2019-09-12 Hai Shibpo-9938: Add optional keyword argument exit_on_error...
2019-09-12 Harmandeep... bpo-13927: time.ctime and time.asctime return string...
2019-09-12 Divij Rajkumarbpo-38008: Move builtin protocol whitelist to mapping...
2019-09-12 Zackery Spytzcloses bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12 bggardnercloses bpo-37405: Make socket.getsockname() always...
2019-09-12 Eric Snowbpo-36876: Skip test_check_c_globals for now. (gh-16017)
2019-09-12 Georgy FrolovDoc: Add example of dict() function with positional...
2019-09-12 XtreakFix the ImportWarning regarding __spec__ and __package_...
2019-09-12 Jason R. Coombsbpo-38121: Sync importlib.metadata with 0.22 backport...
2019-09-12 Zackery Spytzbpo-21120: Exclude Python-ast.h, ast.h and asdl.h from...
2019-09-12 Greg Pricecloses bpo-37758: Extend unicodedata checksum tests...
2019-09-12 Greg Pricebpo-37760: Convert from length-18 lists to a dataclass...
2019-09-12 Petr Viktorinbpo-37879: Fix warnings in _testcapimodule (GH-16004)
2019-09-12 ewosbornebpo-32820: __format__ method for ipaddress (#5627)
2019-09-12 Joannah Nanjekyebpo-18578: Rename and document test.bytecode_helper...
2019-09-12 Xtreakbpo-38120: Fix DeprecationWarning in test_random for...
2019-09-12 Géry OgamCorrect typos in the codecs module documentation (...
2019-09-11 Benjamin Petersoncloses bpo-38124: Fix bounds check in PyState_AddModule...
2019-09-11 Eric Snowbpo-36876: Add a tool that identifies unsupported globa...
2019-09-11 Björn Meierbpo-36270: Doc: add link to traceback object reference...
2019-09-11 Christian HeimesCorrect typo in min version test (GH-16000)
2019-09-11 Hai Shibpo-37698: Update doc of PyBuffer_ToContiguous (GH...
2019-09-11 Christian Heimesbpo-34001: Fix test_ssl with LibreSSL (GH-13783)
2019-09-11 MarcDoc: recursive glob ** follows symlinks to directories...
2019-09-11 Dino Viehlandbpo-38113: Update the Python-ast.c generator to PEP384...
2019-09-11 Joannah Nanjekyebpo-28724: Add methods send_fds and recv_fds to the...
2019-09-11 Christian Heimesbpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
2019-09-11 Hai Shibpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
2019-09-11 Steve Dowerbpo-32592: Set Windows 8 as the minimum required versio...
2019-09-11 Xtreakbpo-36528: Remove duplicate re tests. (GH-2689)
2019-09-11 Dong-hee Nabpo-35923: Update the BuiltinImporter to use loader...
2019-09-11 Julien PalardDoc: Fix missing negation. (GH-14640)
2019-09-11 Dino Viehlandbpo-38113: Update Python/ast.c to PEP-384 (GH-15975)
2019-09-11 toonarmycaptainImprove clarity of try-return-finally-return (GH-15677)
2019-09-11 Daniel Andradebpo-34331: Fix incorrectly pluralized abstract class...
2019-09-11 Steve Dowerbpo-38114: Do not include pip.ini in Nuget package...
2019-09-11 Steve Dowerbpo-33166: Change os.cpu_count to return active (real...
2019-09-11 Jakub Kulíkbpo-38110: Use fdwalk for os.closerange() when availabl...
2019-09-11 Lysandros Nikolaoubpo-36182: Update pathlib.Path.write_text() docs (GH...
2019-09-11 JunWei Songbpo-36260: Add pitfalls to zipfile module documentation...
2019-09-11 Daniel Abrahamssonbpo-37885: venv: Don't produce unbound variable warning...
2019-09-11 Géry OgamImprove the io module documentation (GH-15099)
2019-09-11 Steve Dowerbpo-36634: Fixes activate.bat when existing values...
2019-09-11 Emily Morehousebpo-35224: Additional documentation for Assignment...
2019-09-11 blhsingbpo-37972: unittest.mock._Call now passes on __getitem_...
2019-09-11 Simon WillisonDoc: Indicate locations of parse_qs, parse_qsl, escape...
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...
next