index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100247: Fix py.exe launcher not using entire shebang command for finding c...
Steve Dower
2023-01-13
1
-0/+2
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-0/+2
*
GH-100942: Fix incorrect cast in property_copy(). (#100965)
Raymond Hettinger
2023-01-12
1
-0/+2
*
gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...
Barney Gale
2023-01-12
1
-0/+5
*
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny
2023-01-11
2
-0/+3
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
1
-0/+2
*
GH-100892: Fix race in clearing `threading.local` (#100922)
Kumar Aditya
2023-01-11
1
-0/+1
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
111
-222/+1132
*
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher
2023-01-10
1
-0/+2
*
gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
Ned Deily
2023-01-10
1
-0/+1
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
Steve Dower
2023-01-09
1
-0/+1
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-0/+3
*
gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...
C.A.M. Gerlach
2023-01-09
1
-0/+2
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
dgelessus
2023-01-09
1
-0/+2
*
GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
dsentinel
2023-01-09
1
-0/+1
*
gh-87447: Fix walrus comprehension rebind checking (#100581)
Nikita Sobolev
2023-01-08
1
-0/+5
*
GH-100805: Support numpy.array() in random.choice(). (GH-100830)
Raymond Hettinger
2023-01-08
1
-0/+2
*
gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)
Mark Dickinson
2023-01-08
1
-0/+1
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Nikita Sobolev
2023-01-08
1
-0/+1
*
gh-91851: Micro optimizations for arithmetic between Fractions (#25518)
Sergey B Kirpichev
2023-01-08
1
-0/+1
*
gh-100776: Fix misleading default value in help(input) (#100788)
Shantanu
2023-01-08
1
-0/+1
*
gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793)
Nikita Sobolev
2023-01-07
1
-0/+1
*
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger
2023-01-07
1
-0/+1
*
gh-96127: Fix `inspect.signature` call on mocks (#96335)
Nikita Sobolev
2023-01-07
1
-0/+2
*
gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...
Christian Klein
2023-01-06
1
-0/+7
*
gh-91851: Trivial optimizations in Fraction (#100791)
Sergey B Kirpichev
2023-01-06
1
-0/+3
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-0/+2
*
gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)
Carl Meyer
2023-01-06
1
-0/+1
*
gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX...
Dustin Spicuzza
2023-01-05
1
-0/+2
*
gh-100562: improve performance of `pathlib.Path.absolute()` (GH-100563)
Barney Gale
2023-01-05
1
-0/+3
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
1
-0/+4
*
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon
2023-01-05
1
-0/+2
*
gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)
Christian Klein
2023-01-04
1
-0/+1
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
1
-0/+2
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-0/+1
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Kumar Aditya
2023-01-04
1
-0/+1
*
gh-91219: http - use subclassing to override index_pages attribute (GH-100731)
Ethan Furman
2023-01-03
1
-0/+2
*
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira
2023-01-03
1
-0/+4
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Thomas Grainger
2023-01-03
2
-0/+2
*
gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is...
Eli Schwartz
2023-01-03
1
-0/+1
*
gh-89727: Improve os.walk complexity (#100671)
Stanislav Zmiev
2023-01-02
1
-0/+1
*
gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element o...
Ionite
2023-01-02
1
-0/+1
*
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
Jason R. Coombs
2023-01-01
1
-0/+6
*
gh-100649: Update native_thread_id after fork (gh-100650)
Gabriele N. Tornetta
2023-01-01
1
-0/+1
*
gh-100488: Add is_integer method to fractions.Fraction (#100489)
Shantanu
2023-01-01
1
-0/+1
*
gh-95778: add doc missing in some places (GH-100627)
Éric
2022-12-30
1
-0/+9
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...
mathieui
2022-12-30
1
-0/+2
*
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434)
Nikita Sobolev
2022-12-30
1
-0/+1
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
1
-0/+5
*
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware
2022-12-29
1
-0/+2
[next]