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
*
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
Alexey Izbyshev
2018-08-25
1
-3/+0
*
Fix markup in stdtypes documentation (GH-8905)
Andrés Delfino
2018-08-25
1
-5/+5
*
Fixed typo with asynccontextmanager code example (GH-8845)
Alexander Vasin
2018-08-25
1
-1/+1
*
Fix typo in the dataclasses's doc (GH-8896)
Daniel Dương
2018-08-24
1
-1/+1
*
Fix doc for `add_subparsers` arguments (GH-8884)
Anthony Sottile
2018-08-24
1
-1/+1
*
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
Jelle Zijlstra
2018-08-24
1
-1/+1
*
Make it more clear that setUpClass runs before each class, not "class run" (G...
Ville Skyttä
2018-08-23
1
-1/+1
*
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag
2018-08-22
2
-4/+13
*
Fix Doc/whatsnew/3.8.rst (GH-8848)
Berker Peksag
2018-08-21
1
-9/+9
*
bpo-22057: Clarify eval() documentation (GH-8812)
Berker Peksag
2018-08-19
1
-2/+4
*
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...
Andrés Delfino
2018-08-18
1
-7/+8
*
Warn not to set SIGPIPE to SIG_DFL (#6773)
Alfred Perlstein
2018-08-17
1
-0/+34
*
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
Sebastian Rittau
2018-08-17
1
-2/+2
*
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag
2018-08-15
1
-1/+3
*
smtplib documentation fixes (GH-8708)
Ville Skyttä
2018-08-13
1
-4/+11
*
Fix misindented yaml in logging how to example (GH-8604)
Rémy HUBSCHER
2018-08-12
1
-3/+3
*
Fix the versionadded indentation in exec_module doc (GH-8719)
Andrés Delfino
2018-08-12
1
-1/+1
*
bpo-34379: Doc: Move note for json.dump (GH-8730)
Evan Allrich
2018-08-11
1
-6/+5
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
4
-0/+16
*
Doc: add missing capture_output arg to subprocess.run() signature (#8374)
Andriy Maletsky
2018-08-09
1
-2/+2
*
Improve grammar of asynchronous iterator glossary entry (GH-8657)
Andrés Delfino
2018-08-09
1
-3/+3
*
bpo-34324: Doc README wrong directory name for venv (GH-8650)
Stéphane Wirtel
2018-08-09
1
-1/+1
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
3
-4/+47
*
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...
Sergey Fedoseev
2018-08-07
1
-23/+23
*
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Mikhail Terekhov
2018-08-07
2
-4/+2
*
Fix HTML formatting in datamodel.rst (GH-8693)
Berker Peksag
2018-08-06
1
-3/+3
*
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
Xtreak
2018-08-06
1
-1/+2
*
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)
Terry Jan Reedy
2018-08-06
1
-4/+4
*
bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)
Ville Skyttä
2018-08-05
1
-4/+12
*
Fix reST markup in unittest documentation (GH-8665)
Berker Peksag
2018-08-03
1
-1/+1
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Stefan Otte
2018-08-03
1
-1/+5
*
Improve the grammar in `range` documentation. (GH-8628)
Andrés Delfino
2018-08-03
1
-1/+1
*
Update list.remove(x) documentation (GH-8636)
Lysandros Nikolaou
2018-08-03
1
-2/+2
*
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
HiyashiChuka
2018-08-03
1
-1/+1
*
bpo-27910: Update documentation of traceback module (GH-6116)
torsava
2018-08-02
1
-17/+19
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
1
-2/+20
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
1
-4/+0
*
bpo-33089: Add math.dist() for computing the Euclidean distance between two p...
Raymond Hettinger
2018-07-31
1
-0/+12
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
1
-13/+14
*
bpo-27671: Update FAQ about why len is function (GH-8432)
INADA Naoki
2018-07-31
1
-18/+19
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Andrés Delfino
2018-07-30
1
-1/+1
*
Fix typos & formatting in Using Python on Windows doc (GH-8559)
Segev Finer
2018-07-30
1
-4/+4
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
2
-1/+14
*
bpo-8145: Improve isolation_level documentation (GH-8499)
Berker Peksag
2018-07-29
1
-14/+22
*
bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger
2018-07-28
1
-3/+12
*
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Elena Oat
2018-07-28
2
-8/+8
*
bpo-33666: Add what's new entry for os.errno removal (GH-#8497)
INADA Naoki
2018-07-28
1
-0/+6
*
bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
johnthagen
2018-07-28
1
-6/+7
*
bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
Andrés Delfino
2018-07-28
1
-0/+5
*
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Sanyam Khurana
2018-07-28
1
-7/+13
[next]