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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
8
-37/+40
*
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
2
-3/+5
*
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...
Joannah Nanjekye
2019-09-11
2
-16/+35
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Pavel Koneski
2019-09-11
2
-1/+3
*
closes bpo-37252: Fix devpoll tests. (GH-14017)
Jakub Kulík
2019-09-11
2
-3/+5
*
bpo-37305: add MIME type for Web App Manifest (#14199)
Filip Š
2019-09-11
2
-0/+3
*
bpo-31163: Added return values to pathlib.Path instance's rename and replace ...
hui shang
2019-09-11
4
-11/+30
*
bpo-33944: note about the intended use of code in .pth files (GH-10131)
native-api
2019-09-11
2
-0/+14
*
Turn off AppVeyor CI (GH-15929)
Zachary Ware
2019-09-11
1
-38/+0
*
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)
Andre Delfino
2019-09-11
1
-4/+4
*
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)
Michael Osipov
2019-09-11
2
-0/+3
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
13
-159/+156
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
4
-24/+80
*
Doc: Use walrus operator in example. (GH-15934)
Julien Palard
2019-09-11
1
-4/+1
*
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...
Joannah Nanjekye
2019-09-11
2
-23/+48
*
Doc: Fix typo in fastsearch comments (GH-14608)
Valentin Haenel
2019-09-11
1
-2/+2
*
bpo-37326: Include libffi license when available (GH-15921)
Steve Dower
2019-09-11
1
-2/+3
*
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-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...
Pierre Quentel
2019-09-11
3
-3/+24
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
4
-4/+18
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
3
-1/+103
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
6
-66/+47
*
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti
2019-09-11
2
-5/+5
*
bpo-35066: Make trailing percent test more portable. (GH-15907)
Benjamin Peterson
2019-09-11
1
-4/+9
*
bpo-28494: install ziptestdata to fix install bot (GH-15902)
Gregory P. Smith
2019-09-11
1
-0/+1
*
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
smokephil
2019-09-11
1
-1/+1
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
5
-11/+25
*
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
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
3
-6/+12
*
bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...
Greg Price
2019-09-11
3
-51/+61
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Gregory P. Smith
2019-09-11
3
-9/+53
*
Overhaul datetime documentation (GH-13410)
Brad
2019-09-11
2
-476/+731
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
4
-10/+318
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
5
-12/+12
*
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
wwuck
2019-09-11
1
-1/+1
*
bpo-28494: Test existing zipfile working behavior. (GH-15853)
Gregory P. Smith
2019-09-10
6
-0/+101
*
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
Sergey Fedoseev
2019-09-10
1
-1/+0
*
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
jdkandersson
2019-09-10
1
-1/+4
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
7
-15/+15
*
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...
Steve Dower
2019-09-10
4
-4/+7
*
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...
Gordon P. Hemsley
2019-09-10
3
-0/+39
*
bpo-36253: Remove use after free reference in ctypes test suite (GH-12257)
Ben Harper
2019-09-10
1
-2/+2
*
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
[next]