]> granicus.if.org Git - python/shortlog
python
2018-03-30 Miss Islington... Fix socket type in DatagramHandler documentation: TCP...
2018-03-30 Miss Islington... bpo-33182: Fix pointer types in _testembed (GH-6310...
2018-03-29 Miss Islington... bpo-33175: dataclasses should look up __set_name__...
2018-03-29 Ned Deilybump to 3.7.0b3+
2018-03-29 Ned Deily3.7.0b3 v3.7.0b3
2018-03-29 Ned Deilybpo-32726: macOS 10.6+ installer now builds Tcl/TK...
2018-03-29 Miss Islington... Fix typos '.::' should typically just be '::'. (GH...
2018-03-29 Miss Islington... FIX documentation and NEWS of ThreadedHTTPServer. ...
2018-03-28 Serhiy Storchaka[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
2018-03-28 Miss Islington... bpo-33126: Document PyBuffer_ToContiguous() (GH-6292...
2018-03-28 Miss Islington... s/the the/the/ (GH-6287)
2018-03-28 Miss Islington... [3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools...
2018-03-28 Miss Islington... bpo-32726: Do not force IDLE.app to launch in 32-bit...
2018-03-28 Miss Islington... bpo-32872: Avoid regrtest compatibility issue with...
2018-03-28 Miss Islington... Fix senfile typo (GH-6265) (#6274)
2018-03-27 Ned Deilybpo-32517: re-enable test_read_pty_output on macOS...
2018-03-27 Miss Islington... bpo-33151: Handle submodule resources (GH-6268) (GH...
2018-03-27 Miss Islington... bpo-27212: Modify islice recipe to consume initial...
2018-03-26 Miss Islington... bpo-32873: Treat type variables and special typing...
2018-03-26 Miss Islington... bpo-32844: Fix a subprocess misredirection of a low...
2018-03-26 Miss Islington... bpo-33141: Have dataclasses.Field pass through __set_na...
2018-03-26 Miss Islington... Fix error message in sqlite connection thread check...
2018-03-26 Miss Islington... Corrected link targets in collections.rst (GH-1052)
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-26 Miss Islington... Minor fixes to dataclass tests. (GH-6243)
2018-03-25 Miss Islington... Clarify fd inheritance when close_fds=False. (GH-6240)
2018-03-25 Nick Coghlanbpo-33053: -m now adds *starting* directory to sys...
2018-03-25 Miss Islington... Trivial improvements to dataclasses tests. (GH-6234)
2018-03-25 Miss Islington... [3.7] bpo-33136: Harden ssl module against CVE-2018...
2018-03-25 Miss Islington... bpo-33042: Fix pre-initialization sys module configurat...
2018-03-25 Miss Islington... bpo-32943: Fix confusing error message for rot13 codec...
2018-03-25 Miss Islington... Fix invalid escape sequence: use raw string. (GH-6225)
2018-03-25 Miss Islington... bpo-33134: dataclasses: use function dispatch table...
2018-03-24 Miss Islington... Trivial dataclass cleanups: (GH-6218)
2018-03-24 Miss Islington... bpo-33132: Fix reference counting issues in the compile...
2018-03-24 Miss Islington... [3.7] bpo-33127: Compatibility patch for LibreSSL 2...
2018-03-24 Miss Islington... [3.7] bpo-24334: Remove inaccurate match_hostname call...
2018-03-23 Ivan Levkivskyibpo-33061: Add missing 'NoReturn' to __all__ in typing...
2018-03-23 Miss Islington... bpo-27428: Fix WindowsRegistryFinder documentation...
2018-03-23 Miss Islington... bpo-31639: Use threads in http.server module. (GH-5018)
2018-03-23 Miss Islington... Fix a reference to the MRE book in re docs (GH-1113)
2018-03-23 Serhiy Storchakabpo-33041: Fixed jumping if the function contains an...
2018-03-23 Miss Islington... bpo-32999: ast: Convert useless check to assert (GH...
2018-03-22 Miss Islington... bpo-32505: dataclasses: raise TypeError if a member...
2018-03-22 Miss Islington... bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH...
2018-03-22 Miss Islington... bpo-33018: Improve issubclass() error checking and...
2018-03-22 Miss Islington... Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH...
2018-03-21 Miss Islington... bpo-33116: Add 'Field' to dataclasses.__all__. (GH...
2018-03-21 Miss Islington... FIX failure on OSX sem_getvalue (GH-6180) (GH-6181)
2018-03-21 Miss Islington... bpo-33078 - Fix queue size on pickling error (GH-6119...
2018-03-21 Miss Islington... bpo-32896: Fix error when subclassing a dataclass with...
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.7] bpo-33021: Release the GIL during fstat() calls...
2018-03-20 Miss Islington... bpo-33100: Dataclasses now handles __slots__ and defaul...
2018-03-19 Miss Islington... bpo-32953: Dataclasses: frozen should not be inherited...
2018-03-18 Miss Islington... bpo-32056: Improve exceptions in aifc, wave and sunau...
2018-03-18 Miss Islington... bpo-19417: Add test_bdb.py (GH-5217)
2018-03-18 Miss Islington... Revert "bpo-30406: Make async and await proper keywords...
2018-03-18 Serhiy Storchaka[3.7] bpo-33041: Add tests for jumps in/out of 'async...
2018-03-18 Miss Islington... bpo-27645: Fix version number in 'database in transacti...
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.7] bpo-32885: Tools/scripts/pathfix.py: Add -n optio...
2018-03-13 Miss Islington... lib2to3: Add more tests (GH-6101) (#6108)
2018-03-13 Miss Islington... bpo-33056 FIX leaking fd in concurrent.futures.ProcessP...
2018-03-13 xdegaye[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-13 Ned Deilybpo-29719: Remove Date and Release field in whatsnew...
2018-03-12 Ned DeilyAdd macOS installer Conclusion file
2018-03-12 Miss Islington... Fix docs markup for asyncio current_task() and all_task...
2018-03-11 Miss Islington... bpo-31804: Fix multiprocessing.Process with broken...
2018-03-11 Serhiy Storchaka[3.7] bpo-33026: Fix jumping out of "with" block by...
2018-03-11 Miss Islington... bpo-32338: OrderedDict import is no longer needed in...
2018-03-11 Miss Islington... bpo-32996: Improve What's New in 3.7. (GH-5983)
2018-03-11 Miss Islington... bpo-33045: Fix typos in SSL documentation (GH-6065)
2018-03-11 Miss Islington... bpo-27645: Skip test_bad_target_in_transaction if SQLit...
2018-03-10 Miss Islington... controlflow: Use full example for "5 through 9" (GH...
2018-03-10 Miss Islington... bpo-32836: Remove obsolete code from symtable pass...
2018-03-10 Miss Islington... bpo-27645: Add support for native backup facility of...
2018-03-10 Serhiy Storchaka[3.7] bpo-33041: Add missed error checks when compile...
2018-03-10 Miss Islington... bpo-33037: Skip sending/receiving after SSL transport...
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-6049)
2018-03-10 Miss Islington... Warn that dbm.dumb.open() can crash Python (GH-6047...
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... bpo-32517: fix test_read_pty_output() hangs on macOS...
2018-03-08 Miss Islington... bpo-33016: Fix potential use of uninitialized memory...
2018-03-08 Miss Islington... Add two missing error checks in hamt.c (GH-5851)
2018-03-08 Miss Islington... Fix some ipaddress documentation errors (GH-6021)
2018-03-07 Miss Islington... bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
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-06 Miss Islington... bpo-32991: Restore expectation that inspect.getfile...
next