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-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon
2022-03-21
26
-22/+92
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
1
-0/+54
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
2
-12/+9
*
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...
Arie Bovenberg
2022-03-19
1
-0/+10
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
1
-0/+3
*
bpo-44544: add textwrap placeholder arg (GH-27671)
andrei kulakov
2022-03-19
1
-2/+3
*
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
Hugo van Kemenade
2022-03-18
4
-1/+10
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro Hrončok
2022-03-18
2
-1/+19
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-43/+3
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+15
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
1
-2/+5
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
1
-3/+1
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
1
-0/+25
*
bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)
Alex Waygood
2022-03-16
1
-21/+55
*
bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)
slateny
2022-03-14
1
-1/+2
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
2
-3/+17
*
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
Jason R. Coombs
2022-03-13
1
-0/+1
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
2
-0/+44
*
bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525)
Illia Volochii
2022-03-12
1
-1/+5
*
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Victor Stinner
2022-03-11
1
-0/+3
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
slateny
2022-03-11
1
-0/+6
*
sqlite3: normalise pre-acronym determiners (GH-31772)
Erlend Egeberg Aasland
2022-03-11
1
-5/+5
*
Remove print race from task_done example. (GH-31795)
Raymond Hettinger
2022-03-10
1
-4/+3
*
bpo-46917: math.nan is now always available (GH-31793)
Victor Stinner
2022-03-10
1
-0/+3
*
bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH...
Charlie Zhao
2022-03-10
1
-3/+88
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-6/+0
*
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
Serhiy Storchaka
2022-03-09
1
-2/+8
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-0/+6
*
Docstring: replace pysqlite with sqlite3 (GH-31758)
Erlend Egeberg Aasland
2022-03-09
1
-2/+2
*
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen
2022-03-08
2
-0/+118
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Meer Suri
2022-03-08
1
-0/+4
*
importlib.metadata: Remove empty footnote section (GH-30451)
Ned Batchelder
2022-03-08
1
-3/+0
*
bpo-38738: Fix formatting of True and False in the threading documentation (G...
Géry Ogam
2022-03-04
1
-8/+8
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
1
-7/+4
*
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher
2022-03-04
1
-1/+10
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
vidhya
2022-03-03
1
-5/+3
*
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
slateny
2022-03-03
1
-2/+3
*
bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31...
slateny
2022-03-02
1
-2/+3
*
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
Nikita Sobolev
2022-03-02
1
-3/+6
*
bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL imple...
Kumar Aditya
2022-02-26
1
-5/+55
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
2
-2/+30
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
1
-1/+1
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Kumar Aditya
2022-02-25
1
-14/+16
*
Update dict/OrderedDict differences with code equivalents. (GH-31563)
Raymond Hettinger
2022-02-25
1
-6/+23
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
1
-7/+28
*
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...
slateny
2022-02-25
1
-0/+3
*
bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
Victor Stinner
2022-02-24
1
-3/+4
*
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
1
-0/+2
*
bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...
vidhya
2022-02-22
1
-0/+3
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-0/+3
[next]