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
*
Fix typo: variables(s) (GH-8482)
Andrés Delfino
2018-07-26
1
-1/+1
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-0/+6
*
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Aaron Ang
2018-07-25
1
-2/+2
*
Fix site module documentation. (GH-8441)
Mariatta
2018-07-24
1
-1/+1
*
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka
2018-07-24
2
-16/+29
*
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
1
-0/+6
*
bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816)
Matthias Bussonnier
2018-07-23
1
-11/+17
*
bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
2018-07-23
1
-1/+1
*
Fix versionchanged indentation in popitem documentation (GH-8387)
Andrés Delfino
2018-07-21
1
-3/+2
*
Remove extra parentheses in output formatting tutorial (GH-8350)
Aaqa Ishtyaq
2018-07-20
1
-2/+2
*
Clarify ValueError's broad applicability (GH-8313)
Raymond Hettinger
2018-07-17
1
-1/+1
*
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292)
Raymond Hettinger
2018-07-17
1
-1/+7
*
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
Jon Ribbens
2018-07-16
1
-1/+1
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-0/+15
*
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Andrés Delfino
2018-07-13
1
-1/+19
*
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
Stig Johan Berggren
2018-07-11
1
-11/+12
*
Doc: Point to Simple statements section instead of PEP (GH-8238)
Andrés Delfino
2018-07-11
1
-2/+2
*
bpo-33597: Add What's New for PyGC_Head (GH-8236)
INADA Naoki
2018-07-11
1
-0/+8
*
Dataclasses: Fix example on 30.6.8, add method should receive a list rather t...
Tom Faulkner
2018-07-11
1
-1/+1
*
Fix documentation for input and output tutorial (GH-8231)
Lysandros Nikolaou
2018-07-11
1
-1/+1
*
bpo-34009: Expand on platform support changes (GH-8022)
Nick Coghlan
2018-07-10
1
-3/+26
*
bpo-34067: Include a more easily understood example for nullcontext (GH-8158)
Daniel Porteous
2018-07-09
1
-1/+13
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
1
-1/+1
*
Fix margin in sentinel and mock_open (GH-8188)
Andrés Delfino
2018-07-09
1
-21/+21
*
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Marcin Niemira
2018-07-08
1
-1/+8
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-2/+9
*
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Andrés Delfino
2018-07-07
1
-6/+6
*
closes bpo-34050: Fix link in SSL docs (GH-8173)
Marcin Niemira
2018-07-07
1
-1/+1
*
bpo-28626: rearrange discussion of output formatting to encourage f-strings (...
Andrew Kuchling
2018-07-07
1
-89/+138
*
bpo-33702: Add some missing links in production lists and do a little polish ...
Andrés Delfino
2018-07-07
3
-25/+25
*
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
[next]