| 2023-02-09 |
Mark Shannon | GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
Dong-hee Na | no-issue: Add Dong-hee Na as the cjkcodecs codeowner... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
Sergey B Kirpichev | gh-101678: Merge math_1_to_whatever() and math_1()... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
Sergey B Kirpichev | gh-101678: refactor the math module to use special... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
Soumendra Ganguly | gh-85984: Remove legacy Lib/pty.py code. (#92365) |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
Guido van Rossum | gh-98831: Use opcode metadata for stack_effect() (... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Steve Dower | gh-101283: Version was just released, so should be... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Steve Dower | gh-101283: Fix use of unbound variable (GH-101712) |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Oleg Iarygin | gh-101283: Improved fallback logic for subprocess with... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Erlend E. Aasland | gh-101277: Port more itertools static types to heap... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Guido van Rossum | gh-98831: Modernize CALL and family (#101508) |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Kumar Aditya | GH-101696: invalidate type version tag in `_PyStaticTyp... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Michał Górny | gh-100221: Fix creating dirs in `make sharedinstall... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Sergey B Kirpichev | gh-101670: typo fix in PyImport_AppendInittab() (GH... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Michael Droettboom | gh-101196: Make isdir/isfile/exists faster on Windows... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
David Hewitt | gh-101614: Don't treat python3_d.dll as a Python DLL... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Nikita Sobolev | gh-100933: Improve `check_element` helper in `test_xml_... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Mark Shannon | GH-101578: Normalize the current exception (GH-101607) |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Stanley | gh-47937: Note that Popen attributes are read-only... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Guido van Rossum | gh-98831: Modernize CALL_FUNCTION_EX (#101627) |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Nikita Sobolev | gh-101446: Change `repr` of `collections.OrderedDict... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
Guido van Rossum | gh-98831: Modernize FORMAT_VALUE (#101628) |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Guido van Rossum | gh-98831: Finish the UNPACK_SEQUENCE family (#101666) |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
penguin_wwy | gh-101632: Add the new RETURN_CONST opcode (#101633) |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Thomas Wouters | Merge branch 'main' of https://github.com/python/cpytho... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Thomas Wouters | Post 3.12.0a5 |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Nikita Sobolev | gh-101656: Fix "conversion from Py_ssize_t to int"... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Irit Katriel | gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SE... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Oleg Iarygin | gh-97725: Fix documentation for the default file of... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Zachary Ware | Make use of TESTFN_ASCII in test_fileio (GH-101645) |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Guido van Rossum | gh-98831: Modernize the FOR_ITER family of instructions... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Oleg Iarygin | Fix nesting of 'Pending Removal in Python 3.14' (#101637) |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Hugo van Kemenade | Doctest: Pin sphinxext-opengraph==0.7.5 to prevent... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Thomas Wouters | Python 3.12.0a5 v3.12.0a5 |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Łukasz Langa | [gh-101072] Fix Blurb for GH-101127 |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Matthieu Dartiailh | gh-101072: support default and kw default in PyEval_Eva... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Brian Skinn | gh-85747: Active voice & suggested edits, 'running... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Guido van Rossum | gh-98831: Move DSL documentation here from ideas repo... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
Jonathan Protzenko | gh-99108: Replace SHA2-224 & 256 with verified code... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Eric Snow | gh-59956: Add a Test to Verify GILState Matches the... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Irit Katriel | gh-98831: rewrite COPY and SWAP in the instruction... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Mariatta Wijaya | GH-101616: Mention the Docs Discourse forum in the... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Eric Snow | gh-59956: Partial Fix for GILState API Compatibility... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Nikita Sobolev | gh-101609: Fix "‘state’ may be used uninitialized"... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Eclips4 | gh-101562: typing: add tests for inheritance with NotRe... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Steve Dower | gh-101543: Ensure Windows registry path is only used... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Mark Dickinson | gh-76961: Fix buildbot failures in test_pep3118 (#101587) 101604/head |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Dong-hee Na | gh-101372: Fix unicodedata.is_normalized to properly... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Ethan Furman | gh-101541: [Enum] create flag psuedo-member without... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
Matty G | Trivial Change: Remove unhelpful doc in `datetime.timed... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Gregory P.... | gh-101334: Don't force USTAR format in test_tarfile... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
mrh1997 | bpo-33591: Add support for path like objects to `ctypes... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Eric Wieser | gh-76961: Fix the PEP3118 format string for ctypes... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Mark Dickinson | Revert "gh-89381: Fix invalid signatures of math/cmath... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Pradyun Gedam | gh-101570: Update bundled pip version to 23.0 (#101571) |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Mark Dickinson | gh-101266: Fix __sizeof__ for subclasses of int (#101394) |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
busywhitespace | gh-101221: Add options in the documentation of timeit... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
alnoki | Add missing preposition in argparse docs (#101548) |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
Alexander Belopolsky | Fix detection of presence of time.tzset (gh-101539... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Raymond Hettinger | GH-100485: Create an alternative code path when an... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Ruben Vorderman | gh-101322: Ensure test_zlib.ZlibDecompressorTest runs... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Dong-hee Na | gh-101282: Update BOLT --split-functions flag not to... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Furkan Onder | GH-56426: Add cross-reference to the documentation... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Max Bachmann | Add missing `versionadded` directive for `PyCode_Addr2L... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
Eric Snow | gh-101524: Split Up the _xxsubinterpreters Module ... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Gregory P.... | gh-84559: Remove the new multiprocessing warning, too... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Steve Dower | gh-101522: Allow overriding Windows dependencies versio... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Irit Katriel | gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Irit Katriel | gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GEN... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Erlend E. Aasland | gh-101277: Port more `itertools` static types to heap... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
François Magimel | docs: replace PyPI description with link (#101506) |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Viet Than | gh-100920: Update documentation for `asyncio.StreamWrit... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
Gregory P.... | gh-84559: skip the test when no multiprocessing (wasm... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
C.A.M. Gerlach | gh-100925: Move array methods under class in array... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
Gregory P.... | GH-84559: Deprecate fork being the multiprocessing... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
Ayappan Perumal | gh-98705: Fix AIX build by undefining `__bool__` in... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
Ayappan Perumal | gh-96305: Fix AIX build by avoiding subprocess during... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
Peter Gessler | docs: Fix enum reassign `str` documentation (GH-101507) |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
Irit Katriel | gh-98831: rewrite RERAISE and CLEANUP_THROW in the... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Marcos Pereira | Docs: improve accuracy of sqlite3 `check_same_thread... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Guido van Rossum | gh-98831: Modernize the LOAD_GLOBAL family (#101502) |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Steve Dower | gh-101467: Correct py.exe handling of prefix matches... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Irit Katriel | gh-98831: rewrite PUSH_EXC_INFO and conditional jumps... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Guido van Rossum | gh-98831: Modernize the LOAD_ATTR family (#101488) |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Raj | gh-101498 : Fix asyncio.Timeout example in docs (#101499) |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Irit Katriel | gh-101454: fix documentation for END_ASYNC_FOR (#101455) |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
Erlend E. Aasland | gh-101277: Isolate itertools, add group and _grouper... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
beavailable | gh-101317: Add `ssl_shutdown_timeout` parameter for... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
John Belmonte | datetime.rst: fix combine() signature (#101490) |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Brandt Bucher | GH-100288: Skip extra work when failing to specialize... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Erlend E. Aasland | gh-101409: Improve generated clinic code for self type... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Irit Katriel | gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Erlend E. Aasland | gh-101469: Optimise get_io_state() by using _PyModule_G... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Peter Jiping Xie | gh-101440: fix json snippet error in logging-cookbook... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Raj | gh-99276 - Updated Doc/faq/general.rst (#101396) |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Christophe... | Add JOBS parameter to docs Makefile (#101395) |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Irit Katriel | gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Shantanu | gh-77607: Improve accuracy of os.path.join docs (#101406) |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Ben | Fixes typo in asyncio.TaskGroup context manager code... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
Guido van Rossum | gh-98831: Clean up and add cache size static_assert... |
commit | commitdiff | tree | snapshot |
| next |