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-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...
Hai Shi
2019-09-12
1
-1/+29
*
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
Harmandeep Singh
2019-09-12
1
-7/+15
*
Doc: Add example of dict() function with positional and keyword arguments (GH...
Georgy Frolov
2019-09-12
1
-1/+2
*
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...
Joannah Nanjekye
2019-09-12
1
-0/+30
*
Correct typos in the codecs module documentation (#15135)
Géry Ogam
2019-09-12
1
-60/+61
*
bpo-36270: Doc: add link to traceback object reference (GH-13119)
Björn Meier
2019-09-11
1
-1/+1
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
Hai Shi
2019-09-11
1
-2/+2
*
Doc: recursive glob ** follows symlinks to directories (GH-12918)
Marc
2019-09-11
1
-2/+3
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
2
-0/+23
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
Hai Shi
2019-09-11
1
-0/+7
*
Doc: Fix missing negation. (GH-14640)
Julien Palard
2019-09-11
1
-2/+2
*
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain
2019-09-11
1
-9/+22
*
bpo-36182: Update pathlib.Path.write_text() docs (GH-12161)
Lysandros Nikolaou
2019-09-11
1
-0/+3
*
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
JunWei Song
2019-09-11
1
-0/+40
*
Improve the io module documentation (GH-15099)
Géry Ogam
2019-09-11
1
-55/+61
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse
2019-09-11
4
-60/+9
*
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Simon Willison
2019-09-11
1
-1/+2
*
Update ftplib.all_errors documentation to match code (#15026)
Andrew Scheller
2019-09-11
1
-1/+1
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
4
-28/+31
*
bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)
Xtreak
2019-09-11
1
-19/+2
*
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
Anjali Bansal
2019-09-11
2
-0/+92
*
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)
Brennan D Baraban
2019-09-11
1
-3/+4
*
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...
Joannah Nanjekye
2019-09-11
1
-16/+34
*
bpo-31163: Added return values to pathlib.Path instance's rename and replace ...
hui shang
2019-09-11
1
-5/+14
*
bpo-33944: note about the intended use of code in .pth files (GH-10131)
native-api
2019-09-11
1
-0/+13
*
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)
Andre Delfino
2019-09-11
1
-4/+4
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
1
-0/+3
*
Doc: Use walrus operator in example. (GH-15934)
Julien Palard
2019-09-11
1
-4/+1
*
bpo-35649: update http client example (GH-11441)
Ashwin Ramaswami
2019-09-11
1
-2/+5
*
Minor ReST formatting fixes in subprocess docs (#14876)
Tim Hoffmann
2019-09-11
1
-4/+4
*
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
Xtreak
2019-09-11
1
-0/+4
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
1
-3/+5
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
2
-0/+102
*
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti
2019-09-11
2
-5/+5
*
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
smokephil
2019-09-11
1
-1/+1
*
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
Kyle Stanley
2019-09-11
1
-0/+8
*
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
Anjali
2019-09-11
1
-3/+2
*
Overhaul datetime documentation (GH-13410)
Brad
2019-09-11
1
-476/+729
*
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
wwuck
2019-09-11
1
-1/+1
*
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
jdkandersson
2019-09-10
1
-1/+4
*
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)
Andre Delfino
2019-09-10
1
-3/+4
*
Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)
Kyle Stanley
2019-09-10
1
-7/+9
*
Correct info about "f.read(size)". (GH13852)
William Andrea
2019-09-10
1
-2/+2
*
Correct minor grammatical mistake in open docs (GH-15865)
Andre Delfino
2019-09-10
1
-2/+2
*
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
Dmitry Shachnev
2019-09-10
2
-1/+19
*
bpo-37913: Link to NotImplemented from new docs (GH-15860)
Steve Dower
2019-09-10
1
-3/+3
*
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
Jeroen Demeyer
2019-09-10
1
-2/+4
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
2
-15/+17
*
Fix typo in ssl.RAND_bytes documentation (GH-14791)
Zach Thompson
2019-09-10
1
-1/+1
*
Note regarding + mode truncation applies to both text and binary mode (#11314)
Andre Delfino
2019-09-10
1
-3/+3
[prev]
[next]