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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
2
-0/+6
*
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan
2023-05-20
1
-2/+2
*
gh-49174: document that the effect of calling gc.collect() during a collectio...
Irit Katriel
2023-05-20
1
-0/+3
*
gh-104679 Fixed syntax highlighting in turtle docs (#104682)
han-solo
2023-05-20
1
-83/+83
*
Replace "OS X" with "macOS" (#104653)
partev
2023-05-20
1
-2/+2
*
docs: fix wrong indentation causing rendering error in dis page (#104661)
Nyakku Shigure
2023-05-19
1
-2/+2
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
1
-3/+6
*
gh-85984: New additions and improvements to the tty library. (#101832)
Soumendra Ganguly
2023-05-19
1
-2/+20
*
gh-104659: Consolidate python examples in enum documentation (#104665)
Thomas Hisch
2023-05-19
1
-6/+6
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-0/+5
*
gh-103921: Rename "type" header in argparse docs (#104654)
Jelle Zijlstra
2023-05-19
1
-15/+15
*
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...
Ronald Oussoren
2023-05-19
1
-0/+11
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
2
-1/+9
*
GH-96803: Document and test new unstable internal frame API functions (GH-104...
Mark Shannon
2023-05-18
1
-0/+35
*
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Prince Roshan
2023-05-18
1
-0/+8
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
1
-2/+44
*
gh-104539: Fix indentation error in logging.config.rst (#104545)
Jesper Noordsij
2023-05-16
1
-1/+1
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
1
-0/+11
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+3
*
gh-67056: document that registering/unregistering an atexit func from within ...
Irit Katriel
2023-05-15
1
-0/+3
*
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland
2023-05-15
1
-0/+2
*
gh-104337: Clarify random.gammavariate doc entry (#104410)
Terry Jan Reedy
2023-05-14
1
-3/+6
*
Minor improvements to typing docs (#104465)
Jelle Zijlstra
2023-05-14
1
-4/+6
*
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood
2023-05-13
2
-6/+3
*
Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430)
Ned Batchelder
2023-05-13
1
-0/+7
*
gh-91896: Fixup some docs issues following ByteString deprecation (#104422)
Alex Waygood
2023-05-12
2
-1/+7
*
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)
Erlend E. Aasland
2023-05-12
1
-0/+3
*
gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
James Gerity
2023-05-11
1
-3/+11
*
gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)
Erlend E. Aasland
2023-05-11
1
-1/+4
*
gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_...
chgnrdv
2023-05-10
1
-9/+22
*
gh-103960: Dark mode: invert image brightness (#103983)
Hugo van Kemenade
2023-05-10
3
-0/+3
*
gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.r...
David Foster
2023-05-09
1
-2/+18
*
gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)
Jacob Bower
2023-05-09
1
-0/+11
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
2
-0/+32
*
gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...
Itamar Ostricher
2023-05-09
1
-5/+5
*
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na
2023-05-09
1
-0/+8
*
GH-104284: Fix documentation gettext build (#104296)
Adam Turner
2023-05-08
1
-10/+10
*
GH-104145: Use fully-qualified cross reference types for the bisect module (#...
Adam Turner
2023-05-08
1
-10/+12
*
gh-102500: Remove mention of bytes shorthand (#104281)
Shantanu
2023-05-08
1
-6/+3
*
gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)
Itamar Ostricher
2023-05-08
1
-1/+18
*
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...
Alex Waygood
2023-05-07
1
-3/+4
*
gh-104254: Document the optional keyword-only "context" argument to Task cons...
Itamar Ostricher
2023-05-07
1
-4/+8
*
gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3...
Alex Waygood
2023-05-06
1
-0/+13
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
23
-77/+77
*
gh-102215: importlib documentation cleanups
Sam Morris
2023-05-06
2
-10/+10
*
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
Barney Gale
2023-05-05
2
-2/+31
*
gh-64658: Expand Argument Clinic return converter docs (#104175)
Erlend E. Aasland
2023-05-05
1
-13/+28
*
gh-104112: link from cached_property docs to method-caching FAQ (#104113)
Carl Meyer
2023-05-04
1
-12/+4
*
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Hugo van Kemenade
2023-05-04
1
-2/+6
*
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
Barney Gale
2023-05-04
1
-2/+18
[next]