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-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
*
bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)
Harry
2021-03-29
1
-1/+0
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
5
-0/+138
*
bpo-31907: [doc] clarify that str.format() does not support arbitrary express...
Irit Katriel
2021-03-28
1
-2/+2
*
bpo-43644: Add docs for importlib.resources.as_file. (#25048)
Jason R. Coombs
2021-03-28
1
-0/+16
*
bpo-39231: correct tutorial annotations section (GH-25029)
Irit Katriel
2021-03-27
1
-1/+1
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Ville Skyttä
2021-03-27
1
-1/+1
*
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach
2021-03-26
1
-1/+1
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
2
-0/+13
*
bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)
Jared Sutton
2021-03-26
1
-5/+4
*
"exists" -> "exist" in What's New 3.10 (GH-25019)
blopblopy
2021-03-25
1
-1/+1
*
Doc: io: Remove "In-memory streams" section (GH-24927)
Inada Naoki
2021-03-25
1
-10/+0
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
2
-7/+13
*
bpo-42914: add a pprint underscore_numbers option (GH-24864)
sblondon
2021-03-24
1
-6/+17
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-0/+11
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-2/+7
*
bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.1...
Pablo Galindo
2021-03-24
1
-1/+4
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
5
-0/+27
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+12
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
2
-25/+55
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-1/+9
*
bpo-41718: Update runpy startup time What's New (GH-24998)
Victor Stinner
2021-03-23
1
-3/+4
*
Clarify attribute docs on types.ModuleType (GH-24974)
Brett Cannon
2021-03-23
1
-2/+30
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
2
-232/+0
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
2
-0/+6
*
Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)
Mark Shannon
2021-03-19
1
-0/+2
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
2
-1/+16
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
2
-0/+56
*
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner
2021-03-18
1
-0/+5
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+7
*
Add PEP 626 to what's new in 3.10. (#24892)
Mark Shannon
2021-03-16
1
-0/+8
*
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Inada Naoki
2021-03-16
1
-11/+15
*
Fix typo in the word "spaghetti" (GH-24866)
Kazantcev Andrey
2021-03-15
1
-1/+1
[next]