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
*
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-0/+6
|
\
|
*
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-0/+6
|
*
Fix typo pointed out on docs@ by Yaniv Sayeh
Zachary Ware
2015-02-20
1
-1/+1
*
|
Merge with 3.4
Zachary Ware
2015-02-20
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo pointed out on docs@
Zachary Ware
2015-02-20
1
-1/+1
*
|
merge 3.4 (#23410)
Benjamin Peterson
2015-02-18
1
-0/+12
|
\
\
|
|
/
|
*
document the requestline and close_connection attributes, use real booleans, ...
Benjamin Peterson
2015-02-18
1
-0/+12
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-17
2
-33/+36
|
\
\
|
|
/
|
*
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
Victor Stinner
2015-02-17
1
-28/+36
|
*
asyncio doc: fix the sphinx extension for coroutine commands
Victor Stinner
2015-02-17
1
-5/+0
*
|
Issue #22883: Update PyInt to PyLong in C API example.
Serhiy Storchaka
2015-02-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22883: Update PyInt to PyLong in C API example.
Serhiy Storchaka
2015-02-17
1
-1/+1
*
|
Fix typo in os.supports_effective_ids documentation.
Berker Peksag
2015-02-16
1
-1/+2
|
\
\
|
|
/
|
*
Fix typo in os.supports_effective_ids documentation.
Berker Peksag
2015-02-16
1
-1/+2
*
|
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Antoine Pitrou
2015-02-15
1
-4/+7
*
|
Add a whatsnew entry for issue #22003.
Berker Peksag
2015-02-14
1
-1/+2
*
|
Issue #13637: Remove outdated versionchanged directives.
Berker Peksag
2015-02-14
1
-6/+0
|
\
\
|
|
/
|
*
Issue #13637: Remove outdated versionchanged directives.
Berker Peksag
2015-02-14
1
-6/+0
*
|
Issue #23437: Update NEWS and whatsnew/3.5
Steve Dower
2015-02-14
1
-0/+7
*
|
Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...
Steve Dower
2015-02-14
1
-1/+1
*
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Berker Peksag
2015-02-13
2
-4/+39
*
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag
2015-02-13
2
-8/+35
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-12
6
-42/+72
|
\
\
|
|
/
|
*
asyncio doc: annotate coroutine on coroutine functions and methods
Victor Stinner
2015-02-12
6
-42/+72
|
*
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
*
|
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Serhiy Storchaka
2015-02-11
1
-2/+3
*
|
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
Serhiy Storchaka
2015-02-11
1
-0/+3
*
|
Fix typos in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-02-11
1
-3/+3
*
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
2
-2/+18
*
|
Merge.
Larry Hastings
2015-02-08
1
-7/+11
|
\
\
|
*
|
Improve Windows release scripts
Steve Dower
2015-02-08
1
-7/+11
*
|
|
Fix a copyright notice that still said 2014.
v3.5.0a1
Larry Hastings
2015-02-08
1
-1/+1
|
/
/
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-0/+10
*
|
Closes #23357: Updated documentation on creating venvs.
Vinay Sajip
2015-02-07
1
-4/+7
|
\
\
|
|
/
|
*
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
*
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
Berker Peksag
2015-02-06
2
-0/+13
*
|
Fix typos in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-02-06
1
-6/+6
*
|
Issue #23260: Update Windows installer
Steve Dower
2015-02-06
3
-173/+349
*
|
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
|
\
\
|
|
/
|
*
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-04
1
-15/+24
|
\
\
|
|
/
|
*
asyncio doc: explain how to display ResourceWarning in the debug mode section
Victor Stinner
2015-02-04
1
-15/+24
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-03
1
-6/+4
|
\
\
|
|
/
|
*
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner
2015-02-03
1
-6/+4
*
|
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
Serhiy Storchaka
2015-02-03
1
-0/+3
*
|
Issue #22818: Splitting on a pattern that could match an empty string now
Serhiy Storchaka
2015-02-03
2
-6/+33
*
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
|
\
\
|
|
/
|
*
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
[next]