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 #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t...
Eli Bendersky
2011-01-15
1
-0/+3
*
Add self to mac platform area in maintainers.rst.
Ned Deily
2011-01-15
1
-1/+1
*
Remove spurious copy of Mac/IDLE/idlemain.py left over from
Ned Deily
2011-01-15
1
-30/+0
*
#10843: Update third-party library versions used in OS X 32-bit
Ned Deily
2011-01-15
2
-30/+44
*
#10843: Install the Tools directory on OS X in the applications
Ned Deily
2011-01-15
2
-0/+6
*
#10907: Update OS X installer build README to better reflect
Ned Deily
2011-01-15
1
-44/+113
*
#10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
Ned Deily
2011-01-15
5
-26/+77
*
Issue #4953: add the author of the patch
Victor Stinner
2011-01-14
2
-1/+3
*
urllib doc: add versionchanged sections for parse_qs() and parse_qsl()
Victor Stinner
2011-01-14
1
-0/+6
*
cgi: use isinstance(x, list) instead of type(x) == type([])
Victor Stinner
2011-01-14
1
-3/+3
*
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
Victor Stinner
2011-01-14
3
-79/+190
*
test_urlparse: add tests for encoding and errors arguments
Victor Stinner
2011-01-14
1
-0/+27
*
Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
Victor Stinner
2011-01-14
3
-7/+31
*
Issue #10902: Fix reference to run* methods
Eli Bendersky
2011-01-14
1
-1/+1
*
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __IN...
Eli Bendersky
2011-01-14
1
-1/+0
*
Issue #9268: Documented -m pickletools usage.
Alexander Belopolsky
2011-01-13
1
-0/+64
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
2
-18/+24
*
Issue #10899: Move function type annotations into docstrings.
Raymond Hettinger
2011-01-13
1
-30/+36
*
Fix the example output of count().
Georg Brandl
2011-01-13
1
-1/+1
*
Add semicolon for consistency.
Georg Brandl
2011-01-13
1
-1/+1
*
More PEP 8: no space around "=" in argument lists.
Georg Brandl
2011-01-13
1
-11/+10
*
plug reference leak
Benjamin Peterson
2011-01-13
1
-2/+4
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
1
-1/+1
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
2
-15/+15
*
Issue #10899: No function type annotations in the standard library.
Raymond Hettinger
2011-01-12
2
-31/+34
*
Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)
Antoine Pitrou
2011-01-12
1
-25/+43
*
A better message again
Antoine Pitrou
2011-01-12
1
-1/+1
*
More informative skip message in @bigaddrspace
Antoine Pitrou
2011-01-12
1
-3/+7
*
Fix @bigmemtest when no limit is given by the user (oops)
Antoine Pitrou
2011-01-12
1
-1/+1
*
Make test skipping message nicer, and remove the rather useless "overhead" pa...
Antoine Pitrou
2011-01-12
1
-20/+10
*
Remove the funky function annotation from numbers.py.
Raymond Hettinger
2011-01-12
1
-1/+1
*
Fix the expected memory use of utf-8 encoding. Also, release the
Antoine Pitrou
2011-01-12
1
-3/+7
*
Remove function annotations that slipped into _abcoll.
Raymond Hettinger
2011-01-12
1
-4/+4
*
use PyErr_SetString instead of PyErr_Format
Benjamin Peterson
2011-01-12
1
-2/+2
*
Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
Antoine Pitrou
2011-01-12
2
-1/+7
*
Issue #10225: Fixed the simple mistakes in doctests.
Alexander Belopolsky
2011-01-12
3
-3/+3
*
don't segfault on deleting __abstractmethods__ #10892
Benjamin Peterson
2011-01-12
3
-3/+19
*
oops, wrong class
Benjamin Peterson
2011-01-12
1
-7/+7
*
move this test to test_descr; it's not abc specific
Benjamin Peterson
2011-01-12
2
-7/+7
*
fix weirdly ambigious sentence
Benjamin Peterson
2011-01-12
1
-2/+2
*
Issue 10889: Support slicing and indexing of large ranges (no docs changes, s...
Nick Coghlan
2011-01-12
2
-74/+392
*
Revert r87946. The virtues of readability and of examples that
Raymond Hettinger
2011-01-12
1
-39/+40
*
Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r...
Terry Reedy
2011-01-11
1
-40/+39
*
Add comment.
Raymond Hettinger
2011-01-11
1
-1/+1
*
Issue #5109: array.array constructor will now use fast code when
Alexander Belopolsky
2011-01-11
3
-5/+28
*
Update the email section
Raymond Hettinger
2011-01-11
1
-3/+2
*
Update the datetime and time section.
Raymond Hettinger
2011-01-11
1
-26/+14
*
Clean-up threading.Barrier example.
Raymond Hettinger
2011-01-11
1
-4/+7
*
Add entry for Barrier objects.
Raymond Hettinger
2011-01-11
3
-5/+46
*
Typo.
Eric Smith
2011-01-11
1
-1/+1
[next]