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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes
Serhiy Storchaka
2016-02-24
1
-1/+1
*
|
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Serhiy Storchaka
2016-02-24
3
-6/+13
*
|
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
Martin Panter
2016-02-24
2
-29/+20
*
|
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter
2016-02-23
3
-79/+92
*
|
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
Ned Deily
2016-02-23
2
-4/+13
*
|
Update example; str(float) changed so there is difference now.
Georg Brandl
2016-02-22
1
-5/+5
*
|
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Zachary Ware
2016-02-22
7
-12/+14
*
|
Issue #26268: Update the prepare_ssl.py script
Zachary Ware
2016-02-22
2
-110/+59
*
|
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter
2016-02-22
2
-3/+4
*
|
Fix errors in XML-RPC client example code
Martin Panter
2016-02-22
1
-4/+4
*
|
Issue #26401: Fix compile() documentation
Berker Peksag
2016-02-21
1
-1/+5
*
|
Fix some typos in the NEWS file
Brett Cannon
2016-02-21
1
-1/+1
*
|
List what classes from importlib.machinery don't work with importlib.util.Laz...
Brett Cannon
2016-02-21
1
-1/+2
*
|
Issue #26186: Remove an invalid type check in
Brett Cannon
2016-02-21
4
-6/+3
*
|
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon
2016-02-20
4
-371/+381
*
|
Added simple threading example to logging cookbook.
Vinay Sajip
2016-02-20
1
-0/+55
*
|
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter
2016-02-19
2
-20/+28
*
|
Closes #20169: fix inner links random doc.
Georg Brandl
2016-02-19
1
-6/+6
*
|
Issue #15608: Improve socketserver module documentation
Martin Panter
2016-02-19
1
-154/+202
*
|
Issue #26309: Rewrite test in main thread and avoid race condition
Martin Panter
2016-02-19
1
-24/+21
*
|
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
Berker Peksag
2016-02-18
3
-4/+19
*
|
Issue #26309: Shut down socketserver request if verify_request() is false
Martin Panter
2016-02-18
3
-0/+30
*
|
fix typo (closes #26378)
Benjamin Peterson
2016-02-18
1
-1/+1
*
|
merge 3.4 (closes #25939)
Benjamin Peterson
2016-02-18
2
-2/+8
|
\
\
|
|
/
|
*
open the cert store readonly
Benjamin Peterson
2016-02-18
2
-2/+8
*
|
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
Ned Deily
2016-02-16
1
-1/+1
*
|
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
Ned Deily
2016-02-15
2
-2/+21
*
|
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
Ned Deily
2016-02-15
3
-22/+8
*
|
Issue #26316: Fix variable name typo in Argument Clinic
Martin Panter
2016-02-14
2
-1/+7
*
|
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
4
-12/+169
*
|
Fixes #26348: Corrected typos in activate.fish script.
Vinay Sajip
2016-02-13
1
-2/+2
*
|
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Serhiy Storchaka
2016-02-11
2
-11/+4
*
|
Issue #26325: Added test.support.check_no_resource_warning() to check that
Serhiy Storchaka
2016-02-11
5
-20/+32
*
|
Hopefully clarify the difference between Optional[t] and an optional argument.
Guido van Rossum
2016-02-10
1
-0/+7
*
|
Issue #25698: Prevent possible replacing imported module with the empty one
Serhiy Storchaka
2016-02-10
1
-2/+6
*
|
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
25
-76/+76
*
|
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter
2016-02-10
8
-9/+9
*
|
Issue #25983: Added tests for multi-argument type().
Serhiy Storchaka
2016-02-08
1
-0/+155
*
|
Clarify "cardinality of" as "number of elements in" as many readers do
Gregory P. Smith
2016-02-08
1
-1/+1
*
|
Updates build to use SHA256 hash when signing files.
Steve Dower
2016-02-08
1
-1/+1
*
|
Issue #26117: The os.scandir() iterator now closes file descriptor not only
Serhiy Storchaka
2016-02-08
2
-17/+23
*
|
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka
2016-02-08
3
-10/+41
*
|
Issue #26045: Add UTF-8 suggestion to error in http.client
Martin Panter
2016-02-09
3
-2/+20
*
|
Issue #26198: Make datetime error tests more lenient.
Serhiy Storchaka
2016-02-08
1
-3/+3
*
|
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
3
-14/+23
*
|
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
9
-29/+31
*
|
Fix userinfo example presented in urllib2 howto.
Senthil Kumaran
2016-02-06
1
-1/+1
*
|
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
4
-17/+42
*
|
Issue #25660: Fix a unittest and rlcompleter when readline isn't available
Yury Selivanov
2016-02-04
2
-4/+10
*
|
Issue #25660: Fix TAB key behaviour in REPL.
Yury Selivanov
2016-02-04
2
-1/+6
[prev]
[next]