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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60124-60142 via svnmerge from
Christian Heimes
2008-01-20
9
-18/+137
*
Merged revisions 60094-60123 via svnmerge from
Christian Heimes
2008-01-20
9
-30/+153
*
#1867: fix a few 3.0 incompatibilities in pydoc.
Georg Brandl
2008-01-19
1
-3/+3
*
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl
2008-01-19
11
-14/+134
*
Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed
Facundo Batista
2008-01-19
1
-3/+35
*
Merged revisions 60053-60078 via svnmerge from
Christian Heimes
2008-01-19
6
-33/+182
*
Merged revisions 60043-60052 via svnmerge from
Christian Heimes
2008-01-18
1
-5/+95
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
6
-40/+96
*
Merged revisions 60001,60003-60004,60008 via svnmerge from
Thomas Heller
2008-01-17
3
-3/+26
*
Update the py3k version of the rational module to expose only methods needed by
Jeffrey Yasskin
2008-01-17
3
-53/+20
*
Sync-up Queue.py with Py2.6
Raymond Hettinger
2008-01-17
1
-2/+38
*
__floordiv__ returns an int in 3.0.
Jeffrey Yasskin
2008-01-16
1
-4/+2
*
Merged revisions 59952-59984 via svnmerge from
Guido van Rossum
2008-01-15
6
-8/+726
*
Refactor if/elif chain for clarity and speed
Raymond Hettinger
2008-01-15
1
-11/+10
*
long(float('nan')) raises an OverflowError as discussed on the mailing list a...
Christian Heimes
2008-01-15
1
-1/+1
*
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...
Raymond Hettinger
2008-01-14
3
-51/+34
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
3
-5/+22
*
Take Tim's advice and have random.sample() support only sequences and sets.
Raymond Hettinger
2008-01-14
2
-47/+17
*
Remove defunct parts of the random module
Raymond Hettinger
2008-01-13
3
-247/+27
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
4
-55/+34
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
9
-92/+141
*
Good catch Neal!
Christian Heimes
2008-01-11
1
-1/+2
*
Added the test cases I actually meant to add.
Eric Smith
2008-01-11
1
-0/+5
*
Simplifed argument parsing in object.__format__, added test case.
Eric Smith
2008-01-11
1
-0/+4
*
Merged revisions 59864-59882 via svnmerge from
Christian Heimes
2008-01-10
1
-0/+10
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
6
-27/+184
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
6
-17/+130
*
Another patch for #1762972: __file__ points to the py file instead pyo/pyc file
Christian Heimes
2008-01-07
1
-1/+22
*
Fix issue1753: TextIOWrapper.write writes utf BOM for every string.
Alexandre Vassalotti
2008-01-07
2
-4/+26
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
4
-8/+112
*
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes
2008-01-07
2
-0/+48
*
Missed one because of indirection.
Georg Brandl
2008-01-06
1
-1/+1
*
The final occurrences of exception slicing.
Georg Brandl
2008-01-06
3
-4/+4
*
Fix more exception slicing.
Georg Brandl
2008-01-06
7
-12/+12
*
Fix exception slicing.
Georg Brandl
2008-01-06
1
-3/+3
*
Merged revisions 59774-59783 via svnmerge from
Christian Heimes
2008-01-06
1
-0/+5
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
12
-36/+101
*
Add unit tests for the newlines property of IncrementalNewlineDecoder.
Alexandre Vassalotti
2008-01-06
1
-0/+16
*
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum
2008-01-06
1
-0/+16
*
Fix bug introduced by r59746.
Georg Brandl
2008-01-05
1
-1/+1
*
Make math.floor and math.ceil return ints instead of floats.
Jeffrey Yasskin
2008-01-05
1
-0/+2
*
Remove several mentions of old Python versions that don't apply anymore.
Georg Brandl
2008-01-05
7
-41/+1
*
Remove dead code brought in by merge glitch @ r59667
Kurt B. Kaiser
2008-01-05
1
-71/+0
*
Fix merge glitch.
Guido van Rossum
2008-01-05
1
-1/+1
*
Fixed test_long
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59696-59702 via svnmerge from
Christian Heimes
2008-01-04
1
-109/+2
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
3
-3/+7
*
Fixed unichr() -> chr()
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
4
-2/+56
*
Merged revisions 59642-59665 via svnmerge from
Christian Heimes
2008-01-02
3
-3/+87
[next]