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
*
Spell out 's.pop() or s.pop(i)' (GH-27398)
Dennis Sweeney
2021-07-28
1
-1/+1
*
bpo-44559: [Enum] correct `versionadded` to 3.11 for new features (GH-27388)
Steffen Zeile
2021-07-27
1
-6/+6
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Mariusz Felisiak
2021-07-27
1
-1/+1
*
[doc] Fix typo in asyncio Event Loop (GH-27377)
Vinicius Gubiani Ferreira
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
20
-40/+40
*
Fix typos in `Weekday.today` example (GH-27363)
Steffen Zeile
2021-07-26
1
-1/+1
*
docs: replace "Mac OS X" -> "macOS" (GH-27364)
partev
2021-07-26
1
-6/+6
*
The current documentation says it returns None if the name is not found, but ...
Jelle Zijlstra
2021-07-26
1
-1/+1
*
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)
Serhiy Storchaka
2021-07-26
1
-1/+2
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
2
-5/+5
*
Fix typo in dataclasses documentation (#27360)
thomkeh
2021-07-26
1
-1/+1
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
1
-0/+3
*
bpo-43184: Add information about added attribute and method. (GH-27347)
Vinay Sajip
2021-07-25
1
-0/+4
*
Fix typo in ssl documentation (GH-27329)
Anton Grübel
2021-07-24
1
-2/+2
*
bpo-44611: Update docs for os and whatsnew 3.11 (#27314)
Dong-hee Na
2021-07-24
1
-1/+5
*
bpo-44353: Document that typing.NewType is now a class (#27319)
Ken Jin
2021-07-24
1
-10/+19
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
Jack DeVries
2021-07-22
1
-1/+1
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Jack DeVries
2021-07-22
1
-1/+4
*
Fix typo in collections.rst (#27270)
Elliot Waite
2021-07-22
1
-1/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
andrei kulakov
2021-07-21
1
-0/+4
*
correct spelling (GH-27076)
Sondre Lillebø Gundersen
2021-07-19
1
-1/+1
*
Clean up comma usage in Doc/library/functions.rst (#27083)
α∂мιηιχтяαтσя
2021-07-19
1
-38/+38
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
1
-26/+14
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-1/+13
*
bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...
Batuhan Taskaya
2021-07-18
1
-2/+2
*
bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...
Jason R. Coombs
2021-07-16
1
-0/+4
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
1
-0/+8
*
bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
andrei kulakov
2021-07-15
1
-0/+3
*
bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...
Vinay Sajip
2021-07-15
1
-2/+6
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+2
*
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)
Jack DeVries
2021-07-14
1
-1/+1
*
bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)
andrei kulakov
2021-07-13
1
-0/+3
*
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
Kevin Follstad
2021-07-13
2
-0/+10
*
bpo-44613: Make importlib.metadata non-provisional (#27101)
Barry Warsaw
2021-07-12
1
-4/+2
*
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya
2021-07-12
1
-2/+2
*
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...
David Sanders
2021-07-12
1
-0/+2
*
bpo-26329: update os.path.normpath documentation (GH-20138)
Furkan Onder
2021-07-12
1
-0/+8
*
Doc: Fix wrong exception used in example. (GH-26572)
Julien Palard
2021-07-08
1
-1/+1
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
1
-4/+8
*
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo
2021-07-07
1
-0/+4
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Julien Palard
2021-07-07
1
-2/+3
*
bpo-43453: Update and re-add example to typing runtime_checkable (#27013)
andrei kulakov
2021-07-05
1
-2/+7
*
bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
Jack DeVries
2021-07-05
1
-1/+1
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-6/+11
*
bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)
Matthew Clapp
2021-07-02
1
-5/+6
*
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...
Irit Katriel
2021-07-02
1
-18/+30
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-8/+4
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
2
-62/+2
*
bpo-41180: Fixes documentation to specify correct event name and add versionc...
Steve Dower
2021-06-30
1
-1/+11
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-0/+8
[next]