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
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
2020-10-19
1
-0/+19
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
2
-0/+7
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Zackery Spytz
2020-10-19
1
-4/+2
*
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Michel Samia
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (#22268)
abdo
2020-10-19
1
-1/+1
*
bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...
Irit Katriel
2020-10-19
1
-5/+6
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
3
-4/+3
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
2
-20/+46
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu
2020-10-18
1
-1/+1
*
[doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
Andre Delfino
2020-10-17
1
-1/+3
*
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH...
Zackery Spytz
2020-10-16
1
-21/+1
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
2020-10-15
1
-0/+2
*
Minor clarification (GH-22708)
Raymond Hettinger
2020-10-15
1
-3/+3
*
Update timings for the final release (GH-22697)
Raymond Hettinger
2020-10-14
1
-27/+27
*
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...
Hai Shi
2020-10-14
1
-0/+5
*
Improve recipe readability (GH-22685)
Raymond Hettinger
2020-10-13
1
-31/+37
*
Add recipe for a version of random() with a larger population (GH-22664)
Raymond Hettinger
2020-10-13
1
-2/+53
*
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev
2020-10-13
1
-0/+4
*
Fix typo in "Context manager types" section in typing.rst (GH-22676)
Saiyang Gou
2020-10-12
1
-2/+2
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
3
-16/+1
*
[doc] Remove mention of async and await as soft keywords (GH-22144)
Andre Delfino
2020-10-12
1
-4/+5
*
Fix .. code-block :: directives in decimal.rst (GH-22571)
Anthony Sottile
2020-10-11
1
-3/+3
*
Fix typo (GH-22582)
Gaurav Kamath
2020-10-11
1
-1/+1
*
Fix typo in typing.rst (GH-22625)
abdo
2020-10-11
1
-1/+1
*
Fix incorrect parameter name (GH-22613)
Xie Yanbo
2020-10-10
1
-1/+1
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
4
-5/+23
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-0/+6
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Phil Elson
2020-10-08
1
-1/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
3
-37/+17
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
2
-2/+36
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
2
-7/+20
*
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
2020-10-06
2
-5/+28
*
bpo-41584: clarify when the reflected method of a binary arithemtic operator ...
Brett Cannon
2020-10-05
1
-7/+8
*
bpo-41774: Tweak new programming FAQ entry (GH-22562)
Terry Jan Reedy
2020-10-05
1
-1/+1
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-0/+5
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
4
-0/+154
*
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...
scoder
2020-10-04
1
-0/+6
*
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (G...
Irit Katriel
2020-10-04
1
-1/+2
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
2
-1/+7
*
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Andre Delfino
2020-10-03
2
-8/+8
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Andre Delfino
2020-10-03
1
-2/+2
*
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum
2020-10-03
1
-0/+8
*
[doc] Fix link to abc.collections.Iterable (GH-22502)
Andre Delfino
2020-10-02
1
-1/+1
*
Fix is_typeddict markup (#22501)
Andre Delfino
2020-10-02
1
-5/+6
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton
2020-10-02
1
-4/+6
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-0/+8
*
[doc] Update references to NumPy (GH-22458)
Andre Delfino
2020-10-01
4
-8/+5
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
3
-17/+37
*
Fix grammar in secrets module documentation (GH-22467)
Max Smolens
2020-09-30
1
-1/+1
*
bpo-41774: Add programming FAQ entry (GH-22402)
Terry Jan Reedy
2020-09-29
1
-0/+15
[next]