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
*
faq/library: remove outdated section (#105996)
Mathieu Dupuy
2023-07-15
1
-35/+0
*
Add more examples to the recipe docs (GH-106782)
Raymond Hettinger
2023-07-15
1
-0/+2
*
gh-106752: Sync with zipp 3.16.2 (#106757)
Jason R. Coombs
2023-07-15
6
-27/+204
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
9
-30/+246
*
gh-104050: Argument Clinic: Annotate BlockParser (#106750)
Erlend E. Aasland
2023-07-15
1
-11/+19
*
gh-106368: Increase Argument Clinic BlockParser test coverage (#106759)
Erlend E. Aasland
2023-07-15
1
-4/+96
*
gh-106529: Fix subtle Tier 2 edge case with list iterator (#106756)
Guido van Rossum
2023-07-15
4
-4/+38
*
gh-106752: Move zipfile._path into its own package (#106753)
Jason R. Coombs
2023-07-14
11
-2/+5
*
gh-102799: replace internal sys.exc_info() call by sys.exception() (#106746)
Irit Katriel
2023-07-14
1
-5/+5
*
gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...
Alex Waygood
2023-07-14
1
-25/+45
*
gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
J. Nick Koston
2023-07-14
2
-17/+5
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
9
-21/+558
*
gh-106531: Remove importlib.resources._legacy (#106532)
Jason R. Coombs
2023-07-14
4
-295/+3
*
gh-104050: Argument Clinic: Annotate `output_templates()` (#106732)
Erlend E. Aasland
2023-07-14
1
-6/+12
*
gh-106446: Fix failed doctest in stdtypes (#106447)
Charlie Zhao
2023-07-14
1
-17/+20
*
gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL cont...
Grant Ramsay
2023-07-14
2
-5/+11
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
4
-4/+19
*
gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)
Guido van Rossum
2023-07-14
6
-111/+378
*
gh-104683: Argument clinic: use an enum to describe the different kinds of fu...
Alex Waygood
2023-07-13
1
-25/+44
*
gh-106368: Increase Argument Clinic test coverage (#106728)
Erlend E. Aasland
2023-07-13
2
-0/+590
*
docs: clarify Path.suffix (GH-106650)
Ned Batchelder
2023-07-13
2
-4/+6
*
gh-106664: selectors: add get() method to _SelectorMapping (#106665)
J. Nick Koston
2023-07-13
3
-5/+16
*
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum
2023-07-13
5
-94/+124
*
gh-106690: Add a .coveragerc file to the CPython repository (#8150)
Ammar Askar
2023-07-13
2
-0/+20
*
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Mark Shannon
2023-07-13
6
-46/+87
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
5
-19/+36
*
gh-106634: Corrected minor asyncio doc issues (#106671)
Chris Brett
2023-07-13
3
-2/+3
*
gh-106628: email parsing speedup (gh-106629)
CF Bolz-Tereick
2023-07-13
2
-6/+11
*
gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-...
Jim Porter
2023-07-13
5
-5/+9
*
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Dennis Sweeney
2023-07-13
5
-3/+161
*
gh-104050: Argument Clinic: Annotate nested function parser_body() in the CLa...
Erlend E. Aasland
2023-07-12
1
-8/+10
*
gh-104683: Argument clinic: modernise `cpp.Monitor` (#106698)
Alex Waygood
2023-07-12
1
-13/+14
*
gh-104050: Argument clinic: Annotate the `Destination` class (#106655)
Alex Waygood
2023-07-12
1
-17/+22
*
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
Prince Roshan
2023-07-12
3
-0/+15
*
gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106...
Nikita Sobolev
2023-07-12
3
-3/+14
*
gh-106529: Split FOR_ITER_RANGE into uops (#106638)
Guido van Rossum
2023-07-12
6
-28/+146
*
gh-106656: Remove --emit-line-directives from regen-cases (#106657)
Guido van Rossum
2023-07-12
3
-863/+2
*
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
Mark Shannon
2023-07-12
6
-502/+586
*
gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)
Steve Dower
2023-07-12
6
-8/+10
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
9
-16/+16
*
gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)
Victor Stinner
2023-07-12
1
-2/+9
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
45
-352/+351
*
Add Plausible for docs metrics (#106644)
Hugo van Kemenade
2023-07-12
1
-0/+1
*
gh-104683: Argument clinic: Minor readability improvements for `Destination._...
Alex Waygood
2023-07-11
1
-5/+8
*
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source direc...
Ijtaba Hussain
2023-07-11
2
-1/+3
*
gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)
Guido van Rossum
2023-07-11
2
-0/+32
*
gh-104050: Argument Clinic: Annotate the `Block` class (#106519)
Alex Waygood
2023-07-11
1
-15/+17
*
gh-104584: readability improvements in optimizer.c (#106641)
Irit Katriel
2023-07-11
1
-18/+19
*
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
Mariusz Felisiak
2023-07-11
1
-2/+3
*
gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
Mariusz Felisiak
2023-07-11
1
-0/+7
[next]