]> granicus.if.org Git - python/shortlog
python
2018-03-26 Miss Islington... Fix description about SimpleXMLRPCServer constructor...
2018-03-26 Miss Islington... Gitignore gmon.out (GH-5796)
2018-03-26 Miss Islington... Fix typo and edit for clarity in the docstrings of...
2018-03-26 Miss Islington... bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
2018-03-24 Christian Heimes[3.6] bpo-33127: Compatibility patch for LibreSSL 2...
2018-03-23 Miss Islington... bpo-27428: Fix WindowsRegistryFinder documentation...
2018-03-23 Miss Islington... Fix a reference to the MRE book in re docs (GH-1113)
2018-03-23 Serhiy Storchaka[3.6] bpo-33041: Fixed jumping if the function contains...
2018-03-22 Miss Islington... Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH...
2018-03-21 Miss Islington... Fix typos in mmap() error messages (GH-6173)
2018-03-21 Miss Islington... bpo-27683: Fix a regression for host() of ipaddress...
2018-03-21 Miss Islington... bpo-18802: Add more details to ipaddress documentation...
2018-03-20 Miss Islington... bpo-28247: Document Windows executable creation in...
2018-03-20 Miss Islington... [3.6] bpo-33021: Release the GIL during fstat() calls...
2018-03-19 xdegayebpo-19417: Add test_bdb.py (GH-5217)
2018-03-18 Serhiy Storchaka[3.6] bpo-33041: Add tests for jumps in/out of 'async...
2018-03-17 Miss Islington... Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133...
2018-03-17 Miss Islington... bpo-32374: m_traverse may be called with m_state=NULL...
2018-03-14 Miss Islington... [3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n optio...
2018-03-14 Christian Heimesbpo-30622: Fix backport of NPN fix (#6102)
2018-03-14 Ned Deilyon to 3.6.6
2018-03-14 Ned DeilyMerge tag 'v3.6.5rc1' into 3.6
2018-03-14 Ned Deily3.6.5rc1 v3.6.5rc1
2018-03-14 Ned Deilybpo-32726: macOS installer changes for 3.6.5
2018-03-13 Miss Islington... lib2to3: Add more tests (GH-6101) (#6109)
2018-03-13 Miss Islington... [3.7] bpo-17288: Prevent jumps from 'return' and 'excep...
2018-03-13 Miss Islington... bpo-33064: lib2to3: support trailing comma after *args...
2018-03-11 Antoine Pitrou[3.6] bpo-31804: Fix multiprocessing.Process with broke...
2018-03-11 Miss Islington... [3.6] bpo-33026: Fix jumping out of "with" block by...
2018-03-11 Miss Islington... bpo-33045: Fix typos in SSL documentation (GH-6065)
2018-03-10 Miss Islington... [3.7] bpo-33041: Add missed error checks when compile...
2018-03-10 Andrew Svetlov[3.6] bpo-33037: Skip sending/receiving after SSL trans...
2018-03-10 Miss Islington... bpo-26701: Improve documentation for the rounding speci...
2018-03-10 Miss Islington... bpo-26701: Add documentation for __trunc__ (GH-6050)
2018-03-09 Miss Islington... Warn that compile() can crash when compiling to an...
2018-03-09 Miss Islington... bpo-32758: Warn that ast.parse() and ast.literal_eval...
2018-03-09 Miss Islington... controlflow: Use full example for "5 through 9" (GH...
2018-03-09 Nathan Henriebpo-32517: fix test_read_pty_output() hangs on macOS...
2018-03-08 Steve Dowerbpo-33016: Fix potential use of uninitialized memory...
2018-03-08 Miss Islington... [3.6] bpo-30353: Fix pass by value for structs on 64...
2018-03-08 Miss Islington... Fix some ipaddress documentation errors (GH-6021)
2018-03-07 Miss Islington... bpo-32969: Expose some missing constants in zlib and...
2018-03-06 Miss Islington... bpo-33009: Fix inspect.signature() for single-parameter...
2018-03-05 Steve Dower[3.6] bpo-33001: Prevent buffer overrun in os.symlink...
2018-03-05 Miss Islington... bpo-32984: IDLE - set __file__ for startup files (GH...
2018-03-04 Miss Islington... bpo-32857: Raise error when tkinter after_cancel()...
2018-03-04 Benjamin Peterson[3.6] bpo-32981: Fix catastrophic backtracking vulns...
2018-03-03 Miss Islington... Fix missing coroutine declaration in the asyncio docume...
2018-03-03 Serhiy Storchaka[3.6] bpo-32964: Reuse a testing implementation of...
2018-03-01 Miss Islington... bpo-32903: Fix a memory leak in os.chdir() on Windows...
2018-02-28 Miss Islington... bpo-32940: IDLE: Simplify StringTranslatePseudoMapping...
2018-02-28 Miss Islington... bpo-30928: Update idlelib/NEWS.txt, possibly for 3...
2018-02-27 Serhiy Storchaka[3.6] bpo-32922: dbm.open() now encodes filename with...
2018-02-27 Miss Islington... bpo-32713: Fix tarfile.itn for large/negative float...
2018-02-26 Miss Islington... bpo-32222: Fix pygettext skipping docstrings for funcs...
2018-02-26 Miss Islington... Fix _socket module compilation on Cygwin. (GH-4137...
2018-02-26 Barry WarsawRevert "[3.6] bpo-32303 - Consistency fixes for namespa...
2018-02-26 animalize[3.6] bpo-32394: Remove some TCP options on older versi...
2018-02-26 Miss Islington... bpo-18533: Avoid RecursionError from repr() of recursiv...
2018-02-25 Miss Islington... bpo-31454: Include information about "import X as Y...
2018-02-25 Miss Islington... bpo-25059: Clarify the print separator usage in tutoria...
2018-02-25 Miss Islington... Delete a broken threading.local example (GH-5870)
2018-02-25 Christian Heimes[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH...
2018-02-25 Miss Islington... [3.6] bpo-32647: Link ctypes extension with libdl....
2018-02-25 Christian Heimes[3.6] bpo-30622: Improve NPN support detection (GH...
2018-02-25 Christian Heimesbpo-32185: Don't send IP in SNI TLS extension (#5865)
2018-02-25 Miss Islington... bpo-17232: Clarify docs for -O and -OO command line...
2018-02-24 Christian Heimesbpo-31518: Change TLS protocol for Debian (#3660)
2018-02-24 Miss Islington... bpo-31966: Fixed WindowsConsoleIO.write() for writing...
2018-02-24 Miss Islington... bpo-32916: IDLE: Change `str` to `code` in pyparse...
2018-02-23 Miss Islington... bpo-32923: Unittest doc: replace `whilst` with `while...
2018-02-23 Anselm Kruis[3.6] bpo-30028: make test.support.temp_cwd() fork...
2018-02-23 Miss Islington... bpo-32087: Doc: Make "deprecated-removed" directive...
2018-02-22 Steve Dowerbpo-32457: Improves handling of denormalized executable...
2018-02-22 Miss Islington... bpo-30449: Improve __slots__ documentation (GH-1819)
2018-02-22 Miss Islington... bpo-32905: IDLE - remove unused code in pyparse module...
2018-02-22 Miss Islington... bpo-32874: IDLE: add tests for pyparse (GH-5755)
2018-02-21 Miss Islington... bpo-32889: update valgrind suppressions (GH-5779)
2018-02-21 Miss Islington... bpo-32008: don't use PROTOCOL_TLSv1 in example (GH...
2018-02-21 Miss Islington... bpo-28886: doc: Move deprecated abc decorators to separ...
2018-02-21 Miss Islington... closes bpo-32859: Don't retry dup3() if it is not avail...
2018-02-21 Miss Islington... bpo-32540: Update venv documentation (GH-5736)
2018-02-20 Miss Islington... bpo-31848: Fix broken error handling in Aifc_read.initf...
2018-02-20 Miss Islington... bpo-32500: Correct the documentation for PySequence_Siz...
2018-02-20 Miss Islington... bpo-32409: Ensures activate.bat can handle Unicode...
2018-02-19 Miss Islington... bpo-30121: Fix test_subprocess for Windows Debug builds...
2018-02-19 Miss Islington... bpo-32682: Improve libz version parsing in test_zilb...
2018-02-19 Miss Islington... Improve error message for "setup.py upload" without...
2018-02-19 Miss Islington... bpo-31972: Improve docstrings for pathlib classes ...
2018-02-18 Zachary Ware[3.6] Clean up Travis config (GH-5727)
2018-02-18 Miss Islington... bpo-32869: Fix incorrect dst buffer size for MultiByteT...
2018-02-18 Steve Dower[3.6] Improves the ability to build in CI (GH-5730)
2018-02-18 Zachary Ware[3.6] bpo-30638: Add clinic to `make regen-all` (GH...
2018-02-17 Miss Islington... bpo-32852: Fix trace changing sys.argv to tuple. (GH...
2018-02-17 Miss Islington... DOC: fix documentation for copyright and credits (GH...
2018-02-17 Miss Islington... bpo-32860: Fix a missing asterisk in the documentation...
2018-02-14 Miss Islington... Update comment in posixmodule.c (GH-5681)
2018-02-14 Miss Islington... bpo-32841: Fix cancellation in awaiting asyncio.Conditi...
2018-02-14 Benjamin Peterson[3.6] remove mercurial dot files (GH-5558)
2018-02-14 Miss Islington... Fix installation instructions for *nix (GH-5605)
next