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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
Miss Islington (bot)
2021-07-30
6
-8/+8
*
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
Miss Islington (bot)
2021-07-30
1
-2/+2
*
Fix typo in ast.rst (GH-27449) (GH-27454)
Miss Islington (bot)
2021-07-29
1
-1/+1
*
bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
Miss Islington (bot)
2021-07-29
1
-1/+1
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
Miss Islington (bot)
2021-07-29
5
-5/+78
*
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724...
Miss Islington (bot)
2021-07-29
1
-1/+1
*
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH...
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)
Miss Islington (bot)
2021-07-28
1
-4/+14
*
Fix typo in sqlite3.rst (GH-27415) (GH-27417)
Miss Islington (bot)
2021-07-28
1
-1/+1
*
Add missing end of sentence in docs (GH-27280) (GH-27419)
Miss Islington (bot)
2021-07-28
1
-1/+1
*
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)
Miss Islington (bot)
2021-07-28
2
-20/+23
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...
Miss Islington (bot)
2021-07-27
3
-3/+3
*
[doc] Fix typo in asyncio Event Loop (GH-27377)
Miss Islington (bot)
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
38
-65/+65
*
docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
Miss Islington (bot)
2021-07-26
1
-6/+6
*
The current documentation says it returns None if the name is not found, but ...
Miss Islington (bot)
2021-07-26
1
-1/+1
*
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH...
Miss Islington (bot)
2021-07-26
1
-1/+2
*
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-...
Miss Islington (bot)
2021-07-26
1
-1/+2
*
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
Miss Islington (bot)
2021-07-26
2
-5/+5
*
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
Miss Islington (bot)
2021-07-26
1
-6/+7
*
[3.10] bpo-44399: Update logging cookbook to document patterns to be avoided....
Miss Islington (bot)
2021-07-25
1
-0/+79
*
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347...
Miss Islington (bot)
2021-07-25
1
-0/+4
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
Miss Islington (bot)
2021-07-24
1
-1/+1
*
bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
Miss Islington (bot)
2021-07-24
1
-10/+19
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
1
-10/+1
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Miss Islington (bot)
2021-07-22
1
-1/+4
*
Fix typo in collections.rst (GH-27270) (#27285)
Miss Islington (bot)
2021-07-22
1
-1/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-...
Miss Islington (bot)
2021-07-21
1
-0/+4
*
Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
Miss Islington (bot)
2021-07-19
1
-38/+38
*
[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) ...
Miss Islington (bot)
2021-07-19
1
-3/+3
*
Correct the order of check-abidump (GH-27229)
Pablo Galindo Salgado
2021-07-18
1
-4804/+9742
*
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate li...
Miss Islington (bot)
2021-07-15
1
-4/+5
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Miss Islington (bot)
2021-07-14
1
-0/+2
*
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-...
Miss Islington (bot)
2021-07-14
1
-1/+1
*
[3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH...
Pablo Galindo Salgado
2021-07-14
1
-1/+29
*
bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (GH-27113)
Miss Islington (bot)
2021-07-13
1
-0/+3
*
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27...
Miss Islington (bot)
2021-07-13
2
-0/+10
*
bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
Miss Islington (bot)
2021-07-13
1
-4/+2
*
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...
Miss Islington (bot)
2021-07-12
1
-0/+2
*
bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)
Miss Islington (bot)
2021-07-12
1
-0/+8
*
Doc: Fix wrong exception used in example. (GH-26572)
Miss Islington (bot)
2021-07-09
1
-1/+1
*
docs: add the word 'official' (GH-26849)
Miss Islington (bot)
2021-07-08
1
-1/+1
*
bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
Miss Islington (bot)
2021-07-05
1
-2/+7
*
[3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
Ethan Furman
2021-07-04
7
-1983/+1023
*
Fix a small typo in the docs (GH-26991) (GH-27003)
Miss Islington (bot)
2021-07-03
1
-1/+1
*
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...
Miss Islington (bot)
2021-07-02
1
-18/+30
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-0/+18
*
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...
Miss Islington (bot)
2021-06-29
1
-5/+6
*
bpo-42588: Update the docs for the TopologicalSorter.static_order() method (G...
Miss Islington (bot)
2021-06-29
1
-4/+5
[next]