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
...
*
[3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994)
Mariatta
2017-08-03
1
-1/+1
*
[3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)
Terry Jan Reedy
2017-07-29
1
-19/+14
*
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)
Mariatta
2017-07-29
1
-1/+1
*
Add the link to asyncio source code in the docs (GH-2373) (GH-2884)
Mariatta
2017-07-26
8
-3/+23
*
bpo-26506: hex() documentation: mention %x % int (GH-2525) (GH-2870)
Mariatta
2017-07-25
1
-10/+52
*
[3.6] Minor typo in curses.rst (GH-2763) (#2853)
Terry Jan Reedy
2017-07-24
1
-1/+1
*
[3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)
Nicholas
2017-07-21
1
-0/+11
*
bpo-30466: Add brief explanation of classes to tutorial (GH-1804) (GH-2700)
Trey Hunner
2017-07-21
1
-0/+6
*
[3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778)
Mariatta
2017-07-20
1
-1/+1
*
Update doc download files size estimates. (#2771) (#2772)
Ned Deily
2017-07-20
1
-9/+9
*
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
Steve Dower
2017-07-19
1
-1/+12
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722)
Ned Deily
2017-07-15
1
-1/+1
*
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709)
Ćukasz Rogalski
2017-07-14
2
-2/+2
*
Remove outdated FOX from GUI FAQ (GH-2538)
Berker Peksag
2017-07-04
1
-9/+0
*
[3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532)
Kojo Idrissa
2017-07-02
1
-1/+7
*
Clarification to the `break` statement (GH-2453) (#GH-2457)
regexaurus
2017-06-28
1
-1/+1
*
fix some reference to Unicode 8 that should be to Unicode 9 (#2346)
Benjamin Peterson
2017-06-23
2
-3/+3
*
[3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...
Mariatta
2017-06-23
1
-3/+3
*
[3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337)
Mariatta
2017-06-23
1
-1/+1
*
[3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...
Serhiy Storchaka
2017-06-20
1
-81/+80
*
[3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) ...
Mariatta
2017-06-20
1
-4/+4
*
bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)
Mariatta
2017-06-16
1
-9/+45
*
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)
Mariatta
2017-06-16
1
-1/+1
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (G...
Mariatta
2017-06-14
1
-1/+1
*
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
csabella
2017-06-14
1
-1/+1
*
[3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)
terryjreedy
2017-06-14
1
-0/+44
*
[3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)
Mariatta
2017-06-13
1
-21/+29
*
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)
Marco Buttu
2017-06-12
1
-0/+2
*
bpo-23404: `make regen-all` What's New entry (#2128)
Nick Coghlan
2017-06-12
1
-0/+36
*
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)
Mariatta
2017-06-12
1
-0/+1
*
backport ssl doc fixes (#2117)
Benjamin Peterson
2017-06-11
1
-2/+2
*
[3.6] Use Travis to make sure all generated files are up to date (GH-2080) (G...
Zachary Ware
2017-06-11
1
-130/+130
*
bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2...
KatherineMichel
2017-06-10
1
-1/+1
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065)
Mariatta
2017-06-10
1
-4/+4
*
[3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1...
Mariatta
2017-06-10
1
-5/+10
*
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019)
Mariatta
2017-06-09
1
-0/+5
*
[3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366
Nick Coghlan
2017-06-09
1
-11/+8
*
bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1976)
gfyoung
2017-06-06
1
-3/+3
*
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974)
wim glenn
2017-06-06
1
-2/+2
*
bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921)
Nick Coghlan
2017-06-06
1
-2/+7
*
bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943)
csabella
2017-06-05
1
-9/+14
*
bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1953)
Mariatta
2017-06-05
1
-1/+1
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G...
Mariatta
2017-06-02
3
-83/+92
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)...
Matthias Bussonnier
2017-06-02
1
-3/+11
*
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905)
Mariatta
2017-06-01
1
-3/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)
Mariatta
2017-06-01
1
-9/+9
*
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894)
csabella
2017-06-01
1
-2/+3
*
[3.6] Fix a trivial typo in global section (GH-1497) (GH-1880)
Mariatta
2017-05-31
1
-1/+1
*
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
Mariatta
2017-05-30
1
-2/+2
[prev]
[next]