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-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Miss Islington (bot)
2018-02-23
1
-1/+1
*
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
Miss Islington (bot)
2018-02-23
2
-5/+8
*
bpo-30449: Improve __slots__ documentation (GH-1819)
Miss Islington (bot)
2018-02-22
1
-14/+15
*
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
Miss Islington (bot)
2018-02-21
1
-2/+2
*
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
Miss Islington (bot)
2018-02-21
1
-22/+17
*
bpo-32540: Update venv documentation (GH-5736)
Miss Islington (bot)
2018-02-21
1
-4/+3
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Miss Islington (bot)
2018-02-20
1
-3/+2
*
DOC: fix documentation for copyright and credits (GH-5706)
Miss Islington (bot)
2018-02-17
1
-3/+7
*
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...
Miss Islington (bot)
2018-02-17
1
-1/+1
*
Fix installation instructions for *nix (GH-5605)
Miss Islington (bot)
2018-02-14
1
-2/+4
*
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Miss Islington (bot)
2018-02-14
1
-8/+0
*
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5...
Miss Islington (bot)
2018-02-12
1
-2/+2
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)
Miss Islington (bot)
2018-02-11
1
-1/+1
*
[3.6] Make formatting of some return codes conforming to the general style. (...
Serhiy Storchaka
2018-02-09
5
-16/+16
*
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)...
Miss Islington (bot)
2018-02-07
1
-0/+3
*
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...
Miss Islington (bot)
2018-02-05
1
-4/+6
*
Fix typo -- missing "not" (GH-5528) (GH-5531)
Miss Islington (bot)
2018-02-04
1
-1/+1
*
bpo-32720: Fixed the definition for width and precision in format mini-langua...
Miss Islington (bot)
2018-02-04
1
-2/+2
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
2
-3/+2
*
Update Doc build for split off of 3.7 branch
Ned Deily
2018-02-03
2
-2/+4
*
bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)
Miss Islington (bot)
2018-02-03
1
-4/+7
*
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
2018-02-03
1
-1/+1
*
[3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...
Terry Jan Reedy
2018-02-02
3
-8/+23
*
[3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-...
Serhiy Storchaka
2018-02-01
1
-0/+32
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) ...
Miss Islington (bot)
2018-01-31
1
-1/+1
*
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5...
Miss Islington (bot)
2018-01-30
1
-3/+4
*
Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
Miss Islington (bot)
2018-01-29
1
-0/+34
*
Fix minor markup typo (GH-5407) (#5416)
Miss Islington (bot)
2018-01-29
1
-1/+1
*
Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Miss Islington (bot)
2018-01-28
1
-2/+2
*
Minor grammar fixes to License.rst (GH-1174) (GH-5373)
Miss Islington (bot)
2018-01-28
1
-3/+4
*
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
[3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)
Cheryl Sabella
2018-01-27
1
-0/+33
*
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...
Bo Bayles
2018-01-27
1
-0/+5
*
bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
Miss Islington (bot)
2018-01-24
2
-8/+11
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...
Xiang Zhang
2018-01-24
2
-20/+39
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
2
-1/+31
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
3
-0/+32
*
bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)
Miss Islington (bot)
2018-01-15
1
-1/+2
*
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
Miss Islington (bot)
2018-01-15
1
-6/+9
*
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
Miss Islington (bot)
2018-01-13
1
-0/+23
*
Improve enum.Flag code example (GH-5167) (GH-5171)
Miss Islington (bot)
2018-01-13
1
-1/+1
*
Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...
Miss Islington (bot)
2018-01-12
1
-1/+1
*
advance copyright years to 2018 (GH-5094) (#5104)
Miss Islington (bot)
2018-01-06
2
-2/+2
*
bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695)
Serhiy Storchaka
2018-01-04
1
-4/+10
*
bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)
Miss Islington (bot)
2018-01-02
1
-3/+3
*
Fix trivial typo in pickle.rst (GH-4955) (#4958)
Miss Islington (bot)
2017-12-21
1
-1/+1
*
bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)
Miss Islington (bot)
2017-12-20
1
-13/+21
*
Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)
Miss Islington (bot)
2017-12-19
1
-4/+5
*
bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) ...
Miss Islington (bot)
2017-12-19
2
-40/+49
[next]