]> granicus.if.org Git - python/shortlog
python
2019-08-04 Miss Islington... bpo-36324: Update comments to include the target hash...
2019-08-04 Miss Islington... bpo-37706: IDLE - fix sidebar code bug and drag tests...
2019-08-04 Miss Islington... bpo-37730: Fix usage of NotImplemented instead of NotIm...
2019-08-04 Miss Islington... bpo-37685: Fixed comparisons of datetime.timedelta...
2019-08-03 Miss Islington... Correct description of HTTP status code 308. (GH-15098)
2019-08-02 Miss Islington... bpo-30974: Change os.path.samefile docstring to match...
2019-08-02 Miss Islington... bpo-20523: pdb searches for .pdbrc in ~ instead of...
2019-08-02 Miss Islington... bpo-36487: Make C-API docs clear about what the main...
2019-08-02 Miss Islington... bpo-16970: Adding error message for invalid args (GH...
2019-08-01 Miss Islington... bpo-18049: Sync thread stack size to main thread size...
2019-08-01 Miss Islington... bpo-37726: Prefer argparse over getopt in stdlib tutori...
2019-07-31 Miss Islington... bpo-37695: Correct unget_wch error message. (GH-14986)
2019-07-31 Miss Islington... bpo-37723: Fix performance regression on regular expres...
2019-07-31 Miss Islington... bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
2019-07-31 Miss Islington... bpo-37085: Expose SocketCAN bcm_msg_head flags (GH...
2019-07-31 Miss Islington... Refined Qt GUI example in the logging cookbook. (GH...
2019-07-31 Miss Islington... IDLE: changelog correction and addition (GH-15042)
2019-07-31 Miss Islington... bpo-33821: Update IDLE section of What's New 3.7 (GH...
2019-07-31 Miss Islington... bpo-34162: Add missing items to idlelib/NEWS.txt. ...
2019-07-31 Miss Islington... bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
2019-07-30 Miss Islington... Fix idlelib typos discovered by min ho, pr 15018. ...
2019-07-30 Miss Islington... bpo-36084: Add threading Native ID information to What...
2019-07-30 Miss Islington... Don't skip pickle check_frame_opcodes() (GH-15027)
2019-07-30 Miss Islington... bpo-37707: Exclude expensive unit tests from PGO task...
2019-07-30 Miss Islington... bpo-37587: Make json.loads faster for long strings...
2019-07-29 Miss Islington... bpo-34162: Update idlelib/news.txt. (GH-15011)
2019-07-29 Miss Islington... bpo-37706: Disable 3 IDLE scrollbar tests on Mac. ...
2019-07-29 Łukasz LangaPost v3.8.0b3
2019-07-29 Łukasz LangaMerge tag 'v3.8.0b3' into 3.8
2019-07-29 Miss Islington... Fix publishing of Windows release (GH-15006)
2019-07-29 Miss Islington... Add additional test for multi-line SyntaxError (GH...
2019-07-29 Miss Islington... bpo-37500: Make sure dead code does not generate byteco...
2019-07-29 Miss Islington... Fix `SyntaxError` indicator printing too many spaces...
2019-07-29 Łukasz LangaPython 3.8.0b3 v3.8.0b3
2019-07-29 Miss Islington... bpo-36044: Avoid warnings in Windows PGO build and...
2019-07-28 Miss Islington... bpo-37697: Sync with importlib_metadata 0.19 (GH-14993...
2019-07-28 Miss Islington... bpo-37692: Improve highlight config sample (GH-14983)
2019-07-28 Miss Islington... Remove trailing .0 from version changed note (GH-14987)
2019-07-27 Miss Islington... bpo-37691: Let math.dist() accept sequences and iterabl...
2019-07-27 Miss Islington... bpo-37628: Fix IDLE config sample sizes (GH-14958)
2019-07-27 Miss Islington... Add Qt GUI example to the logging cookbook. (GH-14978...
2019-07-27 Miss Islington... bpo-17535: Increase line number horizontal padding...
2019-07-26 Miss Islington... bpo-32910: Remove implementation detail in venv documen...
2019-07-26 Steve Dowerbpo-35524: Update Windows installer image in docs ...
2019-07-26 Miss Islington... bpo-37664: Update regex for ignoring cache warning...
2019-07-25 Miss Islington... bpo-37641 preserve relative file location in embeddable...
2019-07-25 Miss Islington... Swap 'if' branches so content matches to condition...
2019-07-25 Miss Islington... bpo-37502: handle default parameter for buffers argumen...
2019-07-25 Miss Islington... closes bpo-37675: Use pkgutil.iter_modules to find...
2019-07-24 Miss Islington... bpo-37672: Switch Windows Store package to use pip...
2019-07-24 Miss Islington... bpo-37664: Update bundled pip to 19.2.1 and setuptools...
2019-07-24 Stefan Behnel[3.8] bpo-37399: Correctly attach tail text to the...
2019-07-24 Miss Islington... [3.8] bpo-34160: explain how to deal with attribute...
2019-07-24 Miss Islington... [3.8] Touch up venv docs (GH-14922) (GH-14923)
2019-07-24 Miss Islington... bpo-37667: Add regression test for regrtest. (GH-14929)
2019-07-24 Miss Islington... Only setup PGO tests when --pgo is enabled. (GH-14927)
2019-07-23 Miss Islington... bpo-29446: IDLE -- add explicit imports (GH-14919)...
2019-07-23 Miss Islington... bpo-17535: IDLE editor line numbers (GH-14030)
2019-07-23 Jeroen Demeyer[3.8] bpo-36974: separate vectorcall functions for...
2019-07-23 Miss Islington... bpo-33610: validate non-negative integer inputs in...
2019-07-22 Miss Islington... bpo-36044: Reduce number of unit tests run for PGO...
2019-07-22 Miss Islington... Update logging cookbook to show multiple worker process...
2019-07-22 Miss Islington... bpo-21478: Record calls to parent when autospecced...
2019-07-22 Kyle Stanley[3.8] Fix typos in docs, comments and test assert messa...
2019-07-21 Miss Islington... Add examples to elucidate the formulas (GH-14898) ...
2019-07-21 Miss Islington... bpo-37627: Add acknowledgment (GH-14883)
2019-07-21 Miss Islington... bpo-37627: Initialize IDLE Custom Run dialog with previ...
2019-07-21 Miss Islington... Fix typo found by Min ho Kim (GH-14879)
2019-07-21 Miss Islington... Minor whitespace, indentation, and quoting changes...
2019-07-21 Miss Islington... Bpo-37644: update suspicious.csv for distutils/examples...
2019-07-21 Miss Islington... bpo-36324: Make internal attributes for statistics...
2019-07-19 Miss Islington... Adjust builtins.zip() docstring to better communicate...
2019-07-19 Miss Islington... bpo-36546: Clean-up comments (GH-14857) (#14859)
2019-07-19 Miss Islington... bpo-37624: Document weight assumptions for random.choic...
2019-07-19 Miss Islington... bpo-37610: improve Using Python doc wrt Editors & IDE...
2019-07-18 Miss Islington... bpo-33610: IDLE's code-context always shows current...
2019-07-18 Miss Islington... bpo-37552: Skip failing tests in strptime/strftime...
2019-07-18 Miss Islington... bpo-36390: Gather IDLE Format menu functions into forma...
2019-07-17 Miss Islington... Fix IndexError when parsing unexpectedly ending quoted...
2019-07-17 Miss Islington... bpo-37461: Fix infinite loop in parsing of specially...
2019-07-17 Miss Islington... bpo-36390: IDLE: Combine region formatting methods...
2019-07-17 Miss Islington... bpo-37530: simplify, optimize and clean up IDLE code...
2019-07-17 Miss Islington... Docs: Correct formatting of a multiline code block...
2019-07-16 Miss Islington... bpo-27452: IDLE: Cleanup config.py code (GH-14577)...
2019-07-16 Miss Islington... Fix infinite loop in email folding logic (GH-12732)
2019-07-16 Miss Islington... Replace backquote with command substitution in subproce...
2019-07-15 Miss Islington... bpo-37284: Add note to sys.implementation doc (GH-14328)
2019-07-14 Miss Islington... bpo-37593: Swap the positions of posonlyargs and args...
2019-07-14 Miss Islington... Clarify that plistlib's load and dump functions take...
2019-07-14 Miss Islington... bpo-37590: Remove redundant docs of PyEval_EvalFrameEx...
2019-07-14 Miss Islington... bpo-37571: Remove extra space in ctypes docs (GH14764)
2019-07-14 Miss Islington... bpo-37571: Add 'b' to prevent the TypeError exception...
2019-07-14 Miss Islington... bpo-36261: Improve example of the preamble field in...
2019-07-14 Miss Islington... bpo-26967: fix flag grouping with allow_abbrev=False...
2019-07-13 Miss Islington... bpo-30088: Document that existing dir structure isn...
2019-07-13 Miss Islington... bpo-37579: Improve equality behavior for pure Python...
2019-07-13 Miss Islington... bpo-37580: Fix typo in http.cookiejar documentation...
2019-07-13 Miss Islington... Enable publish of Windows releases through Azure Pipeli...
2019-07-13 Miss Islington... Fix typo in re.escape documentation (GH-14722)
2019-07-13 Miss Islington... closes bpo-37347: Fix refcount problem in sqlite3....
next