]> granicus.if.org Git - python/shortlog
python
2019-06-25 Raymond Hettinger bpo-36546: Mark first argument as position only (GH...
2019-06-25 Pablo Galindobpo-37394: Fix pure Python implementation of the queue...
2019-06-25 Pablo Galindobpo-35224: Add What's new entry for evaluation order...
2019-06-25 Victor Stinnerbpo-37392: Remove sys.setcheckinterval() (GH-14355)
2019-06-24 David K. Hessbpo-4963: Fix for initialization and non-deterministic...
2019-06-24 animalizebpo-25361: Enable SSE2 instructions for Windows 32...
2019-06-24 animalizebpo-35360: Update Windows builds to use SQLite 3.28...
2019-06-24 Xtreakbpo-36889: Document asyncio Stream and StreamServer...
2019-06-24 zihengbpo-32627: Fix compile error when conflicting `_uuid...
2019-06-24 Andrew SvetlovGet rid of exception traceback printing in asyncio...
2019-06-24 Steve Dowerbpo-37363: Add audit events for a range of modules...
2019-06-24 Victor Stinnerbpo-37359: Fix regrtest --cleanup (GH-14336)
2019-06-24 Jeroen Demeyerbpo-36974: inherit tp_vectorcall_offset unconditionally...
2019-06-24 Victor Stinnerbpo-37359: Add --cleanup option to python3 -m test...
2019-06-24 Gabe Appletonbpo-37345: Add formal UDPLITE support (GH-14258)
2019-06-24 Inada Naokibpo-37348: optimize decoding ASCII string (GH-14283)
2019-06-23 Pablo Galindobpo-35224: Bump the pyc magic number by 1 instead of...
2019-06-22 Pablo Galindobpo-35224: Bump the pyc magic number after the change...
2019-06-22 Ben Darnellasyncio: Fix docs for default event loop (#14308)
2019-06-22 Jörn Heisslerbpo-35224: Reverse evaluation order of key: value in...
2019-06-22 mbarkhauImprove threading.daemon docstring (GH-14278)
2019-06-22 Xtreakbpo-37323: Suppress DeprecationWarning raised by @async...
2019-06-21 Steve Dowerbpo-37364: Use io.open_code() to read .pth files (GH...
2019-06-21 Steve Dowerbpo-37351: Removes libpython38.a from standard Windows...
2019-06-21 Victor Stinnerbpo-37362: test_gdb now ignores stderr (GH-14287)
2019-06-21 BradUse `python -m pip install` in porting guide and venv...
2019-06-21 Joannah Nanjekyebpo-30202 : Update test.test_importlib.test_abc to...
2019-06-21 Paul Monsonbpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
2019-06-21 Zackery Spytzbpo-37316: mmap.mmap() passes the wrong variable to...
2019-06-21 Michael Feltbpo-36210: update optional extension handling for AIX...
2019-06-21 AerosDocs: Improved phrasing (GH-14069)
2019-06-21 Shashank ParekhRemove redundant if check from optional argument functi...
2019-06-20 Pablo Galindobpo-37289: Add a test for if with ifexpr in the peephol...
2019-06-20 Victor StinnerUpdate What's New in Python 3.9 (GH-14253)
2019-06-20 Paul Monsonbpo-36511: Improve ARM32 buildbot scripts (GH-14251)
2019-06-20 Jeroen Demeyerbpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
2019-06-20 İsmail ArılıkFix typo, 'widger' -> 'widget', in idlelib/tree.py...
2019-06-20 Eric V. SmithFix bpo number in News file. (GH-14260)
2019-06-20 Hai Shibpo-37342: Fix the incorrect nb_index's type in typeobj...
2019-06-19 Victor StinnerUpdate What's New in Python 3.8 (GH-14239)
2019-06-19 Victor Stinnerbpo-36710: Use tstate in pylifecycle.c (GH-14249)
2019-06-19 HarmonAdd missing single quote in io.TextIOWrapper.reconfigur...
2019-06-19 Paul Monsonbpo-36511: Add buildbot scripts and fix tests for Windo...
2019-06-19 Steve Dowerbpo-37333: Ensure IncludeTkinter has a value (GH-14240)
2019-06-19 Vinay Sajipbpo-37331: Clarify format of socket handler messages...
2019-06-19 Vinay Sajipbpo-37258: Not a bug, but added a unit test and updated...
2019-06-19 Victor Stinnerbpo-36710: Remove PyImport_Cleanup() function (GH-14221)
2019-06-19 Benjamin PetersonFix name of '\0'. (GH-14222)
2019-06-19 Victor Stinnerbpo-36710: Add tstate parameter in import.c (GH-14218)
2019-06-19 Ivan LevkivskyiDocument typing.ForwardRef (GH-14216)
2019-06-19 Ivan LevkivskyiDocument changes in PyNode_AddChild and PyParser_AddTok...
2019-06-18 Victor Stinnerbpo-35134: Add Include/cpython/import.h header file...
2019-06-18 Terry Jan Reedybpo-37325: Fix focus traversal for 2 IDLE dialogs ...
2019-06-18 Paul GanssleAdd pganssle to CODEOWNERS and ACKS (GH-14138)
2019-06-18 Mike Gleenbpo-34903: Document that some strptime formats only...
2019-06-18 Jeroen Demeyerbpo-37151: remove _PyFunction_FastCallDict (GH-13864)
2019-06-18 animalizebpo-35360: Update macOS installer to use SQLite 3.28...
2019-06-18 Jeroen Demeyerbpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vecto...
2019-06-18 Jeroen Demeyerbpo-37151: use PyVectorcall_Call for all calls of ...
2019-06-18 Ned Deilybpo-35031: also disable TLS 1.3 for test_start_tls_serv...
2019-06-18 Ned Deilybpo-34631: Updated OpenSSL to 1.1.1c in macOS installer...
2019-06-18 David Carlierremove dead code (GH-14104)
2019-06-18 Cheryl Sabellabpo-5680: IDLE: Customize running a module (GH-13763)
2019-06-18 Brett CannonAdd sponsorship details for GitHub Sponsor button ...
2019-06-17 Steve DowerImprove release build performance using new artifacts...
2019-06-17 Victor Stinnerbpo-37189: Export old PyRun_XXX() functions (#14142)
2019-06-17 Victor StinnerFix test_embed.test_pre_initialization_sys_options...
2019-06-17 Victor Stinnerbpo-37320: Remove openfp() of aifc, sunau and wave...
2019-06-17 Terry Jan Reedy bpo-37321: Edit IDLE subprocess connection error messa...
2019-06-17 Tal Einatbpo-37039: Make IDLE's Zoom Height adjust to users...
2019-06-17 Steve Dowerbpo-34631: Updated OpenSSL to 1.1.1c in Windows install...
2019-06-17 Cooper Leesbpo-34556: Add --upgrade-deps to venv module (#13100)
2019-06-17 Vinay Sajipbpo-37111: Add 'encoding' and 'errors' parameters to...
2019-06-17 Paul Monsonbpo-37288: Fix Windows build when --no-tkinter is speci...
2019-06-17 Victor Stinnerbpo-37194: Add PyObject_CallNoArgs() rationale (GH...
2019-06-17 Serhiy Storchakabpo-35431: Test math.comb() and math.perm() for Overflo...
2019-06-17 Serhiy Storchakabpo-37315: Deprecate accepting floats in math.factorial...
2019-06-17 Victor Stinnerbpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
2019-06-17 Victor Stinnerbpo-37194: Add a new public PyObject_CallNoArgs() funct...
2019-06-17 Victor Stinnerbpo-37312: Remove _dummy_thread and dummy_threading...
2019-06-17 Jeroen Demeyerbpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_m...
2019-06-17 Jeroen Demeyerbpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
2019-06-17 Victor Stinnerbpo-35031, test_asycio: disable TLS 1.3 in test_start_t...
2019-06-17 Joost Lekbpo-36688: Adding an implementation of RLock in _dummy_...
2019-06-17 Zackery Spytzbpo-37267: Do not check for FILE_TYPE_CHAR in os.dup...
2019-06-16 Terry Jan Reedybpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
2019-06-16 Hai Shicloses bpo-37300: Remove unnecessary Py_XINCREF in...
2019-06-16 Jeroen Demeyerbpo-28805: document METH_FASTCALL (GH-14079)
2019-06-16 Mark DickinsonTurn math.isqrt assertion into a comment to clarify...
2019-06-16 Mark DickinsonSimplify negativity checks in math.comb and math.perm...
2019-06-16 Julien PalardDoc: Remove an ugly space before a dot. (GH-14123)
2019-06-16 Rémi Lapeyrebpo-35922: Fix RobotFileParser when robots.txt has...
2019-06-15 Michael Feltbpo-28009: Fix uuid SkipUnless logic to be based on...
2019-06-15 Pablo Galindobpo-37289: Remove 'if False' handling in the peephole...
2019-06-15 Julien PalardDoc: Deprecation header: More precise wording. (GH...
2019-06-15 Alex GaynorUpdate link in colorsys docs to be https (GH-14062)
2019-06-15 Julien PalardDoc: Bump Sphinx verison. (#13785)
2019-06-15 ubordignonFix typo in Lib/concurrent/futures/thread.py (GH-13953)
2019-06-15 Géry OgamUpdate weakref.rst (GH-14098)
2019-06-15 Andrew SvetlovUse threadpool for reading from file in sendfile fallba...
next