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-33804: Document that the argument for io.TextIOBase.read() is optional (G...
Andrés Delfino
2018-07-07
1
-1/+1
*
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Andrés Delfino
2018-07-07
1
-4/+4
*
Add missing closing parentheses (GH-8144)
Andrés Delfino
2018-07-07
1
-1/+1
*
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
Dong-hee Na
2018-07-07
1
-8/+7
*
Doc: Remove superfluous markup. (GH-8112)
Julien Palard
2018-07-06
1
-1/+1
*
versionadded -> versionchanged for all 'X parameter was added' for uniformity...
Sergey Fedoseev
2018-07-06
3
-7/+7
*
classify abs() argument type (GH-8103)
Windson yang
2018-07-05
1
-1/+2
*
Removed unused import from tzinfo_examples.py. (GH-7994)
Sergey Fedoseev
2018-07-05
1
-1/+1
*
Update Stackless Python wiki URL (GH-8072)
Julien Palard
2018-07-05
1
-1/+1
*
DOC: In `reduce`, refer to `accumulate` (GH-7930)
Gerrit Holl
2018-07-04
1
-0/+2
*
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)
Farhaan Bukhsh
2018-07-04
1
-5/+6
*
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...
Sergey Fedoseev
2018-07-03
1
-2/+2
*
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Zachary Ware
2018-07-02
1
-0/+3
*
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
INADA Naoki
2018-07-01
7
-0/+0
*
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Tal Einat
2018-06-30
1
-1/+1
*
Doc: Remove unused image file (GH-8027)
INADA Naoki
2018-06-30
1
-0/+0
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
1
-1/+10
*
Fix the indentation in the documentation of bin() and hash() (GH-7998)
Andrés Delfino
2018-06-29
1
-5/+5
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-0/+2
*
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
Elvis Pranskevichus
2018-06-28
1
-21/+29
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
1
-0/+2
*
bpo-33958: Doc: Remove unused variable in example (GH-7927)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-28
1
-1/+1
*
Forward port 3.7.0 final changes
Ned Deily
2018-06-27
3
-4/+4
*
bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...
Zackery Spytz
2018-06-27
1
-0/+10
*
use rich markup for PEP reference (GH-7939)
Behzad B. Mokhtari
2018-06-27
1
-1/+1
*
bpo-33957: Doc: Use better wording (GH-7912)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-26
1
-1/+1
*
bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)
Tal Einat
2018-06-25
1
-0/+4
*
bpo-33952: Fix typo in str.upper() documentation (GH-7898)
Andrés Delfino
2018-06-25
1
-1/+1
*
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)
Andrés Delfino
2018-06-25
2
-19/+27
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
1
-1/+10
*
[master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886)
Andrés Delfino
2018-06-24
1
-2/+2
*
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
Andrés Delfino
2018-06-23
1
-0/+5
*
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
Andrés Delfino
2018-06-22
1
-5/+6
*
Clarified the tempfile.tempdir documentation (GH-7829)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-21
1
-1/+1
*
bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749)
Nick Coghlan
2018-06-20
1
-0/+14
*
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...
Giampaolo Rodola
2018-06-19
2
-12/+22
*
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
INADA Naoki
2018-06-19
2
-26/+4
*
bpo-33866: enum: Stop using OrderedDict (GH-7698)
INADA Naoki
2018-06-18
1
-2/+2
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino
2018-06-18
8
-20/+20
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
7
-7/+7
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
3
-0/+41
*
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Andrés Delfino
2018-06-16
1
-2/+3
*
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
Noah Haasis
2018-06-16
1
-2/+2
*
Use singular, we are talking about the access (GH-7727)
Andrés Delfino
2018-06-16
1
-1/+1
*
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
Andrés Delfino
2018-06-15
1
-1/+4
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino
2018-06-15
1
-1/+3
*
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Andrés Delfino
2018-06-15
1
-1/+1
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
1
-0/+4
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
2
-129/+1177
*
bpo-31378: Document sqlite3.OperationalError exception (GH-7677)
Zackery Spytz
2018-06-13
1
-0/+7
[next]