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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
7
-33/+104
*
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...
Eric Snow
2022-11-11
4
-1517/+1528
*
gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...
Miro Hrončok
2022-11-11
4
-7/+11
*
Fix typo in Tools/wasm/README.md (GH-99384)
Ikko Ashimine
2022-11-11
1
-1/+1
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Steve Dower
2022-11-11
1
-0/+9
*
gh-99254: remove all unused consts from code objects (GH-99255)
Irit Katriel
2022-11-11
5
-33/+142
*
gh-99325: Remove unused `NameError` handling (#99326)
Nikita Sobolev
2022-11-11
2
-16/+6
*
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
Gregory P. Smith
2022-11-11
2
-5/+5
*
gh-98086: Now ``patch.dict`` can decorate async functions (#98095)
Nikita Sobolev
2022-11-11
3
-0/+36
*
gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)
Samuel Sloniker
2022-11-11
1
-3/+15
*
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
Wei-Hsiang (Matt) Wang
2022-11-11
1
-4/+4
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner
2022-11-10
13
-128/+66
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner
2022-11-10
5
-188/+100
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner
2022-11-10
8
-244/+120
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Raymond Hettinger
2022-11-10
1
-0/+6
*
gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)
Victor Stinner
2022-11-10
1
-40/+20
*
GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
Guido van Rossum
2022-11-10
2
-169/+175
*
GH-99298: Don't perform jumps before error handling (GH-99299)
Brandt Bucher
2022-11-10
3
-30/+40
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Vincent Fazio
2022-11-10
3
-0/+54
*
gh-99277: remove older version of `get_write_buffer_limits` (#99280)
Carlo
2022-11-10
2
-6/+1
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
4
-90/+14
*
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
Victor Stinner
2022-11-10
1
-92/+48
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner
2022-11-10
9
-156/+77
*
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner
2022-11-10
4
-11/+5
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
24
-344/+448
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Anton Ryzhov
2022-11-10
3
-3/+12
*
GH-99257: Check the owner's type when specializing slots (GH-99258)
Brandt Bucher
2022-11-10
3
-0/+78
*
gh-99320: remove tests for old-style class from `test_complex` (#99321)
Nikita Sobolev
2022-11-10
1
-6/+1
*
gh-99281: [csv] remove try/except, `complex` always exists (#99282)
Nikita Sobolev
2022-11-10
1
-5/+0
*
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
Victor Stinner
2022-11-10
3
-128/+68
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
10
-327/+169
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
14
-80/+41
*
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka
2022-11-10
6
-0/+9
*
gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)
Nikita Sobolev
2022-11-09
2
-2/+5
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Brandt Bucher
2022-11-09
2
-0/+10
*
Update reference to the size of PyPI (#99076)
jmcb
2022-11-09
1
-2/+2
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
18
-759/+563
*
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
Kumar Aditya
2022-11-09
2
-4/+10
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
6
-29/+175
*
gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
Victor Stinner
2022-11-09
2
-5782/+1458
*
CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
Filipe Laíns
2022-11-09
1
-1/+3
*
[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
Bruno Neyra
2022-11-09
1
-1/+1
*
gh-99238: clarify the type of the env dict. (#99253)
Gregory P. Smith
2022-11-08
1
-3/+7
*
gh-94445: add compiler test for another case of excessive stack use (GH-99237)
Carl Meyer
2022-11-08
1
-0/+7
*
gh-99248: [Enum] fix negative number infinite loop (GH-99256)
Ethan Furman
2022-11-08
3
-2/+23
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
15
-7098/+7193
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
13
-21/+356
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
8
-22/+126
*
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Mikael Koli
2022-11-08
1
-1/+1
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
5
-406/+384
[next]