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-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
1
-0/+18
*
bpo-37052: Add examples for mocking async iterators and context managers (GH-...
Xtreak
2019-09-10
1
-0/+39
*
bpo-25237: Documentation for tkinter modules (GH-1870)
Nikhil
2019-09-10
9
-15/+478
*
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Serhiy Storchaka
2019-09-09
1
-0/+36
*
bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761)
Lisa Roach
2019-09-09
1
-0/+14
*
bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301)
Greg Price
2019-09-09
1
-1/+1
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
1
-1/+12
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Anthony Sottile
2019-09-09
1
-0/+6
*
Clarify that shutil's copy functions can accept path-like values (GH-15141)
Boris Verhovsky
2019-09-09
1
-3/+5
*
Fix docs bz.open default mode (GH-15100)
Richard Sanger
2019-09-09
1
-1/+1
*
docs: Add references to AsyncMock in unittest.mock.patch (#13681)
Mario Corchero
2019-09-09
1
-4/+16
*
bpo-38053 Update documentation for plistlib (GH-15727)
Jon Janzen
2019-09-09
1
-4/+18
*
bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)
Vinay Sajip
2019-09-09
1
-0/+8
*
logging.Formatter docs: Add missing `validate` parameter, clarify `style` par...
David Röthlisberger
2019-09-09
1
-3/+6
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+4
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-2/+1
*
bpo-36018: Address more reviewer feedback (GH-15733)
Raymond Hettinger
2019-09-08
1
-14/+27
*
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
Joannah Nanjekye
2019-09-07
1
-1/+3
*
More refinements to the statistics docs (GH-15713)
Raymond Hettinger
2019-09-06
1
-27/+33
*
Correct minor gramatical mistake in sys.settrace doc (GH-15637)
Andre Delfino
2019-09-05
1
-1/+2
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-76/+6
*
bpo-36324: Apply review comment from Jake Vanderplas (GH-15695)
Raymond Hettinger
2019-09-05
1
-2/+2
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
1
-64/+65
*
Fix grammar in asyncio-dev.rst (GH-15672)
Roger Iyengar
2019-09-04
1
-1/+1
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
1
-0/+7
*
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
[prev]
[next]