]> granicus.if.org Git - python/shortlog
python
2018-06-26 Victor Stinnerbpo-33873: Backport regrtest from master to 3.7 (GH...
2018-06-26 Miss Islington... bpo-33957: Doc: Use better wording (GH-7912)
2018-06-26 Miss Islington... bpo-33924: Add missed mac-specific 'windows' to 'window...
2018-06-25 Miss Islington... [3.7] bpo-33573: docs to suggest median() alternatives...
2018-06-25 Miss Islington... bpo-33952: Fix typo in str.upper() documentation (GH...
2018-06-25 Miss Islington... bpo-33943: Add references in the docs for logging.basic...
2018-06-24 Miss Islington... bpo-33951: IDLE test_configdialog: call page.update...
2018-06-24 Miss Islington... Enable GUI tests in VSTS Linux builds via xvfb-run...
2018-06-24 Miss Islington... bpo-33451: Close pyc files before calling PyEval_EvalCo...
2018-06-23 Miss Islington... bpo-33950: Remove IDLE htest spec for a deleted file...
2018-06-23 Miss Islington... bpo-33887: Add TOC to Design and History FAQ(GH-7766)
2018-06-23 Miss Islington... bpo-33805: Improve error message of dataclasses.replace...
2018-06-23 Miss Islington... bpo-33916: Fix bz2 and lzma init when called twice...
2018-06-22 Miss Islington... bpo-33877: Remove UNIX qualification for running comple...
2018-06-22 Miss Islington... bpo-33885: Replace "hook function" with "callable"...
2018-06-22 Miss Islington... bpo-33932: Calling Py_Initialize() twice does nothing...
2018-06-22 Miss Islington... bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH...
2018-06-22 Miss Islington... bpo-33905: Add test for idlelib.stackview.StackBrowser...
2018-06-21 Miss Islington... Clarified the tempfile.tempdir documentation (GH-7829...
2018-06-21 Miss Islington... bpo-33924: Change IDLE mainmenu.menudefs key 'windows...
2018-06-21 Miss Islington... bpo-33906: Rename idlelib.windows as window (GH-7833)
2018-06-20 Miss Islington... bpo-33917: Fix and document idlelib/idle_test/template...
2018-06-20 Miss Islington... bpo-33904: In IDLE's rstrip, rename class RstripExtens...
2018-06-20 Miss Islington... bpo-33746: Fix test_unittest.testRegisterResult() in...
2018-06-20 Miss Islington... bpo-33907: Rename an IDLE module and classes. (GH-7810)
2018-06-20 Miss Islington... bpo-33907: Rename an IDLE module and class. (GH-7807)
2018-06-20 Miss Islington... bpo-33855: Still more edits and minimal tests for IDLE...
2018-06-19 Xiang Zhangset terse to True when calling platform.platform in...
2018-06-19 Victor Stinnerbpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
2018-06-19 Miss Islington... bpo-33365: print the header values beside the keys...
2018-06-18 Miss Islington... bpo-33663: Convert content length to string before...
2018-06-18 Miss Islington... bpo-33855: More edits and new minimal tests for IDLE...
2018-06-18 Miss Islington... bpo-33892: Doc: Use gender neutral words (GH-7770)
2018-06-16 Miss Islington... bpo-33856: Add "help" to the welcome message of IDLE...
2018-06-16 Miss Islington... bpo-33861: Minor improvements of tests for os.path...
2018-06-16 Miss Islington... bpo-33859: Fix spelling mistakes in docs. (GH-7691)
2018-06-16 Miss Islington... bpo-33571: Improve the glossary description for '....
2018-06-16 Miss Islington... bpo-33836: Recommend keyword-only param for memoization...
2018-06-16 Miss Islington... Improve the grammar in the glossary item for `list`
2018-06-15 Miss Islington... Add missing va_end() calls in PC/launcher.c (GH-7690)
2018-06-15 Miss Islington... bpo-33855: Minimally test all IDLE modules. (GH-7689)
2018-06-15 Miss Islington... bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
2018-06-15 Victor StinnerRevert "bpo-32962: Fix test_gdb failure in debug build...
2018-06-15 Miss Islington... bpo-33854: Add PEP 461 title to 'See also' note (GH...
2018-06-15 Miss Islington... bpo-33847: Add '@' operator entry to index (GH-7669)
2018-06-15 Miss Islington... bpo-33852: Remove misplaced parentheses around 'list...
2018-06-15 Victor Stinner[3.7] bpo-32962: Backport python-gdb.py and test_gdb...
2018-06-15 Miss Islington... gitattribute: Mark generated files (GH-7619)
2018-06-15 Miss Islington... bpo-29456: Fix bugs in unicodedata.normalize: u1176...
2018-06-15 Miss Islington... bpo-33851: Fix ast.get_docstring() for a node that...
2018-06-13 Miss Islington... bpo-31378: Document sqlite3.OperationalError exception...
2018-06-13 Miss Islington... bpo-33828: Add missing versionchanged note for string...
2018-06-12 Miss Islington... bpo-27397: Make email module properly handle invalid...
2018-06-12 Miss Islington... Fix nested list in 3.7 What's New (GH-7659) (GH-7660)
2018-06-12 Ned Deilypost 3.7.0rc1
2018-06-12 Ned Deily3.7.0rc1 v3.7.0rc1
2018-06-12 Miss Islington... bpo-25612: Add minimal What's New in 3.7 entry (GH...
2018-06-12 Miss Islington... bpo-33582: Remove duplicate space in inspect.formatargs...
2018-06-12 Miss Islington... Update macOS installer Welcome and ReadMe files for...
2018-06-12 Miss Islington... bpo-31432: Revert unrelated code changes to _ssl.c...
2018-06-11 Miss Islington... bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED...
2018-06-11 Miss Islington... bpo-33656: Mention color in idlelib/NEWS.txt entry...
2018-06-11 Miss Islington... bpo-33582: Emit deprecation warning for `formatargspec...
2018-06-11 Miss Islington... bpo-33656: Add enum name for argument of Windows call...
2018-06-11 Miss Islington... bpo-33656: Add entry to What's New 3.7. (GH-7638)
2018-06-11 Miss Islington... bpo-33656: On Windows, add API call saying that tk...
2018-06-11 Miss Islington... bpo-33831: Make htmlview run again (GH-7628)
2018-06-11 Miss Islington... bpo-30820: Remove incorrect docs for email.contentmanag...
2018-06-11 Miss Islington... bpo-23404: Update/sync What's New files for 3.6/3.5...
2018-06-11 Miss Islington... pypi.python.org -> pypi.org (GH-7613) (GH-7614)
2018-06-11 Miss Islington... bpo-33745: Add What's New for empty function docstring...
2018-06-11 Miss Islington... bpo-33109: Remove now-obsolete What's New entry for...
2018-06-11 Miss Islington... bpo-30167: Prevent site.main() exception if PYTHONSTART...
2018-06-10 Miss Islington... bpo-33812: Corrected astimezone for naive datetimes...
2018-06-10 Miss Islington... bpo-33748: fix tests altering sys.path and sys.modules...
2018-06-10 Miss Islington... bpo-33770: improve base64 exception message for encoded...
2018-06-10 Miss Islington... bpo-33610: Update IDLE Code Context doc entry (GH-7597)
2018-06-10 Miss Islington... bpo-33820: Fix IDLE What's New typo (GH-7594)
2018-06-10 Miss Islington... Fix spaces added after hyphens in news entries. (GH...
2018-06-10 Miss Islington... bpo-33821: Update idlelib subsection of What's New...
2018-06-10 Miss Islington... bpo-33820: Update idlelib subsection of What's New...
2018-06-10 Miss Islington... Remove hyphens from phrase "picks up where it left...
2018-06-10 Miss Islington... Fix typo in object.__getnewargs__() documentation ...
2018-06-10 Miss Islington... bpo-33766: Document that end of file or string is a...
2018-06-09 Miss Islington... doc: Fix typo in asyncio-eventloop.rst (GH-7345)
2018-06-09 Michael Feltbpo-32493: Correct test for uuid_enc_be availability...
2018-06-09 Miss Islington... bpo-33718: regrtest: use "xxx then yyy" result if re...
2018-06-09 Miss Islington... bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
2018-06-09 Miss Islington... Datetime test coverage (GH-7544) (GH-7551)
2018-06-08 Miss Islington... bpo-30805: Avoid race condition with debug logging...
2018-06-08 Miss Islington... bpo-33801: Remove non-ordered dict comment from plistli...
2018-06-08 Miss Islington... bpo-33800: Fix default argument for parameter dict_type...
2018-06-08 Suriyaa ✌️️[3.7] Update version in '.github/PULL_REQUEST_TEMPLATE...
2018-06-08 Miss Islington... bpo-33799: Remove non-ordered dicts comments from FAQ...
2018-06-08 Miss Islington... bpo-33807: Add Python 3.7 buildbot link to '.github...
2018-06-08 Miss Islington... bpo-33736: Improve the documentation of asyncio stream...
2018-06-08 Miss Islington... bpo-33802: Do not interpolate in ConfigParser while...
2018-06-08 Miss Islington... bpo-33798: Update csv document about dict order (GH...
2018-06-08 Miss Islington... bpo-11874: fix assertion failure in argparse metavar...
2018-06-08 Miss Islington... bpo-31215: Add version changed notes for OpenSSL 1...
next