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-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-18/+0
*
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope
2019-08-31
1
-4/+18
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-2/+2
*
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
Paul Ganssle
2019-08-29
1
-1/+3
*
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger
2019-08-29
1
-4/+7
*
bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-1...
Raymond Hettinger
2019-08-29
1
-3/+2
*
bpo-23674: Clarify ambiguities in super() docs (#15564)
Raymond Hettinger
2019-08-29
1
-3/+10
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Serhiy Storchaka
2019-08-29
1
-4/+5
*
bpo-35946: Improve assert_called_with documentation (GH-11796)
Rémi Lapeyre
2019-08-29
1
-2/+2
*
Raise a RuntimeError when tee iterator is consumed from different threads (GH...
HongWeipeng
2019-08-29
1
-1/+2
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
1
-0/+4
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
1
-0/+7
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+7
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+8
*
bpo-37905: Improve docs for NormalDist (GH-15486)
Raymond Hettinger
2019-08-25
1
-20/+7
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-2/+4
*
Clarify argument types in datetime docs. (GH-15459)
Jürgen Gmach
2019-08-24
1
-3/+3
*
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...
Raymond Hettinger
2019-08-24
1
-0/+1
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+4
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+12
*
Correct minor grammar mistake (GH-15404)
Andre Delfino
2019-08-23
1
-1/+1
*
bpo-30550: Clarify JSON ordering guarantees (GH-15397)
Raymond Hettinger
2019-08-22
1
-0/+12
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-0/+10
*
bpo-27961: Remove leftovers from the times when long long wasn't required (GH...
Sergey Fedoseev
2019-08-22
3
-36/+24
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
3
-2/+65
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-1/+9
*
Update asyncio.ensure_future() documentation (GH-15347)
Roger Iyengar
2019-08-21
1
-1/+3
*
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Michael Anckaert
2019-08-21
1
-1/+1
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
1
-5/+4
*
fix link to time function from time_ns doc (GH-15285)
Éric Araujo
2019-08-17
1
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-2/+4
*
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
Hai Shi
2019-08-14
1
-3/+12
*
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Greg Price
2019-08-14
1
-3/+7
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
1
-1/+1
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
1
-1/+14
*
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Josh Holland
2019-08-13
1
-1/+2
*
Fix docs for assert_called and assert_called_once (#15197)
Ismail S
2019-08-12
1
-2/+2
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger
2019-08-11
1
-0/+7
*
bpo-35892: Add usage note to mode() (GH-15122)
Raymond Hettinger
2019-08-08
1
-1/+3
*
Update pickle.rst (GH-14128)
Géry Ogam
2019-08-07
1
-17/+19
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
sweeneyde
2019-08-07
1
-0/+10
*
bpo-37646: Document that eval() cannot access nested scopes (GH-15117)
Raymond Hettinger
2019-08-07
1
-6/+10
*
Improve signal documentation (GH-14274)
Géry Ogam
2019-08-06
1
-20/+22
*
bpo-37748: Re-order the Run menu. (GH-15115)
Terry Jan Reedy
2019-08-04
1
-16/+16
*
Update itertools docs (GH-15114)
Raymond Hettinger
2019-08-04
1
-6/+6
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
1
-0/+6
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-0/+17
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-3/+8
*
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...
David H
2019-07-31
1
-3/+3
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+3
[next]