]> granicus.if.org Git - python/shortlog
python
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-17 Miss Islington... Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133...
2018-03-13 xdegaye[2.7] bpo-17288: Prevent jumps from 'return' and 'excep...
2018-03-11 Miss Islington... [2.7] bpo-33026: Fix jumping out of "with" block by...
2018-03-09 Xiang ZhangClear possible exception before calling PyTuple_Pack...
2018-03-06 Jamie Davis[2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)
2018-03-04 Benjamin Peterson[2.7] bpo-32981: Fix catastrophic backtracking vulns...
2018-03-02 Brett Cannonbpo-32963: Fix the tutorial to state source has a defau...
2018-03-01 Alexey Izbyshev[2.7] bpo-32903: Fix a memory leak in os.chdir() on...
2018-02-26 bennorthbpo-18533: Avoid RuntimeError from repr() of recursive...
2018-02-25 Miss Islington... bpo-32500: Correct the documentation for PySequence_Siz...
2018-02-25 Cheryl Sabella[2.7] bpo-25059: Clarify the print separator usage...
2018-02-25 Miss Islington... bpo-31454: Include information about "import X as Y...
2018-02-25 Miss Islington... Delete a broken threading.local example (GH-5870)
2018-02-25 Christian Heimes[2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH...
2018-02-25 Christian HeimesFix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
2018-02-25 Christian Heimes[2.7] bpo-32647: Link ctypes extension with libdl....
2018-02-25 Christian Heimes[2.7] bpo-30622: Improve NPN support detection (GH...
2018-02-25 Miss Islington... [2.7] bpo-32185: Don't send IP in SNI TLS extension...
2018-02-25 Christian Heimesbpo-25404: SSLContext.load_dh_params() non-ASCII path...
2018-02-24 Christian Heimesbpo-31518: Change TLS protocol for Debian (#3661)
2018-02-23 Miss Islington... bpo-32923: Unittest doc: replace `whilst` with `while...
2018-02-23 Anselm Kruis[2.7] bpo-30028: make test.support.temp_cwd() fork...
2018-02-21 Miss Islington... [2.7] bpo-31848: Fix broken error handling in Aifc_read...
2018-02-21 Benjamin Peterson[2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in...
2018-02-19 Raymond HettingerFix typo in docs (GH-5763)
2018-02-19 Éric Araujo[2.7] bpo-21060 Improve error message for "setup.py...
2018-02-18 Zachary Ware[2.7] Clean up Travis config (GH-5727)
2018-02-17 Miss Islington... DOC: fix documentation for copyright and credits (GH...
2018-02-14 Miss Islington... Update comment in posixmodule.c (GH-5681)
2018-02-14 Miss Islington... Fix installation instructions for *nix (GH-5605)
2018-02-14 Benjamin Peterson[2.7] remove mercurial dot files (GH-5558).
2018-02-12 Serhiy Storchakabpo-30109: Fix reindent.py for non-ASCII files. (#5637)
2018-02-12 Miss Islington... Fix typo in Include/objimpl.h, the word "has" was missi...
2018-02-11 Miss Islington... Fix AppVeyor doc short-circuit (GH-5635)
2018-02-11 Zachary Ware[2.7] Add short-circuit for doc changes to AppVeyor...
2018-02-11 Miss Islington... bpo-32800: Update link to w3c doc for xml default names...
2018-02-09 Serhiy Storchaka[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern...
2018-02-07 Stéphane Wirtelbpo-32784: Wrong argument name for csv.DictReader in...
2018-02-07 INADA Naokibpo-32616: Disable computed gotos by default for clang...
2018-02-06 Benjamin Petersonallow the test suite to pass if the strop module doesn...
2018-02-04 Raymond HettingerFix typo -- missing "not" (GH-5532)
2018-02-03 Raymond Hettingerbpo-32739: Show default value for rotate() (GH-5517)
2018-02-03 Ned DeilyUpdate Doc build for split off of 3.7 branch
2018-02-02 Mariattabpo-32674: Improve the docstring for __import__ (GH...
2018-02-02 Serhiy Storchaka[2.7] bpo-32137: The repr of deeply nested dict now...
2018-01-29 Victor Stinnerbpo-30595: Increase test_queue_feeder_donot_stop_onexc...
2018-01-29 Bo Baylesbpo-32304: Fix distutils upload for tar files ending...
2018-01-28 Miss Islington... Fix PyTrace_RETURN documentation (GH-5384) (GH-5387)
2018-01-28 Miss Islington... bpo-32687: Fix wrong meaning of args for PyTrace_LINE...
2018-01-27 Christian Heimes[2.7] bpo-32521: nis libnsl (GH-5190) (#5353)
2018-01-26 Mariatta[2.7] bpo-32640: Clarify the behavior of str.join and...
2018-01-25 Victor Stinnerbpo-32667: Fix tests when $PATH contains a file (#5324)
2018-01-24 Xiang Zhangbpo-17799: Explain real behaviour of sys.settrace and...
2018-01-24 Miss Islington... bpo-32635: Fix a segfault when importing the crypt...
2018-01-19 Pablo Galindobpo-32586: Fix code example in urllib2's doc (GH-5238)
2018-01-17 Gregory P.... Use assertItemsEqual instead of assertEqual. (#5224)
2018-01-17 Miss Islington... pythoninfo: add time.time and datetime.datetime.now...
2018-01-15 Anthony Sottilebpo-32539: Fix OSError for os.listdir() for extended...
2018-01-12 Miss Islington... bpo-32521: nis libtirpc (GH-5137) (#5166)
2018-01-07 Zachary WareFix version in AppVeyor config (GH-5126)
2018-01-07 Zachary Ware[2.7] Kill the AppVeyor file whitelist (GH-5123)
2018-01-05 Benjamin Peterson[2.7] advance copyright years to 2018 (GH-5094). (...
2018-01-04 Serhiy Storchaka[2.7] bpo-32211: Document the existing bug in re.findal...
2018-01-04 Serhiy Storchakabpo-32482: Improve syntax and grammar tests. (#5085)
2018-01-02 Benjamin Petersoncoalesce GILless sections in new_buffersize (#5059)
2018-01-02 Benjamin Petersonbpo-31530: fix crash when multiple threads iterate...
2018-01-02 Miss Islington... bpo-32452: clarify term 'brackets' in generator tutoria...
2018-01-02 Serhiy Storchaka[2.7] bpo-32478: Add tests for 'break' and 'return...
2018-01-01 Miss Islington... bpo-32416: Add two new tests in test_sys_settrace....
2017-12-31 Zachary Ware[2.7] Add missing backslashes in PCbuild bat files...
2017-12-29 Segev Finerbpo-18035: telnetlib: select.error doesn't have an...
2017-12-29 Benjamin Peterson[2.7] remove unused import (GH-5040). (#5043)
2017-12-29 Miss Islington... make PatternCompiler use the packaged grammar if possib...
2017-12-27 Serhiy Storchaka[2.7] bpo-32416: Refactor tests for the f_lineno setter...
2017-12-23 Miss Islington... correct wording (GH-4983) (#4985)
2017-12-22 Benjamin Peterson[2.7] bpo-24960: use pkgutil.get_data in lib2to3 to...
2017-12-21 Miss Islington... correct the typos (GH-4950) (#4952)
2017-12-13 Victor Stinnerpythoninfo: sync with master (#4843)
2017-12-13 Miss Islington... trivial: link updates in documentation (GH-2765) (...
2017-12-12 Miss Islington... Fix improper use of re.escape() in tests. (GH-4814...
2017-12-10 Steven Loriabpo-30806: Fix netrc.__repr__() format (GH-2491)
2017-12-09 Vinay Sajipbpo-32212: Updated logging documentation to make parame...
2017-12-07 Nir Soffer[2.7] bpo-32186: Release the GIL during fstat and lseek...
2017-12-05 MariattaAdd a missing space in tkinter documentation. (GH-4692...
2017-12-02 Serhiy Storchaka[2.7] bpo-10544: Deprecate "yield" in comprehensions...
2017-11-30 Victor Stinnerbpo-20891: Fix PyGILState_Ensure() (#4650) (#4657)
2017-11-30 Victor Stinnermake tags: index also Modules/_ctypes/ (#4648) (#4660)
2017-11-29 Barry Warsaw[2.7] bpo-32107 - Backport bitmask check fix (GH-4576...
2017-11-29 Miss Islington... bpo-32139: test_strftime does not anymore modify the...
2017-11-29 Miss Islington... bpo-32110: codecs.StreamReader.read(n) now returns...
2017-11-27 Victor Stinnerpythoninfo: add Py_DEBUG (#4198) (#4581)
2017-11-26 Zachary Warebpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550)
2017-11-25 Miss Islington... Improve Scheduler Objects documentation. (GH-4556)...
2017-11-25 Miss Islington... bpo-30004: Fix the code example of using group in Regex...
2017-11-24 Miss Islington... Improve the String tutorial docs (GH-4541) (GH-4546)
2017-11-24 Miss Islington... Extending Python Doc minor updates (GH-4518) (GH-4536)
2017-11-24 Victor Stinnerbpo-31626: Fix _PyObject_DebugReallocApi() (#4310)
2017-11-23 Victor Stinnerbpo-31324: Optimize support._match_test() (#4523) ...
next