]> granicus.if.org Git - python/shortlog
python
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) ...
2017-11-23 Victor Stinnertest_builtin: TestExecFile removes created file (#4525)
2017-11-23 Victor Stinnerbpo-29512: Fix Lib/test/bisect.py shebang (#4522)
2017-11-20 Victor Stinnerbpo-32050: Fix -x option documentation (#4423)
2017-11-19 Masayuki YamamotoDocument parameters of BaseServer.finish_request()...
2017-11-17 Erik BrayFix typo in atexit documentation. (GH-4419) (GH-4442)
2017-11-17 native-apibpo-31691: Specify how to build installer in Windows...
2017-11-14 Miss Islington... bpo-15606: Improve the re.VERBOSE documentation. (GH...
2017-11-11 Gregory P.... [2.7] bpo-21149: Workaround a GC finalization bug in...
2017-11-10 Serhiy Storchaka[2.7] bpo-31530: Stop crashes when iterating over a...
2017-11-09 Serhiy Storchaka[2.7] bpo-31927: Fix reading arbitrary data when parse...
2017-11-09 Serhiy StorchakaFix a test for select.kevent. (#4349)
2017-11-08 Victor StinnerFix DeprecationWarning in tests (#4345)
2017-11-08 xdegaye[2.7] bpo-31934: Abort when building out of a not clean...
2017-11-08 Mazay0bpo-31955: Fix distutils CCompiler.set_executable(...
2017-11-08 Oren Milmanbpo-31764: Prevent a crash in sqlite3.Cursor.close...
2017-11-07 Miss Islington... bpo-31793: Doc: Specialize smart-quotes for Japanese...
2017-11-07 Miss Islington... Fix a memory leak in _msi.c (GH-4127) (#4308)
2017-11-07 Serhiy StorchakaFix bpo-27666 backporting error in _cursesmodule.c...
2017-11-07 Miss Islington... bpo-31770: Prevent a crash and refleaks when calling...
2017-11-07 Oren Milman[2.7] bpo-31271: Fix an assertion failure in io.TextIOW...
2017-11-04 Miss Islington... bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
2017-11-04 Serhiy Storchaka[2.7] bpo-18699: Corrected documentation for window...
2017-11-04 Serhiy Storchaka[2.7] bpo-9678: Fix determining the MAC address in...
2017-11-03 Miss Islington... bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) ...
2017-11-03 Antoine Pitrou[2.7] bpo-30057: Fix potential missed signal in signal...
2017-11-01 Miss Islington... bpo-27666: Fixed stack corruption in curses.box() and...
2017-11-01 Serhiy Storchakabpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8...
2017-11-01 Miss Islington... bpo-31919: Fix building the curses module on OpenIndian...
2017-11-01 Miss Islington... Fix test_socket.test_create_connection() (GH-4206)...
2017-11-01 Miss Islington... bpo-25720: Fix the method for checking pad state of...
2017-10-31 Miss Islington... bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a592...
2017-10-31 Victor Stinnerbpo-20064: Document PyObject_Malloc() (#4204)
2017-10-31 Serhiy Storchaka[2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) ...
2017-10-31 Serhiy Storchaka[2.7] bpo-31891: Fix building the curses module on...
2017-10-31 Victor Stinnerbpo-31629: Add support.SaveSignals (#4183) (#4188)
2017-10-29 Serhiy Storchaka[2.7] bpo-20047: Make bytearray methods partition(...
2017-10-25 Serhiy Storchakabpo-30855: Fix winfo_id related Tkinter test on Windows...
2017-10-25 Benjamin Petersonfix marshal uninitialized variable warnings (#4114)
2017-10-24 Serhiy Storchaka[2.7] bpo-25287: Backport new tests for crypt and skip...
2017-10-24 Serhiy Storchaka[2.7] bpo-31667: Fix gettext related links. (GH-3860...
2017-10-23 Serhiy Storchaka[2.7] bpo-31752: Fix possible crash in timedelta constr...
2017-10-22 Serhiy Storchaka[2.7] bpo-28286: Add tests for the mode argument of...
2017-10-22 Serhiy StorchakaFix py3k warnings in 1/0 in tests. (#4072)
2017-10-18 Miss Islington... Update TestCase.assertAlmostEqual and assertNotAlmostEq...
2017-10-18 Riccardo Coccioli[2.7] bpo-31334: Fix timeout in select.poll.poll()...
2017-10-18 Serhiy Storchaka[2.7] bpo-31786: Make functions in the select module...
2017-10-17 Victor Stinner[2.7] bpo-31733, bpo-31692: Document 2 new env vars...
2017-10-17 Victor Stinner[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var ...
2017-10-17 Victor Stinnerbpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)
2017-10-16 vyas45[2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_Fil...
next