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
*
Improve Windows commands in tutorial (GH-14400)
Steve Dower
2019-06-26
1
-6/+4
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Miss Islington (bot)
2019-06-26
2
-0/+10
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
Steve Dower
2019-06-25
1
-0/+4
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Miss Islington (bot)
2019-06-25
1
-1/+1
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Miss Islington (bot)
2019-06-25
1
-0/+8
*
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Miss Islington (bot)
2019-06-24
3
-65/+280
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Miss Islington (bot)
2019-06-24
20
-14/+98
*
asyncio: Fix docs for default event loop (GH-14308)
Miss Islington (bot)
2019-06-24
1
-1/+1
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Miss Islington (bot)
2019-06-22
2
-1/+9
*
bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
Steve Dower
2019-06-22
1
-0/+19
*
Update What's New in Python 3.8 (GH-14253) (GH-14294)
Victor Stinner
2019-06-21
1
-1/+1
*
[3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)
Mariatta
2019-06-21
1
-1/+1
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Miss Islington (bot)
2019-06-20
1
-1/+1
*
Update What's New in Python 3.8 (GH-14239)
Miss Islington (bot)
2019-06-19
1
-1/+2
*
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...
Miss Islington (bot)
2019-06-19
1
-1/+1
*
bpo-37331: Clarify format of socket handler messages in the documentation. (G...
Miss Islington (bot)
2019-06-19
1
-4/+14
*
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...
Miss Islington (bot)
2019-06-19
1
-3/+5
*
Document typing.ForwardRef (GH-14216)
Miss Islington (bot)
2019-06-19
1
-0/+7
*
[3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (...
Miss Islington (bot)
2019-06-19
1
-0/+2
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Miss Islington (bot)
2019-06-18
1
-15/+20
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot)
2019-06-18
1
-1/+15
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14...
Miss Islington (bot)
2019-06-17
1
-1/+4
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)
Victor Stinner
2019-06-17
1
-7/+15
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
1
-12/+51
*
Doc: Remove an ugly space before a dot. (GH-14123)
Miss Islington (bot)
2019-06-16
1
-1/+1
*
Doc: Deprecation header: More precise wording. (GH-14109)
Miss Islington (bot)
2019-06-15
1
-1/+1
*
bpo-36785: PEP 574 What's New entry (GH-13931)
Miss Islington (bot)
2019-06-15
1
-1/+17
*
Update weakref.rst (GH-14098)
Miss Islington (bot)
2019-06-15
1
-5/+6
*
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Miss Islington (bot)
2019-06-15
2
-0/+20
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
1
-1/+1
*
Document C API changes in What's New in Python 3.8 (GH-14092)
Miss Islington (bot)
2019-06-14
1
-0/+27
*
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Miss Islington (bot)
2019-06-14
3
-10/+22
*
Update concurrent.futures.rst (GH-14061)
Miss Islington (bot)
2019-06-14
1
-6/+8
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
2019-06-13
2
-2/+2
*
bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...
Miss Islington (bot)
2019-06-13
1
-3/+4
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Miss Islington (bot)
2019-06-13
1
-0/+12
*
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-1...
Victor Stinner
2019-06-13
2
-4/+20
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
2
-2/+2
*
Add some placeholder notes for major 3.8 features (GH-13927) (#13929)
Miss Islington (bot)
2019-06-12
1
-0/+7
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Miss Islington (bot)
2019-06-12
1
-4/+4
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH...
Miss Islington (bot)
2019-06-12
2
-9/+10
*
bpo-35766: What's new in the ast and typing modules (GH-13984)
Miss Islington (bot)
2019-06-11
1
-0/+46
*
[3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964)
Makdon
2019-06-11
1
-2/+2
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
Miss Islington (bot)
2019-06-08
1
-1/+4
*
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-2/+4
*
bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...
Miss Islington (bot)
2019-06-06
1
-2/+2
*
bpo-37134: Use PEP570 syntax for sum() (GH-13851)
Miss Islington (bot)
2019-06-05
1
-3/+3
*
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Miss Islington (bot)
2019-06-05
1
-2/+3
*
bpo-26836: Document os.memfd_create() name parameter (GH-13838) (GH-13839)
Miss Islington (bot)
2019-06-05
1
-0/+7
*
Fix documentation (GH-13721)
Miss Islington (bot)
2019-06-05
1
-0/+4
[next]