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
*
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
-19/+36
*
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
Ned Deily
2016-02-23
2
-6/+15
*
Issue #26417: Prevent spurious errors and incorrect defaults when
Ned Deily
2016-02-23
4
-175/+26
*
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Zachary Ware
2016-02-22
9
-14/+16
*
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
-3/+3
*
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
-13/+23
*
Closes #20169: fix inner links random doc.
Georg Brandl
2016-02-19
1
-5/+6
*
Issue #15608: Improve socketserver module documentation
Martin Panter
2016-02-19
1
-145/+195
*
Issue #26309: Rewrite test in main thread and avoid race condition
Martin Panter
2016-02-19
1
-11/+12
*
Issue #26309: Shut down SocketServer request if verify_request() is false
Martin Panter
2016-02-18
3
-0/+29
*
fix typo (closes #26378)
Benjamin Peterson
2016-02-18
1
-1/+1
*
open the cert store readonly
Benjamin Peterson
2016-02-18
2
-2/+8
*
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
-23/+9
*
Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with
Charles-François Natali
2016-02-12
2
-4/+15
*
Closes #26320: fix stylesheet after Sphinx update.
Georg Brandl
2016-02-10
1
-4/+4
*
Issue #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
4
-7/+59
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
12
-39/+39
*
Issues #26310, #26311: Fix typos in the documentation
Martin Panter
2016-02-10
6
-7/+7
*
Issue #25983: Added tests for multi-argument type().
Serhiy Storchaka
2016-02-08
1
-1/+129
*
Clarify "cardinality of" as "number of elements in" as many readers do
Gregory P. Smith
2016-02-08
2
-2/+3
*
Updates build to use SHA256 hash when signing files
Steve Dower
2016-02-08
1
-0/+1
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
2
-13/+23
*
fix hash member name (closes #22847)
Benjamin Peterson
2016-02-07
1
-1/+1
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
5
-19/+21
*
Fix userinfo example presented in urllib2 howto.
Senthil Kumaran
2016-02-06
1
-1/+1
*
fix debug assertion
Benjamin Peterson
2016-02-05
1
-1/+1
*
Issue #22847: Improve method cache efficiency.
Antoine Pitrou
2014-11-14
2
-5/+40
*
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
4
-12/+34
*
Python for .NET has moved to Github.
Zachary Ware
2016-02-04
1
-1/+1
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
3
-30/+142
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
3
-3/+6
*
Issue #26173: Separate bad cert file tests and client rejection test
Martin Panter
2016-02-01
1
-40/+54
*
Issue #25934: Default to /fp:strict for ICC builds
Zachary Ware
2016-01-30
2
-0/+5
*
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
Martin Panter
2016-01-30
1
-14/+11
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
4
-10/+70
*
Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...
Serhiy Storchaka
2016-01-28
1
-8/+8
*
Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).
Serhiy Storchaka
2016-01-28
1
-4/+3
*
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka
2016-01-28
2
-131/+216
*
Issue #26198: Added tests for string-related format units of PyArg_Parse*()
Serhiy Storchaka
2016-01-28
2
-4/+579
*
Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Terry Jan Reedy
2016-01-27
2
-3/+15
*
Fix typo in test.rst
Berker Peksag
2016-01-25
1
-1/+1
*
doc: i18n HTML templates
Victor Stinner
2016-01-23
4
-92/+133
*
Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.
Gregory P. Smith
2016-01-22
1
-0/+31
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
5
-49/+224
*
reject negative data_size
Benjamin Peterson
2016-01-22
1
-0/+4
*
Upgrade pip to 8.0.2
Donald Stufft
2016-01-22
2
-1/+1
[next]