]> granicus.if.org Git - python/shortlog
python
2019-07-03 Miss Islington... bpo-37233: optimize method_vectorcall in case of totala...
2019-07-03 Inada Naoki[3.8] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method...
2019-07-03 Miss Islington... bpo-37421: Fix test_distutils.test_build_ext() (GH...
2019-07-03 Miss Islington... bpo-37421: test_concurrent_futures cleans up multiproce...
2019-07-03 Miss Islington... bpo-37421: test_winconsoleio doesn't leak temp file...
2019-07-03 Miss Islington... bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signa...
2019-07-02 Miss Islington... bpo-37463: match_hostname requires quad-dotted IPv4...
2019-07-02 Miss Islington... bpo-37421: multiprocessing tests call _run_finalizers...
2019-07-02 Inada NaokiStop using Argument Clinic for dict_pop (GH-13935)
2019-07-02 Miss Islington... bpo-37335, test_c_locale_coercion: Remove unnecessary...
2019-07-02 Miss Islington... bpo-34602: Avoid failures setting macOS stack resource...
2019-07-02 Miss Islington... Put pyexpatns.h include back. bpo-37437 (GH-14539)
2019-07-01 Miss Islington... bpo-37363: Add audit events on startup for the run...
2019-07-01 Miss Islington... bpo-37470: Document more clearly the error handling...
2019-07-01 Miss Islington... bpo-37469: Document usability of SimpleQueue with Queue...
2019-07-01 Miss Islington... bpo-36763: Use PyConfig_Clear() (GH-14445)
2019-07-01 Miss Islington... bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
2019-07-01 Victor StinnerRemove unused imports in tests (GH-14518) (GH-14520)
2019-07-01 Miss Islington... bpo-36168: Lowercase the word "subsequent" in get_value...
2019-07-01 Miss Islington... bpo-37467: Fix PyErr_Display() for bytes filename ...
2019-07-01 Miss Islington... bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503...
2019-07-01 Miss Islington... bpo-10945: Drop support for bdist_wininst on non-Window...
2019-07-01 Miss Islington... bpo-32934: Clarified meaning of 'capacity' for Bufferin...
2019-07-01 Miss Islington... bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used...
2019-07-01 Christian Heimes[3.8] bpo-37428: Don't set PHA verify flag on client...
2019-07-01 Miss Islington... [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth...
2019-06-30 Miss Islington... bpo-37199: Fix test failures when IPv6 is unavailable...
2019-06-30 Miss Islington... bpo-35621: Support running subprocesses in asyncio...
2019-06-30 Miss Islington... bpo-29505: Add more fuzzing for re.compile, re.load...
2019-06-30 Miss Islington... bpo-30754: Document textwrap.dedent blank line behavior...
2019-06-29 Benjamin Peterson[3.8] bpo-37437: Pass -Wno-unreachable-code when compil...
2019-06-29 Steve Dowerbpo-37369: Fix initialization of sys members when launc...
2019-06-28 Miss Islington... bpo-37403: Touch up venv docs (GH-14458)
2019-06-28 Miss Islington... bpo-37412: Fix test_os.test_getcwd_long_path() on macOS...
2019-06-28 Miss Islington... bpo-37412: Fix os.getcwd() for long path on Windows...
2019-06-28 Miss Islington... bpo-37432: Doc: Fix signature of PyObject_Del() (GH...
2019-06-28 Miss Islington... closes bpo-37437: Update vendorized expat to 2.2.7...
2019-06-27 Miss Islington... bpo-37390: Add audit event table to documentations...
2019-06-27 Miss Islington... bpo-30345: travis: use -Og with --with-pydebug (GH...
2019-06-27 Miss Islington... closes bpo-37420: Handle errors during iteration in...
2019-06-27 Miss Islington... Replace deprecation warning with RuntimeError (GH-14397)
2019-06-27 Miss Islington... bpo-33926: enable GDB tests on Travis CI (GH-14395)
2019-06-26 Miss Islington... bpo-37421: Fix test_shutil: don't leak temporary files...
2019-06-26 Miss Islington... bpo-29412: Fix indexError when parsing a header value...
2019-06-26 Miss Islington... bpo-37419: Fix possible segfaults when passing large...
2019-06-26 Miss Islington... bpo-37417: Fix error handling in bytearray.extend....
2019-06-26 Miss Islington... bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
2019-06-26 Steve DowerImprove Windows commands in tutorial (GH-14400)
2019-06-26 Miss Islington... bpo-37412: os.getcwdb() now uses UTF-8 on Windows ...
2019-06-25 Miss Islington... bpo-37244: Fix test_multiprocessing.test_resource_track...
2019-06-25 Miss Islington... bpo-36888, test_multiprocessing: Increase test_parent_p...
2019-06-25 Abhilash Raj[3.8] bpo-33972: Fix EmailMessage.iter_attachments...
2019-06-25 Miss Islington... bpo-37400: Fix test_os.test_chown() (GH-14374)
2019-06-25 Steve Dowerbpo-4963: Fix for initialization and non-deterministic...
2019-06-25 Miss Islington... Fix minor spelling error in What's new for Python 3...
2019-06-25 Jeroen Demeyer[3.8] bpo-37250: put back tp_print for backwards compat...
2019-06-25 Miss Islington... bpo-24214: Fixed the UTF-8 and UTF-16 incremental decod...
2019-06-25 Miss Islington... bpo-36974: inherit tp_vectorcall_offset unconditionally...
2019-06-25 Miss Islington... bpo-37393: Fix deprecation warnings in test_ntpath...
2019-06-25 Miss Islington... bpo-36546: Mark first argument as position only (GH...
2019-06-25 Miss Islington... bpo-37394: Fix pure Python implementation of the queue...
2019-06-25 Miss Islington... bpo-35224: Add What's new entry for evaluation order...
2019-06-24 Miss Islington... bpo-35360: Update Windows builds to use SQLite 3.28...
2019-06-24 Miss Islington... bpo-36889: Document asyncio Stream and StreamServer...
2019-06-24 Miss Islington... bpo-32627: Fix compile error when conflicting `_uuid...
2019-06-24 Miss Islington... Get rid of exception traceback printing in asyncio...
2019-06-24 Miss Islington... bpo-37363: Add audit events for a range of modules...
2019-06-24 Miss Islington... bpo-37359: Fix regrtest --cleanup (GH-14336)
2019-06-24 Victor Stinnerbpo-37359: Add --cleanup option to python3 -m test...
2019-06-24 Miss Islington... asyncio: Fix docs for default event loop (GH-14308)
2019-06-23 Miss Islington... Improve threading.daemon docstring (GH-14278)
2019-06-23 Miss Islington... bpo-35224: Bump the pyc magic number by 1 instead of...
2019-06-23 Serhiy Storchaka[3.8] bpo-35431: Test math.comb() and math.perm() for...
2019-06-22 Miss Islington... bpo-35224: Bump the pyc magic number after the change...
2019-06-22 Miss Islington... bpo-35224: Reverse evaluation order of key: value in...
2019-06-22 Steve Dowerbpo-37351: Removes libpython38.a from standard Windows...
2019-06-22 Miss Islington... bpo-37323: Suppress DeprecationWarning raised by @async...
2019-06-21 Miss Islington... bpo-37364: Use io.open_code() to read .pth files (GH...
2019-06-21 Miss Islington... bpo-37362: test_gdb now ignores stderr (GH-14287)
2019-06-21 Steve Dowerbpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
2019-06-21 Victor StinnerUpdate What's New in Python 3.8 (GH-14253) (GH-14294)
2019-06-21 Mariatta[3.8] bpo-32924: Fix the Show Source url in 3.8 documen...
2019-06-21 Steve Dowerbpo-37316: mmap.mmap() passes the wrong variable to...
2019-06-20 Steve Dowerbpo-36511: Improve ARM32 buildbot scripts (GH-14251)
2019-06-20 Miss Islington... Fix typo, 'widger' -> 'widget', in idlelib/tree.py...
2019-06-20 Miss Islington... Fix bpo number in News file. (GH-14260) (GH-14261)
2019-06-20 Miss Islington... bpo-37342: Fix the incorrect nb_index's type in typeobj...
2019-06-19 Miss Islington... Update What's New in Python 3.8 (GH-14239)
2019-06-19 Miss Islington... Add missing single quote in io.TextIOWrapper.reconfigur...
2019-06-19 Miss Islington... bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
2019-06-19 Miss Islington... bpo-37331: Clarify format of socket handler messages...
2019-06-19 Miss Islington... bpo-37258: Not a bug, but added a unit test and updated...
2019-06-19 Serhiy Storchakabpo-37163: Deprecate passing argument obj of dataclasse...
2019-06-19 Miss Islington... Fix name of '\0'. (GH-14222)
2019-06-19 Miss Islington... Document typing.ForwardRef (GH-14216)
2019-06-19 Miss Islington... [3.8] bpo-33416: Document changes in PyNode_AddChild...
2019-06-18 Miss Islington... bpo-37325: Fix focus traversal for 2 IDLE dialogs ...
2019-06-18 Miss Islington... bpo-34903: Document that some strptime formats only...
2019-06-18 Miss Islington... bpo-35360: Update macOS installer to use SQLite 3.28...
2019-06-18 Miss Islington... bpo-35031: also disable TLS 1.3 for test_start_tls_serv...
next