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
*
Docs: Improve clarity for bytes.hex() (#95257)
Tim Burke
2022-08-30
1
-3/+4
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
da-woods
2022-08-30
1
-3/+6
*
Docs: normalize SQL style in sqlite3 docs (#96403)
Erlend E. Aasland
2022-08-29
1
-7/+7
*
gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)
Vinay Sajip
2022-08-29
1
-0/+7
*
gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)
Petr Viktorin
2022-08-29
1
-1/+2
*
gh-95432: Add doctests for the sqlite3 docs (#96225)
Erlend E. Aasland
2022-08-29
1
-64/+125
*
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Jonathan Oberländer
2022-08-28
1
-1/+1
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-2/+14
*
Docs: Fix count of bullets in asyncio-task.rst (#96307)
zhanpon
2022-08-27
1
-1/+1
*
gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)
Vinay Sajip
2022-08-26
1
-0/+82
*
Fix documentation typo for pathlib.Path.walk (GH-96301)
Ansab Gillani
2022-08-26
1
-1/+1
*
gh-95994: Clarify escaped newlines. (#96066)
Ezio Melotti
2022-08-26
1
-11/+22
*
gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)
Dong-hee Na
2022-08-26
1
-0/+2
*
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
Dong-hee Na
2022-08-26
1
-1/+1
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
ov2k
2022-08-25
1
-3/+3
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
1
-0/+4
*
gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)
Vinay Sajip
2022-08-25
1
-0/+6
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
3
-0/+50
*
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
prego
2022-08-24
1
-1/+1
*
gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...
Dong-hee Na
2022-08-24
1
-0/+2
*
gh-94635: Frame sqlite3 how-to headings as such & move default adapters to re...
C.A.M. Gerlach
2022-08-24
1
-48/+48
*
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger
2022-08-23
1
-0/+43
*
gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (#96134)
C.A.M. Gerlach
2022-08-23
1
-4/+14
*
gh-95432: Add doctest for sqlite3 tutorial (#96193)
Erlend E. Aasland
2022-08-23
1
-16/+47
*
gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (#96122)
Erlend E. Aasland
2022-08-22
2
-70/+18
*
small grammatical change (GH-96138)
sand8089
2022-08-21
1
-1/+1
*
GH-95880: Clarify StringIO append/overwrite behavior. (GH-96104)
Raymond Hettinger
2022-08-21
1
-2/+6
*
Add polynomial_from_roots() to the itertools recipes (#96102)
Raymond Hettinger
2022-08-21
1
-0/+19
*
gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...
Nick Coghlan
2022-08-21
2
-1/+23
*
gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141)
Dong-hee Na
2022-08-20
1
-1/+1
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-3/+18
*
Docs: Fix markup of module name in sqlite3 docs (#96115)
Erlend E. Aasland
2022-08-19
1
-3/+3
*
Doc: Use consistent markup for example Point class in sqlite3 (#96095)
C.A.M. Gerlach
2022-08-19
1
-3/+3
*
Docs: group sqlite3.Connection attributes and methods (#96090)
Erlend E. Aasland
2022-08-19
1
-39/+37
*
gh-94635: Remove sqlite3 doc introduction heading (#96089)
Erlend E. Aasland
2022-08-19
1
-3/+0
*
gh-96039: Corrected wording error in itertools doc (GH-96105)
MrSuspicious
2022-08-19
1
-1/+1
*
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)
Raymond Hettinger
2022-08-19
1
-1/+21
*
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (#...
C.A.M. Gerlach
2022-08-18
1
-0/+25
*
GH-93179: Document the thread safety of functools.lru_cache (GH-95970)
Raymond Hettinger
2022-08-18
1
-0/+6
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
2
-1/+24
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
1
-11/+37
*
Docs: Escape lone stars in sqlite3 docs (#96081)
Erlend E. Aasland
2022-08-18
1
-5/+5
*
gh-95271: Rework sqlite3 tutorial (#95749)
Erlend E. Aasland
2022-08-18
1
-50/+138
*
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner
2022-08-18
4
-12/+10
*
gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)
Irit Katriel
2022-08-18
1
-0/+14
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-0/+17
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
1
-0/+6
*
gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034)
Christian Heimes
2022-08-17
1
-1/+1
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
2
-1/+15
*
remove repetitive credit from what's new in 3.11 rst (GH-96024)
Irit Katriel
2022-08-16
1
-1/+0
[next]