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-81040: Improve sqlite3.Cursor.rowcount docs (#94940)
Erlend Egeberg Aasland
2022-07-22
1
-12/+5
*
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
Terry Jan Reedy
2022-07-22
1
-2/+2
*
gh-95112: Fix What's New 3.11 contribution note periods (#95115)
Terry Jan Reedy
2022-07-22
1
-5/+5
*
gh-95112: Fix What's New 3.10 contribution note periods (#95114)
Terry Jan Reedy
2022-07-22
1
-25/+25
*
GH-95029: Describe Windows Store package isolation and redirection in more de...
Anthony Shaw
2022-07-21
1
-3/+31
*
docs: use 'recursively' in the description of rglob, and mention globs in the...
Ned Batchelder
2022-07-20
1
-2/+2
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
3
-38/+29
*
Fix documentation to include possible Exception (#94818)
Guy Yagev
2022-07-18
1
-2/+2
*
Fix incorrect double indent in ast doc (#94976)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
Remove out of date reference to YIELD_FROM from docs. (#94966)
Mark Shannon
2022-07-18
1
-6/+0
*
In ast doc, update 'below' to 'above' (#94967)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
1
-1/+1
*
gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...
Brett Cannon
2022-07-17
1
-0/+7
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
2
-5/+3
*
gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...
anilbey
2022-07-16
1
-4/+5
*
Tutorial sys.argv example should not have interactive prompt (GH-94880)
Marco Buttu
2022-07-16
1
-4/+8
*
Add additional pointers to pathlib's mapping to os.path functions (#94828)
Chris Adams
2022-07-15
1
-1/+2
*
[doc] Update cookbook example and add information about queue types. (GH-94854)
Vinay Sajip
2022-07-15
2
-1/+11
*
GH-46771: docs for asyncio.timeout and task cancellation (#94794)
Tin Tvrtković
2022-07-15
1
-0/+134
*
Docs: fix typo in sqlite3.rst (#94798)
Ikko Ashimine
2022-07-14
1
-1/+1
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+6
*
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...
MonadChains
2022-07-14
1
-0/+3
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Dong-hee Na
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Dong-hee Na
2022-07-14
1
-0/+12
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
1
-6/+25
*
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
Pradyun Gedam
2022-07-12
1
-2/+2
*
docs: typing.Self, fix typo (GH-94771)
Max Zhenzhera
2022-07-12
1
-3/+3
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
1
-0/+4
*
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
[next]