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
...
*
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
*
Issue 10556: test_zipimport_support implicitly imports too many modules (incl...
Nick Coghlan
2011-01-11
2
-6/+23
*
Add a todo.
Raymond Hettinger
2011-01-11
1
-0/+2
*
developers.txt entry for Eli (at Brett's request)
Nick Coghlan
2011-01-11
1
-0/+3
*
This should fix mktime test on Windows
Alexander Belopolsky
2011-01-11
1
-1/+2
*
Make mktime test more robust.
Alexander Belopolsky
2011-01-11
1
-3/+7
*
Issue #1726687: time.mktime() will now correctly compute value one
Alexander Belopolsky
2011-01-11
2
-1/+17
*
Issue #9611: remove useless and dangerous explicit conversion to size_t
Victor Stinner
2011-01-11
2
-3/+3
*
Fix typos and markup.
Raymond Hettinger
2011-01-10
1
-15/+14
*
Improved footnote for the %Y directive slightly.
Alexander Belopolsky
2011-01-10
1
-5/+5
*
Improved description of %Y directive.
Alexander Belopolsky
2011-01-10
1
-7/+16
*
Issue #10875: Update Regular Expression HOWTO; last bit.
Terry Reedy
2011-01-10
1
-1/+4
*
Issue #9566: Fix pyparse.xmlparser.ParseFile()
Victor Stinner
2011-01-10
1
-22/+12
*
Issue #2568: Removed bogus rationale for supporting tm_sec=61.
Alexander Belopolsky
2011-01-10
2
-14/+14
*
#10820: Fix OS X framework installs to support version-specific
Ned Deily
2011-01-10
2
-23/+4
*
Removed time.ctime from the list of functions that take a time tuple argument
Alexander Belopolsky
2011-01-10
1
-1/+1
*
Added entries about removal of year 1900 limit.
Alexander Belopolsky
2011-01-10
1
-0/+23
*
Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
Terry Reedy
2011-01-10
2
-28/+18
*
Misspelling.
Raymond Hettinger
2011-01-10
1
-2/+2
*
Missed two source links
Raymond Hettinger
2011-01-10
2
-8/+7
*
Separate source link from main text.
Raymond Hettinger
2011-01-10
27
-1/+53
*
Fixed a footnote reference
Alexander Belopolsky
2011-01-10
1
-1/+1
*
Fix typos.
Raymond Hettinger
2011-01-10
1
-50/+50
*
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger
2011-01-10
26
-114/+37
*
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
Antoine Pitrou
2011-01-09
4
-11/+51
*
Add Ned Deily.
Martin v. Löwis
2011-01-09
1
-0/+3
*
#10874: test_urllib2 shouldn't use `is` operator for comparing strings
Łukasz Langa
2011-01-09
1
-1/+1
*
#10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...
Georg Brandl
2011-01-09
1
-14/+14
*
Wrap some long examples and signatures.
Georg Brandl
2011-01-09
1
-7/+14
[prev]
[next]