]> granicus.if.org Git - python/shortlog
python
2019-09-13 Miss Islington... bpo-34706: Preserve subclassing in inspect.Signature...
2019-09-13 Miss Islington... Doc: fcntl.lockf() is more powerful than written (GH...
2019-09-13 Miss Islington... bpo-32790: Add info about alt format using GH- for...
2019-09-13 Stéphane Wirtel[3.8] bpo-38150: Fix refleak in the finalizer of a...
2019-09-13 Miss Islington... bpo-38092: Reduce overhead when using multiprocessing...
2019-09-13 Miss Islington... bpo-37199: Replace the early returns added in c2cda63...
2019-09-13 Miss Islington... Run autoreconf. (GH-16106)
2019-09-13 Miss Islington... bpo-25068: urllib.request.ProxyHandler now lowercases...
2019-09-13 Miss Islington... closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13 Miss Islington... bpo-26468: Doc: improve the documentation of shutil...
2019-09-13 Andrew Svetlov[3.8] bpo-38148: Add slots to asyncio transports (GH...
2019-09-13 Miss Islington... bpo-29986: Doc: Delete tip to raise TypeError from...
2019-09-13 Miss Islington... Doc: Improve consistency of os.path.normcase with other...
2019-09-13 Miss Islington... bpo-12144: Handle cookies with expires attribute in...
2019-09-13 Miss Islington... bpo-36889: Document Stream class and add docstrings...
2019-09-13 Miss Islington... Fix the ImportWarning regarding __spec__ and __package_...
2019-09-13 Miss Islington... bpo-37785: Fix xgettext warning in argparse (GH-15161)
2019-09-12 Miss Islington... bpo-38133: Allow py.exe launcher to locate installation...
2019-09-12 Miss Islington... Emphasize the need to always call PySequence_Fast....
2019-09-12 Miss Islington... closes bpo-37803: pdb: fix handling of options (--help...
2019-09-12 Miss Islington... bpo-37908: Add an example of ArgumentParser.exit()...
2019-09-12 Jason R. Coombs[3.8] bpo-38121: Sync importlib.metadata with 0.22...
2019-09-12 Miss Islington... bpo-38096: Complete the "structseq" and "named tuple...
2019-09-12 Miss Islington... bpo-37935: Added tests for os.walk(), glob.iglob()...
2019-09-12 Stéphane Wirtel[3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051...
2019-09-12 Miss Islington... bpo-37488 : Document a warning for datetime.utcnow...
2019-09-12 Miss Islington... bpo-21872: fix lzma library decompresses data incomplet...
2019-09-12 Miss Islington... Overhaul datetime documentation (GH-13410)
2019-09-12 Miss Islington... bpo-36991: Fix incorrect exception escaping ZipFile...
2019-09-12 Miss Islington... bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
2019-09-12 Miss Islington... bpo-37363: Document internal audit events (GH-14663)
2019-09-12 Miss Islington... bpo-38132: Simplify _hashopenssl code (GH-16023) (...
2019-09-12 Miss Islington... bpo-36373: Deprecate explicit loop in task and subproce...
2019-09-12 Miss Islington... bpo-26868: Fix example usage of PyModule_AddObject...
2019-09-12 Miss Islington... bpo-35325: Doc: imp.find_module() return value document...
2019-09-12 Miss Islington... bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl...
2019-09-12 Miss Islington... bpo-35685: Add examples of unittest.mock.patch.dict...
2019-09-12 Miss Islington... bpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 Stéphane Wirtel[3.8] bpo-32008: Prefer client or TLSv1_2 in examples...
2019-09-12 Miss Islington... bpo-38110: Use fdwalk for os.closerange() when availabl...
2019-09-12 Miss Islington... bpo-37972: unittest.mock._Call now passes on __getitem_...
2019-09-12 Miss Islington... closes bpo-37405: Make socket.getsockname() always...
2019-09-12 Miss Islington... bpo-38008: Move builtin protocol whitelist to mapping...
2019-09-12 Miss Islington... bpo-13927: time.ctime and time.asctime return string...
2019-09-12 Miss Islington... closes bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12 Petr Viktorin[3.8] bpo-37879: Suppress subtype_dealloc decref when...
2019-09-12 Miss Islington... Doc: Update pickle.rst (GH-14128) (GH-16014)
2019-09-12 Paul Gansslebpo-38096: Clean up the "struct sequence" / "named...
2019-09-12 Miss Islington... closes bpo-38124: Fix bounds check in PyState_AddModule...
2019-09-11 Miss Islington... Correct typo in min version test (GH-16001)
2019-09-11 Miss Islington... bpo-36270: Doc: add link to traceback object reference...
2019-09-11 Miss Islington... bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (...
2019-09-11 Miss Islington... Improve clarity of try-return-finally-return (GH-15677...
2019-09-11 Stéphane Wirtel[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous...
2019-09-11 Miss Islington... Doc: recursive glob ** follows symlinks to directories...
2019-09-11 Miss Islington... bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988...
2019-09-11 Miss Islington... bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
2019-09-11 Miss Islington... bpo-36528: Remove duplicate re tests. (GH-2689)
2019-09-11 Miss Islington... Doc: Fix missing negation. (GH-14640)
2019-09-11 Miss Islington... bpo-36260: Add pitfalls to zipfile module documentation...
2019-09-11 Miss Islington... bpo-38114: Do not include pip.ini in Nuget package...
2019-09-11 Miss Islington... bpo-33166: Change os.cpu_count to return active (real...
2019-09-11 Miss Islington... bpo-37885: venv: Don't produce unbound variable warning...
2019-09-11 Miss Islington... bpo-36182: Update pathlib.Path.write_text() docs (GH...
2019-09-11 Miss Islington... bpo-36634: Fixes activate.bat when existing values...
2019-09-11 Miss Islington... bpo-35224: Additional documentation for Assignment...
2019-09-11 Miss Islington... bpo-37651: Document CancelledError is now a subclass...
2019-09-11 Miss Islington... Doc: Indicate locations of parse_qs, parse_qsl, escape...
2019-09-11 Miss Islington... Update ftplib.all_errors documentation to match code...
2019-09-11 Miss Islington... bpo-33187: Document ElementInclude (XInclude) support...
2019-09-11 Zachary Ware[3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)
2019-09-11 Miss Islington... bpo-23460: Fix documentation for decimal string :g...
2019-09-11 Miss Islington... closes bpo-37252: Fix devpoll tests. (GH-14017) (GH...
2019-09-11 Miss Islington... bpo-36919: make test_source_encoding.test_issue2301...
2019-09-11 Miss Islington... bpo-38107: Replace direct future and task contructor...
2019-09-11 Miss Islington... bpo-34519: Add additional aliases for HP Roman 8 (GH...
2019-09-11 Miss Islington... bpo-37305: add MIME type for Web App Manifest (GH-14199...
2019-09-11 Miss Islington... bpo-31163: Added return values to pathlib.Path instance...
2019-09-11 Miss Islington... bpo-33459: Fix "tuple displays" term in Expressions...
2019-09-11 Miss Islington... bpo-33944: note about the intended use of code in ...
2019-09-11 Miss Islington... bpo-37326: Include libffi license when available (GH...
2019-09-11 Stéphane Wirtel[3.8] Doc: Use walrus operator in example. (GH-15934...
2019-09-11 Miss Islington... Doc: Fix typo in fastsearch comments (GH-14608) (GH...
2019-09-11 Miss Islington... bpo-35649: update http client example (GH-11441) (GH...
2019-09-11 Vinay Sajip[3.8] bpo-35168: Make shlex.punctuation_chars read...
2019-09-11 Miss Islington... Minor ReST formatting fixes in subprocess docs (GH...
2019-09-11 Miss Islington... bpo-38103: fix conflicting labels in the docs. (GH...
2019-09-11 Miss Islington... bpo-35603: Add a note on difflib table header interpret...
2019-09-11 Miss Islington... bpo-20504 : in cgi.py, fix bug when a multipart/form...
2019-09-11 Miss Islington... bpo-35066: Make trailing percent test more portable...
2019-09-11 Brett Cannon[3.8] bpo-37409: fix relative import with no parent...
2019-09-11 Miss Islington... bpo-32972: Document IsolatedAsyncioTestCase of unittest...
2019-09-11 Miss Islington... bpo-28494: install ziptestdata to fix install bot ...
2019-09-11 Miss Islington... bpo-25810: Clarify eval() docs, it does not keywords...
2019-09-11 Miss Islington... bpo-37585: Add clarification regarding comparing dict...
2019-09-11 Miss Islington... bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
2019-09-11 Andrew Svetlov[3.8] bpo-36373: Fix deprecation warnings (GH-15889...
2019-09-11 Miss Islington... bpo-16438: Doc: confusing text regarding numeric preced...
2019-09-11 Zachary Ware[3.8] bpo-37936: Systematically distinguish rooted...
2019-09-11 Miss Islington... bpo-37424: Avoid a hang in subprocess.run timeout outpu...
next