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
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
4
-8/+41
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
3
-8/+13
*
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson
2021-04-11
1
-4/+7
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
2
-4/+26
*
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...
Eric V. Smith
2021-04-11
1
-5/+14
*
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala
2021-04-11
1
-1/+1
*
bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
DevilXD
2021-04-10
1
-4/+1
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
3
-0/+42
*
bpo-40701: doc typo historcal -> historical (GH-25334)
Gregory P. Smith
2021-04-10
1
-1/+1
*
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan
2021-04-10
1
-1/+1
*
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Christian Heimes
2021-04-09
1
-2/+2
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-0/+8
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
2
-0/+16
*
bpo-43774: Document the Python Build System (GH-25302)
Victor Stinner
2021-04-09
1
-7/+116
*
bpo-43774: Enhance configure documentation (GH-25293)
Victor Stinner
2021-04-08
1
-50/+125
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner
2021-04-08
1
-5/+11
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
20
-47/+678
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
2
-4/+10
*
bpo-36540: Improve doc of function definition regarding positional-only argum...
Saiyang Gou
2021-04-07
1
-2/+8
*
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Barney Gale
2021-04-07
1
-7/+14
*
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (...
Barney Gale
2021-04-07
1
-3/+16
*
bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (G...
Saiyang Gou
2021-04-07
1
-5/+2
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
2
-3/+5
*
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin
2021-04-06
2
-3/+3
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
2
-3/+49
*
bpo-41870: Update What's News 3.10 about vectorcall (#25219)
Dong-hee Na
2021-04-06
1
-0/+4
*
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon
2021-04-06
1
-0/+8
*
bpo-17305: Link to the third-party idna package. (GH-25208)
Gregory P. Smith
2021-04-06
1
-0/+3
*
bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)
Raymond Hettinger
2021-04-05
1
-0/+35
*
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
Zackery Spytz
2021-04-05
1
-2/+2
*
Fix the "make suspicious" check on the pprint docs (GH-25193)
Pablo Galindo
2021-04-05
1
-2/+2
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-0/+3
*
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
Ken Jin
2021-04-04
1
-2/+7
*
bpo-43325: Add FAQ entry for identity tests (GH-25168)
Raymond Hettinger
2021-04-04
2
-3/+89
*
Replace broken example code with correct simpler code. (GH-25162)
Raymond Hettinger
2021-04-03
1
-2/+2
*
Add more tests for the descriptor tutorial (GH-25164)
Raymond Hettinger
2021-04-03
1
-7/+57
*
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
Ammar Askar
2021-04-02
1
-3/+19
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
2
-2/+9
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
2
-2/+13
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-0/+12
*
Document PyCode_Addr2Line function. (GH-25111)
Mark Shannon
2021-04-02
1
-0/+8
*
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
Zackery Spytz
2021-04-01
1
-1/+1
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
1
-1/+0
*
bpo-43688: Run make regen-limited-abi (GH-25134)
Victor Stinner
2021-04-01
1
-0/+2
*
Fix typos in 3.10 "What's new" (GH-25104)
Don Kirkby
2021-04-01
1
-4/+4
*
Enum: add (re)import of Flag for doctests (GH-25118)
Ethan Furman
2021-03-31
1
-4/+4
*
bpo-42225: IDLE - document two unix-related problems. (#25078)
Terry Jan Reedy
2021-03-31
1
-2/+17
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
7
-1203/+1872
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
2
-0/+20
[next]