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 #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform.
Serhiy Storchaka
2016-03-08
1
-11/+0
*
Issue #26456: Force all child threads to terminate in TestForkInThread
Martin Panter
2016-03-08
1
-1/+6
*
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
Ned Deily
2016-03-08
2
-5/+5
*
properly use PyObject_CallMethod in dictview binary operations (closes #26478)
Benjamin Peterson
2016-03-04
3
-5/+12
*
Issue #26505: Fix typos in getaddrinfo license text.
Ned Deily
2016-03-07
3
-8/+9
*
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
Raymond Hettinger
2016-03-07
2
-0/+13
*
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...
Berker Peksag
2016-03-06
3
-1/+17
*
Issue #26167: Backported copy tests.
Serhiy Storchaka
2016-03-06
1
-4/+47
*
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
Serhiy Storchaka
2016-03-06
2
-3/+6
*
Issue #26486: Backported some pickle tests from 3.x.
Serhiy Storchaka
2016-03-06
1
-4/+208
*
Issue #26485: Fix Sphinx warning in Doc/license.rst
Berker Peksag
2016-03-05
1
-1/+1
*
issue26484 - fix the broken table in the doc about len().
Gregory P. Smith
2016-03-05
1
-1/+1
*
Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.
Serhiy Storchaka
2016-03-03
3
-2/+8
*
Issue #26246: Set initial value of the hidden attr when creating copy button.
Berker Peksag
2016-03-02
1
-0/+1
*
Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost
Martin Panter
2016-02-29
3
-1/+12
*
Fix typo.
Georg Brandl
2016-02-28
1
-1/+1
*
Issue 13573: Document that csv.writer uses str() for floats instead of repr().
Raymond Hettinger
2016-02-28
1
-0/+1
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
5
-9/+87
*
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
Ezio Melotti
2016-02-27
2
-7/+12
*
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter
2016-02-03
3
-5/+17
*
Fix rstlint to also look for indented comments that should be directives.
Georg Brandl
2016-02-25
1
-2/+2
*
Issue #25801: Fixed resource warnings in test_zipfile64.
Serhiy Storchaka
2016-02-25
1
-7/+11
*
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
Ned Deily
2016-02-24
1
-1/+4
*
Change OS X installer builds targeted for 10.10 and above to build
Ned Deily
2016-02-24
1
-2/+7
*
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
Ned Deily
2016-02-24
4
-2/+43
*
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
[prev]
[next]