]> granicus.if.org Git - python/shortlog
python
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....
2019-07-12 Miss Islington... [3.8] bpo-37521: No longer treat insertion into sys...
2019-07-11 Miss Islington... bpo-37558: Shared memory tests are failing due to doubl...
2019-07-11 Miss Islington... closes bpo-37554: Remove `q:q` in os.rst documentation...
2019-07-11 Miss Islington... bpo-36390: simplify classifyws(), rename it and add...
2019-07-11 Miss Islington... bpo-34369: make kqueue.control() docs better reflect...
2019-07-11 Miss Islington... Document default parameter of .seek() in the signature...
2019-07-09 Miss Islington... bpo-26806: IDLE should run without docstrings (GH-14657...
2019-07-09 Miss Islington... bpo-18374: fix tests to check the correct thing about...
2019-07-09 Miss Islington... bpo-37322: ssl test_pha_required_nocert() ignores expec...
2019-07-09 Miss Islington... bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
2019-07-09 Miss Islington... bpo-37526: Add support.catch_threading_exception()...
2019-07-08 Miss Islington... bpo-18374: fix wrong col_offset of some ast.BinOp insta...
2019-07-08 Miss Islington... Doc: Fix example title. (GH-14639)
2019-07-08 Miss Islington... Doc: Fix: Proper UpperCamelCase and lowercase. (GH...
2019-07-08 Miss Islington... bpo-37421: test_concurrent_futures stops ForkServer...
2019-07-07 Miss Islington... bpo-37520: Correct behavior for zipfile.Path.parent...
2019-07-07 Miss Islington... bpo-37513: Change ValueError to TypeError in an example...
2019-07-07 Miss Islington... bpo-37478: Add missing 'and'. (GH-14631)
2019-07-07 Miss Islington... bpo-37478: Specify possible exceptions for os.chdir...
2019-07-06 Miss Islington... bpo-37456: Slash ('/') is now part of syntax. (GH-14627...
2019-07-06 Miss Islington... bpo-37487: Fix PyList_GetItem index description. (GH...
2019-07-06 Miss Islington... bpo-26806: add 30 to the recursion limit in IDLE's...
2019-07-06 Miss Islington... bpo-37149: Replace dead link for online Tkinter referen...
2019-07-06 Miss Islington... closes bpo-37508: Fix name of type in memory.rst. ...
2019-07-05 Miss Islington... Fix some typos (GH-14435)
2019-07-05 Miss Islington... bpo-37421: multiprocessing tests now stop ForkServer...
2019-07-05 Miss Islington... bpo-37481: Deprecate distutils bdist_wininst command...
2019-07-05 Miss Islington... Use OSError subclasses in os documentation (GH-14262)
2019-07-04 Łukasz LangaPost v3.8.0b2
2019-07-04 Łukasz LangaMerge tag 'v3.8.0b2' into 3.8
2019-07-04 Miss Islington... Minor updates to the macOS installer screens for 3...
2019-07-04 Miss Islington... bpo-37421: Fix multiprocessing get_temp_dir() finalizer...
2019-07-04 Łukasz LangaPython 3.8.0b2 v3.8.0b2
2019-07-04 Miss Islington... bpo-37459: importlib docs improperly reference get_reso...
next