]> granicus.if.org Git - python/shortlog
python
2017-07-03 Serhiy Storchaka[2.7] Rename test_ file that is really a support file...
2017-07-03 Victor Stinner[2.7] bpo-29512, bpo-30764: Backport regrtest enhanceme...
2017-06-30 Victor Stinnerbpo-30448: Fix support.SuppressCrashReport on macOS...
2017-06-30 Dmitry Tokarev[2.7] Docs: fixed placement of .. _func-list: in functi...
2017-06-30 Dmitry TokarevFixed 2.7 docs - links to list, backported from python3...
2017-06-30 Antoine Pitrou[2.7] bpo-30807: signal.setitimer() may disable the...
2017-06-28 Antoine Pitrou[2.7] Clear potential ref cycle between Process and...
2017-06-28 regexaurusClarification to the `break` statement (GH-2453) (GH...
2017-06-27 Victor Stinner[2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest...
2017-06-27 Victor Stinnerbpo-30705: Fix test_regrtest.test_crashed() (#2439)
2017-06-27 Victor Stinnerbpo-30764: Windows support.SuppressCrashReport (#2423)
2017-06-27 Victor Stinnerbpo-30283: Add NEWS entry for backported regrtest ...
2017-06-26 Victor Stinner[2.7] bpo-30764: test_subprocess uses SuppressCrashRepo...
2017-06-26 Antoine Pitrou[2.7] bpo-30765: Avoid blocking when PyThread_acquire_l...
2017-06-25 Serhiy Storchaka[2.7] bpo-30746: Prohibited the '=' character in enviro...
2017-06-24 Serhiy Storchaka[2.7] bpo-30730: Prevent environment variables injectio...
2017-06-23 Serhiy Storchaka[2.7] bpo-30727: Fix a race condition in test_threading...
2017-06-23 Mariatta[2.7] bpo-30709: Improve code example in Descriptor...
2017-06-22 larryhastingsAdd "Misc/NEWS.d" directory tree for "blurb". (#2333)
2017-06-22 Victor Stinnerbpo-8799: Reduce timing sensitivity of condition test...
2017-06-21 Jeremy Klothbpo-29591: Update VS project files (#2310)
2017-06-21 Victor Stinner[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat...
2017-06-20 Jeremy Klothbpo-30368: Update build_ssl.py to restore Perl-less...
2017-06-20 Victor Stinnerbpo-30500: urllib: Simplify splithost by calling into...
2017-06-19 Xiang Zhangbpo-30176: Add missing curses cell attributes constants...
2017-06-18 Jay Bosamiya[2.7] bpo-30657: Check & prevent integer overflow in...
2017-06-16 Victor Stinnerbpo-30540, bpo-30523: Add --matchfile and --list-cases...
2017-06-16 Victor Stinnerbpo-30675: Fix refleak hunting in regrtest (#2227)
2017-06-15 Victor Stinnerbpo-29591: Upgrade Modules/expat to libexpat 2.2 (...
2017-06-14 Mariattabpo-30659 : Use ** for kwargs in namedtuple._replace...
2017-06-14 csabellaFix trivial typo in Python Setup documentation (GH...
2017-06-13 Antoine Pitrou[2.7] bpo-24484: Avoid race condition in multiprocessin...
2017-06-13 Nick Coghlan[2.7] bpo-29514: Check magic number for bugfix releases
2017-06-13 Victor Stinner_tkinter: Fix refleak in getint() (#2153)
2017-06-13 Antoine Pitrou[2.7] Mention how to disable signal fd wakeup (GH-2140...
2017-06-12 Marco Buttubpo-30217: add the operators ~ and | to the index ...
2017-06-12 Stéphane Wirtelbpo-30615: Fix the leak reference in Modules/_elementtr...
2017-06-12 Serhiy Storchaka[2.7] bpo-28994: Fixed errors handling in atexit._run_e...
2017-06-12 Mariattabpo-30621: Update Input Output Tutorial Example(GH...
2017-06-11 Zachary Ware[2.7] Use Travis to make sure all generated files are...
2017-06-11 Zachary Ware[2.7] bpo-27425: Be more explicit in .gitattributes...
2017-06-10 Mariattabpo-25409: Clarify fnmatch and fnmatchcase documentatio...
2017-06-10 Stéphane Wirtelbpo-30614: testInitNonExistentFile() of test_bz2 leaks...
2017-06-10 Zachary Ware[2.7] bpo-30417: Disable `cpu` resource on AppVeyor...
2017-06-08 Victor Stinnerbpo-30418: Popen.communicate() always ignore EINVAL...
2017-06-08 Matthias Klose[2.7] trivial: update config.{guess,sub} from gnu.org...
2017-06-06 Mariattabpo-23787: Change sum() docstring from sequence to...
2017-06-06 Zachary Ware[2.7] Install dependencies in Travis OSX build (GH...
2017-06-06 Zachary Ware[2.7] bpo-30417: Disable 'cpu' resource on Travis ...
2017-06-05 Alex GaynorSimplify code in warnings modules (#1957)
2017-06-05 Zachary Ware[2.7] Only run AppVeyor on long-lived branches (GH...
2017-06-04 Zachary WareSkip UNC tests on AppVeyor in case of ENOENT (GH-1950)
2017-06-03 Brett Cannon[2.7] Turn on macOS builds for Travis (GH-1846) (GH...
2017-06-01 Xiang Zhangbpo-30378: Fix the problem that SysLogHandler can't...
2017-06-01 Mariattabpo-30499: Remove a deprecated note about sets. (GH...
2017-06-01 Mariattabpo-22702: Clarify documentation of str.join & bytes...
2017-05-31 Brett Cannon[2.7] Fix Travis config to reinstate test build (GH...
2017-05-31 Mariatta[2.7] Fix a trivial typo in global section (GH-1497...
2017-05-30 Mariatta[2.7] Build docs in parallel (GH-1842). (GH-1873)
2017-05-30 Hanno Schlichtingbpo-29766: Do not force --with-lto to true for --enable...
2017-05-27 Mariatta[2.7] bpo-29960 _random.Random corrupted on exception...
2017-05-26 Serhiy Storchaka[2.7] bpo-30310: tkFont now supports unicode options...
2017-05-25 Stéphane Wirtel[2.7] Indent methods and attributes of MimeType class...
2017-05-25 Antoine Pitrou[2.7] bpo-30414: multiprocessing.Queue._feed do not...
2017-05-24 Stéphane Wirtelbpo-30394: Fix a socket leak in smtplib.SMTP.__init__...
2017-05-24 Brian Wardadded re.UNICODE effects to insensitive flags (#1781)
2017-05-23 Vijay KumarFix spelling mistakes in tkinter.py (#1754)
2017-05-23 Brett CannonBuild the docs against Sphinx 1.6.1 (GH-1744)
2017-05-22 delirious-lettuce[2.7] Fix typos in multiple `.rst` files (GH-1668)...
2017-05-22 Xiang Zhangbpo-30003: Fix handling escape characters in HZ codec...
2017-05-21 Serhiy Storchaka[2.7] bpo-30415: Add new tests for the fnmatch module...
2017-05-21 Sean McCullybpo-30409: locale.getpreferredencoding doesn't return...
2017-05-20 Serhiy Storchaka[2.7] bpo-27945: Fixed various segfaults with dict...
2017-05-20 Serhiy Storchaka[2.7] bpo-25794: Fix `type.__setattr__()` for non-inter...
2017-05-19 Marc Schlaichbpo-26434: Fix multiprocessing grandchilds in a Windows...
2017-05-18 Serhiy Storchaka[2.7] bpo-30375: Correct the stacklevel of regex compil...
2017-05-18 Serhiy Storchaka[2.7] bpo-30363: Backport warnings in the re module...
2017-05-17 Serhiy Storchakabpo-30365: Backport warnings and fix bugs in ElementTre...
2017-05-17 Victor Stinnerbpo-30329: Catch Windows error 10022 on shutdown()...
2017-05-16 Serhiy Storchaka[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613...
2017-05-16 Brett Cannon[2.7] bpo-30380: Pin the version of Sphinx used to...
2017-05-15 grzgrzgrz3bpo-30357 each test in test_thread waits until all...
2017-05-15 Victor Stinnerbpo-11790: Fix sporadic failures in test_multiprocessin...
2017-05-15 Serhiy Storchaka[2.7] bpo-30366: Backport tests for test.support. ...
2017-05-15 Xiang Zhangbpo-30242: resolve some undefined behaviours in struct...
2017-05-13 Zachary WareUpdate Travis Doc build config (GH-1565)
2017-05-13 Zachary Warebpo-11681: Document the `-b` and `-bb` options (GH...
2017-05-13 Zachary WareFix warnings due to deprecated latex options (GH-1563)
2017-05-13 Zachary WareUpdate susp-ignored.csv (GH-1564)
2017-05-12 Victor Stinnerbpo-6393: Fix locale.getprerredencoding() on macOS...
2017-05-12 Victor Stinnerbpo-30342: Fix sysconfig.is_python_build() on VS9.0...
2017-05-11 Victor Stinner[2.7] bpo-30283: regrtest: backport test_slow_interrupt...
2017-05-10 Victor Stinnerbpo-15526: test_startfile changes the cwd (#1537)
2017-05-10 Xiang Zhangbpo-30281: Fix the default value for stop in PySlice_Un...
2017-05-10 Victor Stinnergitignore: add rules for the PC/ directory (#1514)
2017-05-09 torsava[2.7] bpo-29243: Fix Makefile with respect to --enable...
2017-05-09 Victor Stinnerbpo-30283: Backport regrtest features from master to...
2017-05-09 Victor Stinner[2.7] bpo-30283: Backport test_regrtest from master...
2017-05-09 Victor StinnerFix SyntaxWarning on importing test_inspect (#1512)
2017-05-09 Xiang Zhangbpo-29990: Fix range checking in GB18030 decoder (...
next