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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
Miss Islington (bot)
2022-08-19
1
-3/+0
*
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-959...
Miss Islington (bot)
2022-08-19
1
-1/+21
*
[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081). (#96085)
Erlend E. Aasland
2022-08-18
1
-2/+2
*
gh-95271: Rework sqlite3 tutorial (GH-95749)
Miss Islington (bot)
2022-08-18
1
-50/+138
*
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
Miss Islington (bot)
2022-08-15
1
-1/+1
*
gh-94439: typing docs: Add minimum version to `__required_keys__` and `__opti...
Miss Islington (bot)
2022-08-13
1
-0/+5
*
Fix typo in internal/pycore_atomic.h (GH-95939)
Miss Islington (bot)
2022-08-13
1
-1/+1
*
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
3
-4/+11
*
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...
Shantanu
2022-08-12
5
-6/+15
*
gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3...
Miss Islington (bot)
2022-08-12
1
-3/+2
*
gh-92412: Clarify the documentation on library/syslog (GH-92587) (GH-95266)
Miss Islington (bot)
2022-08-12
1
-3/+7
*
[3.10] gh-95789: update documentation RFC base URL (GH-95800)
Julian Maurin
2022-08-12
2
-0/+9
*
[3.10] gh-95273: Improve sqlite3.complete_statement docs (GH-95840) (#95918)
Erlend E. Aasland
2022-08-12
2
-38/+16
*
gh-95841: IDLE - Revise Windows local doc url (GH-95845)
Miss Islington (bot)
2022-08-11
1
-4/+14
*
gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)
Miss Islington (bot)
2022-08-11
1
-1/+1
*
[3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH...
Christian Heimes
2022-08-11
2
-1/+5
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
Miss Islington (bot)
2022-08-11
1
-4/+4
*
gh-75510: Edit idlelib entry in doc (GH-95869)
Miss Islington (bot)
2022-08-11
1
-3/+6
*
gh-84910: Tweak IDLE Glossary entry (GH-95866)
Miss Islington (bot)
2022-08-11
1
-3/+3
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
Miss Islington (bot)
2022-08-11
1
-1/+6
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-10
3
-1/+14
*
Fix documentation typo for functools.cmp_to_key (GH-95766) (#95777)
Miss Islington (bot)
2022-08-10
1
-1/+1
*
gh-75500: Add idlelib section to IDLE doc (GH-95832)
Miss Islington (bot)
2022-08-09
2
-1/+31
*
[3.11] gh-88878: IDLE - replace type('') with str (GH-95792)
Miss Islington (bot)
2022-08-09
1
-1/+1
*
gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
Miss Islington (bot)
2022-08-09
1
-1/+1
*
[3.10] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626...
Erlend E. Aasland
2022-08-08
1
-124/+121
*
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...
Serhiy Storchaka
2022-08-08
4
-4/+4
*
gh-95491: Mention IDLE Issue project in Readme (GH-95750)
Miss Islington (bot)
2022-08-08
1
-0/+8
*
gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)
Miss Islington (bot)
2022-08-06
1
-12/+12
*
gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)
Miss Islington (bot)
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412) (GH-95745)
Miss Islington (bot)
2022-08-06
1
-1/+3
*
gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95743)
Miss Islington (bot)
2022-08-06
1
-3/+4
*
Fix typo in test_dataclasses.py (gh-95735)
Miss Islington (bot)
2022-08-06
1
-2/+2
*
gh-95251: IDLE - Add What's New section to README (GH-95688)
Miss Islington (bot)
2022-08-05
1
-2/+23
*
gh-89362: Doc IDLE menu and search (GH-95697)
Miss Islington (bot)
2022-08-05
2
-32/+52
*
gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...
Petr Viktorin
2022-08-05
5
-871/+982
*
bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) (...
Miss Islington (bot)
2022-08-05
1
-9/+8
*
GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95701)
Miss Islington (bot)
2022-08-05
1
-0/+1
*
gh-65802: IDLE - explain SaveAs and extensions (GH-95690)
Miss Islington (bot)
2022-08-05
3
-2/+8
*
[3.10] Docs: sqlite3 docs fixup (GH-95681) (#95684)
Erlend Egeberg Aasland
2022-08-05
1
-24/+24
*
[3.10] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) ...
Erlend Egeberg Aasland
2022-08-04
1
-26/+38
*
[3.10] gh-95273: Improve documented return values and exceptions raised for s...
Erlend Egeberg Aasland
2022-08-04
1
-33/+18
*
Docs: fix two typos in the sqlite3 docs (GH-95661)
Miss Islington (bot)
2022-08-04
1
-2/+2
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Miss Islington (bot)
2022-08-04
13
-16/+16
*
[3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...
Serhiy Storchaka
2022-08-04
38
-68/+68
*
gh-95638: Update idlelib README file and menu lists (GH-95639)
Miss Islington (bot)
2022-08-04
1
-50/+59
*
gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)
Miss Islington (bot)
2022-08-04
1
-0/+3
*
[3.10] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (#95615)
Shantanu
2022-08-03
1
-19/+20
*
gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...
Steve Dower
2022-08-03
4
-35/+21
*
gh-95597: Fix typo in Lib directory files (GH-95599)
Miss Islington (bot)
2022-08-03
2
-2/+2
[next]