]> granicus.if.org Git - python/shortlog
python
2019-07-30 Terry Jan ReedyFix idlelib typos discovered by min ho, pr 15018. ...
2019-07-30 Jake Teslerbpo-36084: Add threading Native ID information to What...
2019-07-30 Neil SchemenauerDon't skip pickle check_frame_opcodes() (GH-15025)
2019-07-30 Neil Schemenauerbpo-37707: Exclude expensive unit tests from PGO task...
2019-07-30 Victor Stinnerbpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
2019-07-30 Marco Paolinibpo-37587: Make json.loads faster for long strings...
2019-07-30 Pablo Galindobpo-37268: Add deprecation notice and a DeprecationWarn...
2019-07-29 Terry Jan Reedybpo-34162: Update idlelib/news.txt. (#15011)
2019-07-29 Terry Jan Reedybpo-37706: Disable 3 IDLE scrollbar tests on Mac. ...
2019-07-29 Steve DowerFix publishing of Windows release (GH-15006)
2019-07-29 Anthony SottileAdd additional test for multi-line SyntaxError (GH...
2019-07-29 Anthony SottileFix `SyntaxError` indicator printing too many spaces...
2019-07-29 Steve Dowerbpo-36044: Avoid warnings in Windows PGO build and...
2019-07-28 Jason R. Coombsbpo-37697: Sync with importlib_metadata 0.19 (#14993)
2019-07-28 Terry Jan Reedybpo-37692: Improve highlight config sample (#14983)
2019-07-28 Nick CoghlanRemove trailing .0 from version changed note (GH-14987)
2019-07-27 Raymond Hettingerbpo-37691: Let math.dist() accept sequences and iterabl...
2019-07-27 Tal Einatbpo-37628: Fix IDLE config sample sizes (#14958)
2019-07-27 Vinay SajipAdd Qt GUI example to the logging cookbook. (GH-14978)
2019-07-27 Tal Einatbpo-17535: Increase line number horizontal padding...
2019-07-26 Derek Keelerbpo-32910: Remove implementation detail in venv documen...
2019-07-26 Steve Dowerbpo-35524: Update Windows installer image in docs ...
2019-07-26 Steve Dowerbpo-37664: Update regex for ignoring cache warning...
2019-07-26 Inada Naokibpo-37340: remove free_list for bound method objects...
2019-07-26 Flavian Hautboisbpo-29446: tkinter 'import *' only imports what it...
2019-07-25 Bill Collinsbpo-37641 preserve relative file location in embeddable...
2019-07-25 Tzu-ping ChungSwap 'if' branches so content matches to condition...
2019-07-25 Markus Mohrhardbpo-37502: handle default parameter for buffers argumen...
2019-07-24 Benjamin Petersoncloses bpo-37675: Use pkgutil.iter_modules to find...
2019-07-24 Steve Dowerbpo-37672: Switch Windows Store package to use pip...
2019-07-24 Hansraj DasRemove duplicate call to strip method in Parser/pgen...
2019-07-24 Pradyun Gedambpo-37664: Update bundled pip to 19.2.1 and setuptools...
2019-07-24 Stefan Behnelbpo-34160: explain how to deal with attribute order...
2019-07-24 Stefan Behnelbpo-37399: Correctly attach tail text to the last eleme...
2019-07-24 Jeroen Demeyerbpo-29548: deprecate PyEval_Call* functions (GH-14804)
2019-07-24 Gregory P.... bpo-37667: Add regression test for regrtest. (GH-14929)
2019-07-24 Gregory P.... Only setup PGO tests when --pgo is enabled. (GH-14927)
2019-07-23 Brett CannonTouch up venv docs (GH-14922)
2019-07-23 Terry Jan Reedybpo-29446: IDLE -- add explicit imports (GH-14919)
2019-07-23 Erlend Egeberg... bpo-37653: Fix libinstall target in Makefile (GH-14911)
2019-07-23 Tal Einatbpo-17535: IDLE editor line numbers (GH-14030)
2019-07-23 Tal Einatbpo-33610: validate non-negative integer inputs in...
2019-07-22 Neil Schemenauerbpo-36044: Reduce number of unit tests run for PGO...
2019-07-22 Vinay SajipUpdate logging cookbook to show multiple worker process...
2019-07-22 Xtreakbpo-21478: Record calls to parent when autospecced...
2019-07-21 Raymond HettingerAdd examples to elucidate the formulas (GH-14898)
2019-07-21 Terry Jan Reedybpo-37627: Add acknowledgment (#14883)
2019-07-21 Min ho KimFix typos in docs, comments and test assert messages...
2019-07-21 Terry Jan ReedyFix typo found by Min ho Kim (#14879)
2019-07-21 Raymond HettingerMinor whitespace, indentation, and quoting changes...
2019-07-21 Ned DeilyBpo-37644: update suspicious.csv for distutils/examples...
2019-07-21 Ngalim Siregarbpo-37627: Initialize IDLE Custom Run dialog with previ...
2019-07-21 Raymond Hettingerbpo-36324: Make internal attributes for statistics...
2019-07-20 Hai Shibpo-37476: Adding tests for asutf8 and asutf8andsize...
2019-07-19 Raymond Hettingerbpo-36546: Clean-up comments (GH-14857)
2019-07-19 Raymond Hettingerbpo-37624: Document weight assumptions for random.choic...
2019-07-19 Zackery Spytzbpo-37547: Fix a compiler warning in winconsoleio.c...
2019-07-19 aldwinaldwinbpo-37610: improve Using Python doc wrt Editors & IDE...
2019-07-18 Tal Einatbpo-33610: IDLE's code-context always shows current...
2019-07-18 Walter Dörwaldbpo-34443: Use __qualname__ instead of __name__ in...
2019-07-18 Sergey FedoseevAdjust builtins.zip() docstring to better communicate...
2019-07-18 Paul Monsonbpo-37552: Skip failing tests in strptime/strftime...
2019-07-18 Terry Jan Reedybpo-36390: Gather IDLE Format menu functions into forma...
2019-07-17 jpicbpo-34155: Dont parse domains containing @ (GH-13079)
2019-07-17 Abhilash RajFix IndexError when parsing unexpectedly ending quoted...
2019-07-17 Abhilash Rajbpo-37461: Fix infinite loop in parsing of specially...
2019-07-17 Cheryl Sabellabpo-36390: IDLE: Combine region formatting methods...
2019-07-17 Inada Naokibpo-37543: optimize pymalloc (#14674)
2019-07-17 Tal Einatbpo-37530: simplify, optimize and clean up IDLE code...
2019-07-17 Joseph Fox... Docs: Correct formatting of a multiline code block...
2019-07-16 Cheryl Sabellabpo-27452: IDLE: Cleanup config.py code (GH-14577)
2019-07-16 Paul GanssleFix infinite loop in email folding logic (GH-12732)
2019-07-16 sgalbpo-37599: Remove a vague statement in documentation...
2019-07-16 Ilya Kamenshchikovbpo-37352: Minor word-smithing for design.rst (GH ...
2019-07-16 David JonesReplace backquote with command substitution in subproce...
2019-07-15 Victor Stinnerbpo-37468: make install no longer install wininst-...
2019-07-15 Giovanni Cappellottobpo-37284: Add note to sys.implementation doc (GH-14328)
2019-07-15 Pablo Galindobpo-37500: Make sure dead code does not generate byteco...
2019-07-14 Pablo Galindobpo-37593: Swap the positions of posonlyargs and args...
2019-07-14 Victor Stinnerbpo-37473: Don't import importlib ASAP in tests (GH...
2019-07-14 Sergey Fedoseevbpo-34749: Improved performance of binascii.a2b_base64...
2019-07-14 Collin StylesClarify that plistlib's load and dump functions take...
2019-07-14 Paul Monsonbpo-37553: SendfileUsingSendTest tests timeout too...
2019-07-14 Hai ShiRemove redundant docs of PyEval_EvalFrameEx (GH-14765)
2019-07-14 Steve Dowerbpo-37571: Remove extra space in ctypes docs (GH14764)
2019-07-14 Michele Angrisanobpo-37571: Add 'b' to prevent the TypeError exception...
2019-07-14 Carl Bordum... bpo-36261: Improve example of the preamble field in...
2019-07-14 Zac Hatfield... bpo-26967: fix flag grouping with allow_abbrev=False...
2019-07-13 Mark DickinsonFix inconsequential typo in math.remainder algorithm...
2019-07-13 Sviatoslav... bpo-30088: Document that existing dir structure isn...
2019-07-13 Jeroen Demeyerbpo-37358: Use vectorcall for functools.partial (GH...
2019-07-13 Giovanni Cappellottobpo-37548: Document range of atan, acos and asin (GH...
2019-07-13 Xtreakbpo-37579: Improve equality behavior for pure Python...
2019-07-13 Minmin Gongbpo-28269: Replace strcasecmp with system function...
2019-07-13 Milan Oberkirchbpo-37580: Fix typo in http.cookiejar documentation...
2019-07-13 Steve DowerEnable publish of Windows releases through Azure Pipeli...
2019-07-13 Robert DiPietroFix typo in re.escape documentation (GH-14722)
2019-07-13 gescheitcloses bpo-37347: Fix refcount problem in sqlite3....
2019-07-12 Brett Cannonbpo-37521: No longer treat insertion into sys.modules...
2019-07-12 Kyle Stanleybpo-19696: Move threaded_import_hangers (GH-14655)
next