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-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
2
-10/+4
*
gh-94309: Deprecate typing.Hashable/Sized (GH-94626)
MonadChains
2022-07-10
1
-0/+9
*
GH-77265: Document NaN handling in statistics functions that sort or count (#...
Raymond Hettinger
2022-07-10
1
-0/+29
*
gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)
CAM Gerlach
2022-07-09
1
-43/+41
*
Use mdash-es consistently in the library docs index (#92762)
Oleg Iarygin
2022-07-08
1
-4/+4
*
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner
2022-07-08
1
-0/+9
*
gh-94622: Add more references to the sqlite3 types anchor (#94623)
Erlend Egeberg Aasland
2022-07-08
1
-8/+8
*
gh-94321: Document sqlite3.PrepareProtocol (#94620)
Erlend Egeberg Aasland
2022-07-07
1
-0/+12
*
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot
2022-07-07
1
-1/+20
*
gh-94628: Add explicit parameter list to sqlite3.connect docs (#94629)
Erlend Egeberg Aasland
2022-07-07
1
-76/+105
*
gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...
Erlend Egeberg Aasland
2022-07-06
1
-11/+11
*
gh-94017: Improve clarity of sqlite3 transaction handling docs (#94320)
Erlend Egeberg Aasland
2022-07-06
1
-39/+61
*
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)
Erik De Bonte
2022-07-05
1
-0/+51
*
Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489)
Petr Viktorin
2022-07-05
2
-0/+537
*
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Erik Montnemery
2022-07-05
1
-1/+1
*
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)
Victor Stinner
2022-07-05
1
-0/+5
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
64
-111/+111
*
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)
KotlinIsland
2022-07-05
1
-0/+7
*
gh-94383: Remove ElementTree.Element.copy() method (#94384)
Victor Stinner
2022-07-04
1
-0/+6
*
gh-94352: shlex.split() no longer accepts None (#94353)
Victor Stinner
2022-07-04
2
-3/+8
*
Update logging documentation: change cross-reference and add webapp r… (GH-...
Vinay Sajip
2022-07-04
2
-1/+223
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
1
-7/+30
*
IDLE doc: Tweek RESTART and Windows console start (#94530)
Terry Jan Reedy
2022-07-03
1
-2/+4
*
Doc: fix sqlite3 blob reference anchor (#94505)
Erlend Egeberg Aasland
2022-07-02
1
-2/+2
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Sam Ezeh
2022-07-01
2
-2/+13
*
Update code sample when importing modules in queue doc (GH-94244)
Mariatta Wijaya
2022-07-01
1
-1/+2
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
2
-2/+91
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Mariatta Wijaya
2022-06-30
1
-1/+1
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-0/+1
*
xml.dom.minidom docs: fix typo (#93437)
Jean-Christophe Helary
2022-06-30
1
-1/+1
*
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum
2022-06-30
2
-2/+106
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Irit Katriel
2022-06-30
1
-4/+6
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Irit Katriel
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Cheryl Sabella
2022-06-29
1
-3/+3
*
gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)
Julien Palard
2022-06-29
1
-0/+2
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-18/+2
*
gh-61585: Clarify import scope in modules tutorial (GH-93455)
Stanley
2022-06-28
1
-10/+11
*
Add docs for decorated object and field specifier params (GH-94354)
Erik De Bonte
2022-06-28
1
-1/+35
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
2
-0/+9
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
2
-12/+12
*
gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)
Julien Palard
2022-06-28
1
-1/+1
*
gh-82006: IDLE doc improvements (#94349)
Terry Jan Reedy
2022-06-27
1
-11/+24
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-5/+21
*
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
Arun Mani J
2022-06-26
1
-2/+3
*
gh-94214: Add venv context.lib_path and document the context (GH-94221)
Paul Moore
2022-06-26
1
-0/+39
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
3
-15/+8
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Max Bachmann
2022-06-26
1
-2/+2
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
3
-50/+47
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
1
-8/+31
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Irit Katriel
2022-06-25
1
-2/+2
[next]