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-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...
Zackery Spytz
2018-02-17
1
-1/+1
*
bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
2018-02-16
3
-0/+299
*
Correct the code example in Python 3.7's What's New (GH-5696)
xpvpc
2018-02-16
1
-1/+1
*
Update and sync importlib.resources documentation (#5694)
Barry Warsaw
2018-02-16
1
-5/+22
*
Fix installation instructions for *nix (GH-5605)
Eitan Adler
2018-02-14
1
-2/+4
*
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Zackery Spytz
2018-02-14
1
-8/+0
*
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan
2018-02-13
3
-13/+48
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-0/+15
*
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
Pablo Galindo
2018-02-11
1
-8/+15
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
1
-6/+722
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
1
-1/+1
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
2
-3/+8
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
6
-18/+18
*
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Alan D Moore
2018-02-09
2
-5/+92
*
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
Brice Gros
2018-02-07
1
-0/+3
*
Add What's new entry for datetime.fromisoformat (#5559)
Paul Ganssle
2018-02-06
1
-0/+8
*
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...
Serhiy Storchaka
2018-02-05
2
-6/+26
*
Fix typo in whatsnew/3.7.rst (GH-5551)
Dag Heyman
2018-02-05
1
-1/+1
*
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)
Mariatta
2018-02-05
1
-2/+2
*
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...
Cheryl Sabella
2018-02-05
1
-4/+6
*
Fix typo -- missing "not" (GH-5528)
Raymond Hettinger
2018-02-04
1
-1/+1
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
2
-14/+18
*
bpo-32720: Fixed the definition for width and precision in format mini-langua...
nathankerr96
2018-02-04
1
-2/+2
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
2
-3/+2
*
bpo-32739: Show default value for rotate() (GH-5485)
Raymond Hettinger
2018-02-03
1
-4/+7
*
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Cheryl Sabella
2018-02-02
3
-6/+21
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
1
-1/+1
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-28/+0
*
Implement TimerHandle.when() (#5473)
Andrew Svetlov
2018-02-01
1
-4/+19
*
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...
Serhiy Storchaka
2018-02-01
2
-6/+13
*
bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
Serhiy Storchaka
2018-02-01
1
-0/+31
*
bpo-32722: Remove useless example in the Classes tutorial (#5446)
Stéphane Wirtel
2018-02-01
1
-4/+1
*
Update Doc build to 3.8
Ned Deily
2018-01-31
4
-1/+119
*
Start of 3.8.0a0
Ned Deily
2018-01-31
3
-6/+6
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Cheryl Sabella
2018-01-31
1
-1/+1
*
Make site documentation more clear (#5461)
Xiang Zhang
2018-01-31
1
-6/+8
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
2
-2/+9
*
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Stéphane Wirtel
2018-01-30
1
-5/+8
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-3/+3
*
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen
2018-01-30
1
-6/+10
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
1
-8/+11
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-12/+32
*
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
Julien Palard
2018-01-30
1
-3/+4
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
2
-7/+2
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-4/+9
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+28
*
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
Raymond Hettinger
2018-01-29
2
-2/+7
*
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
2018-01-29
1
-0/+6
*
bpo-31233, bpo-31151: Document socketserver changes (#5417)
Victor Stinner
2018-01-29
2
-0/+23
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-40/+23
[prev]
[next]