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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-21/+109
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
2
-20/+29
*
Update the py3k version of the rational module to expose only methods needed by
Jeffrey Yasskin
2008-01-17
1
-12/+12
*
__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
2
-1/+284
*
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
2
-17/+20
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
2
-2/+17
*
Take Tim's advice and have random.sample() support only sequences and sets.
Raymond Hettinger
2008-01-14
1
-20/+1
*
Remove defunct parts of the random module
Raymond Hettinger
2008-01-13
2
-85/+23
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
1
-0/+8
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
4
-63/+77
*
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
4
-22/+170
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
4
-13/+69
*
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
1
-0/+18
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
2
-3/+93
*
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes
2008-01-07
2
-0/+48
*
The final occurrences of exception slicing.
Georg Brandl
2008-01-06
2
-2/+2
*
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
7
-9/+65
*
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
*
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
1
-2/+0
*
Fixed test_long
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
2
-1/+5
*
Fixed unichr() -> chr()
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
2
-0/+53
*
Merged revisions 59642-59665 via svnmerge from
Christian Heimes
2008-01-02
1
-1/+14
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
2
-12/+12
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
1
-7/+11
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
5
-4/+150
*
Fixed #1673. I hope it works. I don't have access to a Windows box right now.
Christian Heimes
2007-12-20
1
-1/+1
*
Removed test from test_import. It will never work on all systems, see #1377
Christian Heimes
2007-12-20
1
-17/+0
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
3
-3/+115
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
2
-8/+4
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
2
-8/+106
*
update to fix leak in SSL code
Bill Janssen
2007-12-14
1
-27/+157
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
2
-5/+4
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-1/+2
*
Added missing file
Christian Heimes
2007-12-10
1
-0/+1021
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
1
-1/+16
*
Fixed doc xml rpc tests and server
Christian Heimes
2007-12-10
1
-6/+5
*
Make Decimal a subclass of Real and Inexact.
Guido van Rossum
2007-12-10
2
-28/+28
[next]