]> granicus.if.org Git - python/shortlog
python
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...
2017-10-12 Serhiy Storchaka[2.7] bpo-30058: Fixed buffer overflow in select.kqueue...
2017-10-12 Ned Deilybpo-31766: restore 3.5 to docs version switchers (...
2017-10-12 Oren Milman[2.7] bpo-31490: Fix an assertion failure in ctypes...
2017-10-11 Oren Milman[2.7] bpo-31728: Prevent crashes in _elementtree due...
2017-10-09 Elvis Pranskevichusbpo-31681: Make sure pkgutil.get_data closes files...
2017-10-09 Victor Stinnerbpo-31719: Fix test_regrtest.test_crashed() on s390x...
2017-10-07 Miss Islington... bpo-31720: msilib documentation, change MsiError into...
2017-10-07 Rohit Balasubramanianbpo-31507: Add docstring to parseaddr function in email...
2017-10-05 Miss Islington... [2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
2017-10-04 Serhiy Storchaka[2.7] bpo-31675: Fix memory leaks in Tkinter's methods...
2017-10-04 Ned DeilyRemove retired and security branches from active docs...
2017-10-02 Oren Milman[2.7] bpo-31478: Prevent unwanted behavior in _random...
2017-10-02 Victor Stinnerbpo-31158: Fix nondeterministic read in test_pty (...
2017-09-30 Serhiy Storchaka[2.7] bpo-31627: Make test_mailbox be lenient to empty...
2017-09-30 Oren Milman[2.7] bpo-31285: Don't raise a SystemError in warnings...
2017-09-28 Victor Stinnerbpo-28129: fix ctypes crashes (#386) (#3800)
2017-09-27 Victor Stinnerbpo-31593: test_socketserver waits child processes...
2017-09-27 Miss Islington... [2.7] bpo-31490: Fix an assertion failure in ctypes...
2017-09-27 Serhiy Storchaka[2.7] bpo-31311: Fix a SystemError and a crash in ctype...
2017-09-27 Serhiy Storchaka[2.7] bpo-25359: Add missed "goto error" after setting...
2017-09-26 Serhiy Storchaka[2.7] bpo-30347: Stop crashes when concurrently iterate...
2017-09-26 Serhiy Storchaka[2.7] bpo-31579: Fixed a possible leak in enumerate...
2017-09-25 Serhiy Storchakabpo-25732: Make functools.total_ordering implementing...
2017-09-25 Victor Stinnerbpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug...
2017-09-25 Igor Filatov[2.7] bpo-31351: Set return code in ensurepip when...
2017-09-22 Zachary Ware[2.7] bpo-31423: Fix building the PDF documentation...
2017-09-20 Christian Heimesbpo-31533: fix broken link to OpenSSL docs (GH-3674...
2017-09-16 Benjamin Petersona post 2.7.14 world
2017-09-16 Benjamin Petersonmerge 2.7.14 release branch
2017-09-16 Benjamin Peterson2.7.14 final version bumps v2.7.14
2017-09-16 Michael Seifertbpo-29916: Include PyGetSetDef in C API extension docum...
2017-09-15 Christian Heimesbpo-31474: Fix -Wint-in-bool-context warnings (#3581)
2017-09-15 Oren Milman[2.7] bpo-31471: Fix assertion failure in subprocess...
2017-09-14 Benjamin Petersonconsistently use Py_TYPE, Py_REFCNT, and correct initia...
2017-09-13 Miss Islington... [2.7] bpo-30442: Skips refcount test in test_xml_etree...
2017-09-13 Victor Stinnerbpo-31234: fork_wait tests now join threads (#3139...
2017-09-11 Victor Stinnerbpo-17085: test_socket: cancel scheduled alarm on test...
2017-09-11 Serhiy Storchaka[2.7] bpo-31411: Prevent raising a SystemError in case...
2017-09-11 Serhiy Storchaka[2.7] bpo-29526: Add reference to help('FORMATTING...
2017-09-10 Cheryl Sabellabpo-25684: ttk.OptionMenu radiobuttons weren't unique...
2017-09-10 R. David Murray[2.7] Clarify nature of parse_args 'args' argument...
2017-09-08 Zachary Ware[2.7] bpo-30450: Fall back on the old env.bat (GH-3443)
2017-09-08 Christian Heimes[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TL...
next