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
*
Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE
v3.4.3
Larry Hastings
2015-02-25
1
-1/+1
*
Amend b8ebf381390f: find patchlevel.py in extensions.
Martin v. Löwis
2015-02-09
1
-1/+1
*
Fix a copyright notice that still said 2014.
v3.4.3rc1
Larry Hastings
2015-02-08
1
-1/+1
*
Corrected typo.
Vinay Sajip
2015-02-07
1
-1/+1
*
Minor change to documentation on creating venvs.
Vinay Sajip
2015-02-07
1
-4/+7
*
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
*
asyncio doc: explain how to display ResourceWarning in the debug mode section
Victor Stinner
2015-02-04
1
-15/+24
*
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner
2015-02-03
1
-6/+4
*
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
*
Whitespace.
Stefan Krah
2015-02-01
1
-1/+1
*
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah
2015-02-01
1
-0/+3
*
Added a cookbook entry on logging audible messages.
Vinay Sajip
2015-02-01
1
-0/+54
*
Fix asyncio doc typo.
R David Murray
2015-01-30
1
-1/+1
*
asyncio doc: document the new ResourceWarning warnings
Victor Stinner
2015-01-30
1
-0/+11
*
asyncio doc: add a section about task cancellation
Victor Stinner
2015-01-29
1
-0/+37
*
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
Victor Stinner
2015-01-29
1
-0/+23
*
asyncio doc: document Protocol state machine
Victor Stinner
2015-01-29
1
-0/+8
*
Added a logging cookbook entry on customized exception formatting.
Vinay Sajip
2015-01-28
1
-0/+55
*
Issue #23286: Fix typo in the tutorial.
Berker Peksag
2015-01-27
1
-1/+1
*
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Serhiy Storchaka
2015-01-26
1
-2/+8
*
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-6/+0
*
#23215: reflow paragraph.
R David Murray
2015-01-25
1
-6/+6
*
#23251: Note that time.sleep affects the calling thread only.
R David Murray
2015-01-25
1
-1/+2
*
Issue #23305: clarified RotatingFileHandler documentation.
Vinay Sajip
2015-01-23
1
-9/+10
*
Updated pyvenv documentation to match its current behaviour.
Vinay Sajip
2015-01-23
1
-2/+5
*
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
8
-19/+19
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
1
-2/+2
*
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
Georg Brandl
2015-01-15
1
-1/+1
*
Issue22997: minor doc update; thanks to Simoen Visser
Ethan Furman
2015-01-15
1
-3/+7
*
Issue22988: clarify yield and exception blocks
Ethan Furman
2015-01-15
1
-4/+5
*
Issue20467: clarify __init__'s role
Ethan Furman
2015-01-15
1
-7/+11
|
\
|
*
Issue20467: clarify __init__'s role
Ethan Furman
2015-01-15
1
-7/+11
*
|
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
5
-5/+5
*
|
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-32/+54
*
|
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
1
-4/+4
*
|
asyncio: SelectSelector is limited to 512 sockets on Windows
Victor Stinner
2015-01-09
1
-1/+2
*
|
asyncio doc: fix section of event loop examples
Victor Stinner
2015-01-09
1
-5/+5
*
|
asyncio doc: list limitations to run subprocesses from different threads
Victor Stinner
2015-01-09
2
-0/+24
*
|
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Berker Peksag
2015-01-07
1
-3/+4
*
|
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
5
-310/+339
*
|
Cosmetic fixes to the 'Develop with asyncio' page
Zachary Ware
2015-01-06
1
-8/+10
*
|
emphasize that cffi is better than extension modules for portability
Benjamin Peterson
2015-01-05
1
-5/+10
*
|
the current marshal version is 4 (closes #23167)
Benjamin Peterson
2015-01-04
1
-1/+1
*
|
Add missing URL link to Modernize docs.
Ned Deily
2015-01-03
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2015-01-01
2
-2/+2
|
\
\
|
|
/
|
*
merge 3.2
Benjamin Peterson
2015-01-01
2
-2/+2
|
|
\
|
|
*
update for copyright for 2015
Benjamin Peterson
2015-01-01
2
-2/+2
|
|
*
Copyright year update, add version to licenses.
v3.2.6rc1
Georg Brandl
2014-10-04
2
-2/+6
|
|
*
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Christian Heimes
2013-10-29
2
-0/+12
[next]