]> granicus.if.org Git - python/shortlog
python
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...
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)
next