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-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
2
-2/+3
*
gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000)
Lysandros Nikolaou
2022-10-07
3
-11/+44
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
2
-0/+7
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
2
-21/+47
*
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Stanley
2022-10-07
1
-1/+2
*
gh-96265: Fix some formatting in faq/design.rst (#96924)
Stanley
2022-10-07
1
-27/+31
*
gh-73196: Add namespace/scope clarification for inheritance section (#92840)
Stanley
2022-10-07
1
-1/+2
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
2
-2/+3
*
gh-97923: Always run Ubuntu SSL tests with others in CI (#97940)
Nikita Sobolev
2022-10-07
1
-4/+1
*
gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)
Nikita Sobolev
2022-10-07
1
-1/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
180909
2022-10-07
2
-2/+2
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
2
-1/+3
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
5
-1/+26
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
3
-5/+10
*
gh-64921: Clarify wording for open()'s newline arg (#96171)
Stanley
2022-10-07
1
-2/+2
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
6
-36/+258
*
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner
2022-10-07
3
-31/+9
*
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)
zikcheng
2022-10-07
1
-1/+1
*
Fix a mistake in isSet() deprecated message doc (#95720)
Marc Monfort
2022-10-07
0
-0/+0
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
6
-29/+182
*
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Nikita Sobolev
2022-10-07
2
-1/+2
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
4
-8/+95
*
Add note on capture_output arg to subprocess.run() docstring (#98012)
andrei kulakov
2022-10-07
1
-1/+2
*
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)
Nikita Sobolev
2022-10-07
1
-0/+19
*
Fix memory leaks in test_capi (#98017)
Carl Meyer
2022-10-07
2
-0/+6
*
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...
Oleg Iarygin
2022-10-07
1
-129/+197
*
gh-71316: Update dis documentation to include changes to jump arguments (GH-9...
Christopher Chianelli
2022-10-07
1
-0/+4
*
Misc updates to the itertools recipes and tests (GH-98018)
Raymond Hettinger
2022-10-07
1
-6/+40
*
Doc: sphinx-lint finds two other default roles. (GH-98019)
Julien Palard
2022-10-07
2
-3/+3
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
5
-3/+182
*
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Gregory P. Smith
2022-10-07
5
-28/+24
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
55
-98/+90
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
6
-373/+4
*
Remove extra spaces in custom openSSL documentation. (#93568)
Xiao Chen
2022-10-07
1
-10/+10
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
8
-102/+12
*
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
Tiger
2022-10-07
3
-2/+28
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
10
-17/+487
*
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
Gregory P. Smith
2022-10-06
3
-26/+1807
*
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...
Brandt Bucher
2022-10-06
3
-6/+91
*
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Lysandros Nikolaou
2022-10-06
6
-146/+159
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Dong-hee Na
2022-10-06
2
-1/+8
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
11
-35/+130
*
gh-97850: Remove the open issues section from the import reference (#97935)
Brett Cannon
2022-10-06
1
-19/+0
*
Docs: pin sphinx-lint (GH-97992)
Hugo van Kemenade
2022-10-06
1
-1/+1
*
gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#9...
Erik Welch
2022-10-06
1
-6/+3
*
Add Pynche's move to the What's new in 3.11 (#97974)
Barry Warsaw
2022-10-06
1
-0/+4
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
5
-302/+88
*
gh-86482: Document assignment expression need for ()s (#23291)
Terry Jan Reedy
2022-10-06
2
-0/+8
*
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)
larryhastings
2022-10-06
2
-2/+7
*
gh-94808: Coverage: Test that maximum indentation level is handled (#95926)
Michael Droettboom
2022-10-06
1
-1/+21
[prev]
[next]