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-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
2
-0/+57
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+3
*
Update logging.config.rst (GH-24630)
takahashi
2021-02-26
1
-1/+1
*
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
Guanzhong Chen
2021-02-24
1
-13/+13
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Terry Jan Reedy
2021-02-24
1
-0/+9
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki
2021-02-22
2
-8/+7
*
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
Inada Naoki
2021-02-22
1
-6/+12
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Terry Jan Reedy
2021-02-21
1
-14/+15
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Terry Jan Reedy
2021-02-21
1
-2/+2
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
2
-0/+9
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-1/+10
*
Fix typo in dis module doc (GH-24509)
Irit Katriel
2021-02-20
1
-1/+1
*
bpo-43042: Augment tutorial sentence (GH-24514)
Terry Jan Reedy
2021-02-20
1
-1/+2
*
closes bpo-43266: Improve array formatting. (GH-24573)
Erlend Egeberg Aasland
2021-02-19
1
-4/+4
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-0/+8
*
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
Erlend Egeberg Aasland
2021-02-19
1
-2/+2
*
Remove all links to mingw.org (GH-24552)
Jeremy Paige
2021-02-18
2
-4/+1
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
1
-3/+5
*
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
David CARLIER
2021-02-18
1
-0/+8
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
2
-0/+11
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
1
-0/+6
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
1
-2/+2
*
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Erlend Egeberg Aasland
2021-02-16
1
-2/+2
*
Add a warning block around the get_referrers() documentation (GH-24511)
Pablo Galindo
2021-02-15
1
-4/+5
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
4
-12/+18
*
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland
2021-02-15
1
-2/+2
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
7
-6/+86
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Zackery Spytz
2021-02-13
1
-2/+3
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
1
-1/+3
*
Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
Tom Forbes
2021-02-10
1
-1/+1
*
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
Ken Jin
2021-02-09
1
-0/+2
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-09
3
-19/+20
*
bpo-43147: Remove archaic terminology. (GH-24462)
Raymond Hettinger
2021-02-08
1
-6/+5
*
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
Terry Jan Reedy
2021-02-07
1
-1/+2
*
Simple typo fix (GH-24448)
Andrew Tennikoff
2021-02-05
1
-1/+1
*
Minor readability improvements. Also note performance impact of __slots__. (...
Raymond Hettinger
2021-02-05
1
-8/+11
*
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Dong-hee Na
2021-02-03
2
-0/+14
*
Merge tag 'v3.10.0a5'
Pablo Galindo
2021-02-03
1
-1/+1
|
\
|
*
Fix Sphynx syntax in the memory.rst document
v3.10.0a5
Pablo Galindo
2021-02-02
1
-1/+1
*
|
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
diegoe
2021-02-03
1
-1/+1
*
|
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Steve Dower
2021-02-03
1
-0/+5
*
|
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...
Ken Jin
2021-02-02
2
-0/+16
|
/
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-0/+6
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
1
-0/+8
*
bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383)
Pablo Galindo
2021-01-31
1
-4/+4
*
Doc: errors tutorial improvements (GH-16269)
Adorilson Bezerra
2021-01-31
1
-21/+21
*
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
L
2021-01-31
1
-4/+0
*
bpo-43047: logging.config formatters documentation update (GH-24358)
Ian Wienand
2021-01-30
1
-19/+23
*
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Steve Dower
2021-01-29
4
-0/+35
*
Fixing typos in turtle.rst (GH-24376)
Jules Lasne
2021-01-29
1
-6/+6
[next]