]> granicus.if.org Git - python/shortlog
python
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 (...
2017-05-05 Victor Stinnerbpo-30258: Fix handling of child error in regrtest...
2017-05-05 Victor Stinnerbpo-30265: support.unlink() don't catch any OSError...
2017-05-05 Serhiy Storchaka[2.7] bpo-30243: Fixed the possibility of a crash in...
2017-05-05 Victor Stinnerbpo-30264: ExpatParser now closes the source (#1476)
2017-05-05 Victor StinnerRelax test timing (bpo-29861) to avoid sporadic failure...
2017-05-05 Benjamin PetersonRevert "Issue #29094: Offsets in a ZIP file created...
2017-05-05 Victor Stinnerbpo-23404: make touch becomes make regen-all (#1466)
2017-05-04 Victor Stinnerbpo-30108: Fix test_site setUpModule() (#1460)
2017-05-04 Victor Stinnerbpo-30108: Restore sys.path in test_site (#1197) (...
2017-05-04 Victor StinnerFix test_ftplib warning if IPv6 is not available (...
2017-05-04 Victor Stinnertest_distutils: test_build_ext uses EnvironGuard (...
2017-05-04 Mariatta[2.7] bpo-28315: Improve code examples in docs (GH...
2017-05-03 Serhiy Storchaka[2.7] bpo-30236: Backported regrtest options -m and...
2017-05-03 Victor StinnerAdd Appveyor to Python 2.7 branch (#1434)
2017-05-03 Victor Stinnerbpo-30257: _bsddb: Fix newDBObject() (#1428)
2017-05-03 Victor Stinnerbpo-30258: regrtest handles child process crash (#1431)
2017-05-03 Victor Stinnertest_distutils: use EnvironGuard (#1433)
2017-05-03 Victor StinnerUpdate .gitignore (#1435)
2017-05-03 Victor Stinnerbpo-30255: Clip step in _PySlice_Unpack() (#1429)
2017-05-03 Victor Stinnerregrtest: always show before/after of modified env...
2017-05-03 Victor Stinnerbpo-30199: test_ssl closes all asyncore channels (...
2017-05-02 Victor Stinnerbpo-30232: Support Git worktree in configure.ac (#1402)
2017-05-02 Victor Stinnerbpo-30223: Add global in regrtest main_in_temp_cwd...
2017-05-02 Victor Stinnerbpo-27593: Revise git SCM build info. (#744) (#746...
2017-05-02 Serhiy Storchaka[2.7] bpo-30223: Fix test_xpickle for Python 2.4. ...
2017-05-02 Serhiy Storchaka[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
2017-05-02 Victor Stinnerbpo-27593: Get SCM build info from git instead of hg...
2017-05-01 Serhiy Storchakabpo-30207: Install the Lib/test/support directory....
2017-04-30 Serhiy Storchakabpo-30207: Rename test.test_support to test.support...
2017-04-30 csabella[2.7] bpo-30208: DOC: fix small typos in IDLE (#1358)
2017-04-28 Serhiy Storchaka[2.7] bpo-30197: Enhance swap_attr() and backport swap_...
2017-04-28 Victor StinnerFix "make tags" command (#1337)
2017-04-28 Victor StinnerUpdate gitignore from master (#1329)
2017-04-27 Mariatta[2.7] bpo-30182: Use the correct name for ISO in Unicod...
2017-04-26 Dong-hee Na[2.7] bpo-30142: Remove "callable" from the 2to3fixer...
2017-04-23 Serhiy Storchaka[2.7] bpo-15718: Document the upper bound constrain...
2017-04-21 Mariatta[2.7] Add missing .gitignore entries for VS2015 Intelli...
2017-04-20 Berker PeksagRemove redundant comma in argparse HOWTO (GH-1141)
2017-04-20 cocoatomobpo-19225: Remove duplicated description for standard...
2017-04-19 Serhiy Storchaka[2.7] [3.5] bpo-30070: Fixed leaks and crashes in error...
next