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
...
*
[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
*
[3.10] gh-95273: Align sqlite3 const doc refs with the devguide recommendatio...
Erlend Egeberg Aasland
2022-08-03
1
-32/+32
*
gh-95609: update bundled pip to 22.2.2 (gh-95610)
Miss Islington (bot)
2022-08-03
3
-1/+2
*
gh-91207: Override stylesheet fingerprinting when building for HTML Help (GH-...
CAM Gerlach
2022-08-02
2
-0/+7
*
gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...
Miss Islington (bot)
2022-08-02
1
-1/+1
*
gh-92219: Clarify that some options to the installer may break the install (G...
Miss Islington (bot)
2022-08-02
1
-5/+9
*
gh-95516: Add param types and clarify param descriptions of LogRecord (GH-955...
Miss Islington (bot)
2022-08-02
1
-25/+48
*
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)
Miss Islington (bot)
2022-08-02
5
-24/+43
*
gh-83270: Update IDLE's credits (GH-95528) (#95560)
Miss Islington (bot)
2022-08-02
1
-1/+11
*
Post 3.10.6
Pablo Galindo
2022-08-02
1
-1/+1
*
Python 3.10.6
v3.10.6
Pablo Galindo
2022-08-01
86
-151/+832
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
Miss Islington (bot)
2022-08-01
4
-15/+19
*
IDLE: Fix docs URL in the About window (GH-28417)
Miss Islington (bot)
2022-07-31
1
-2/+3
*
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
Thomas Klausner
2022-07-31
3
-0/+82
*
[3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...
Erlend Egeberg Aasland
2022-07-31
1
-96/+120
*
gh-95471: IDLE - Tweak Edit menu (GH-95481)
Miss Islington (bot)
2022-07-31
3
-1/+7
[prev]
[next]