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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
3
-16/+11
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
DonnaDia
2021-09-07
1
-0/+2
*
Add more itertool recipes (GH-28165)
Raymond Hettinger
2021-09-07
1
-2/+20
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
1
-7/+4
*
More useful OrderedDict LRU recipes (GH-28164)
Raymond Hettinger
2021-09-05
1
-19/+76
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Raymond Hettinger
2021-09-05
1
-1/+28
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-5/+5
*
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
Dong-hee Na
2021-09-03
1
-2/+5
*
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
Victor Stinner
2021-09-02
1
-4/+3
*
[doc] Reword sentinel object summary in dataclasses (GH-27792)
Ville Korhonen
2021-09-02
1
-4/+3
*
bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
Łukasz Langa
2021-09-02
1
-6/+9
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
2
-21/+42
*
[doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...
Łukasz Langa
2021-09-02
1
-0/+4
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
3
-22/+14
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
3
-105/+2
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-1/+2
*
bpo-44135: [docs] Fix inline markup (GH-28095)
Ken Jin
2021-08-31
1
-1/+1
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
1
-1/+1
*
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...
Zack Kneupper
2021-08-31
1
-3/+3
*
bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
DonnaDia
2021-08-31
1
-4/+4
*
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Erlend Egeberg Aasland
2021-08-30
1
-0/+14
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
Victor Stinner
2021-08-29
1
-14/+18
*
bpo-41818: ++ termios versionadded markers. (GH-27987)
Gregory P. Smith
2021-08-27
1
-0/+4
*
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly
2021-08-27
1
-0/+16
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov
2021-08-26
1
-2/+3
*
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
Serhiy Storchaka
2021-08-26
1
-1/+1
*
bpo-39452: Rewrite and expand __main__.rst (#26883)
Jack DeVries
2021-08-24
1
-17/+360
*
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
Idan Moral
2021-08-23
1
-0/+2
*
bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
Mark Roseman
2021-08-23
1
-39/+9
*
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation o...
Mark Roseman
2021-08-23
1
-0/+7
*
bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)
Mark Roseman
2021-08-23
1
-145/+176
*
[doc] Fix typo in idle.rst (GH-27903)
Ikko Ashimine
2021-08-23
1
-1/+1
*
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
Sebastian Rittau
2021-08-22
1
-14/+16
*
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
Mark Roseman
2021-08-22
1
-17/+36
*
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...
Mark Roseman
2021-08-22
1
-3/+2
*
bpo-42560: rework external references in Tkinter docs (GH-27838)
Mark Roseman
2021-08-22
1
-29/+19
*
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov
2021-08-22
1
-0/+4
*
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
Serhiy Storchaka
2021-08-22
1
-4/+14
*
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (#...
Maximilian Hils
2021-08-20
1
-0/+7
*
Fix reST markup in dataclasses.rst (GH-27843)
Jean-Abou-Samra
2021-08-19
1
-1/+1
*
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa
2021-08-19
1
-0/+5
*
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
meowmeowmeowcat
2021-08-17
1
-0/+4
*
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
Gautam Chaudhuri
2021-08-17
2
-60/+2
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
1
-0/+28
*
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
andrei kulakov
2021-08-13
2
-4/+13
*
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Łukasz Langa
2021-08-13
1
-5/+9
*
bpo-26228: Fix pty EOF handling (GH-12049)
Zephyr Shannon
2021-08-11
1
-5/+1
*
bpo-33479: Add architecture and threading model sections to Tkinter module do...
Mark Roseman
2021-08-11
1
-0/+104
*
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
Terry Jan Reedy
2021-08-10
1
-2/+1
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw
2021-08-09
9
-0/+44
[next]