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
*
Minor changes to the choice of assert methods
Alexander Belopolsky
2010-06-15
1
-26/+26
*
Switch the __import__ state check from using __builtins__ to builtins to be
Brett Cannon
2010-06-14
1
-8/+3
*
Issue 6280: Tests and simpler implementation for calendar.timegm
Alexander Belopolsky
2010-06-14
1
-2/+10
*
Issue #5094: The ``datetime`` module now has a simple concrete class
Alexander Belopolsky
2010-06-14
1
-13/+108
*
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
Victor Stinner
2010-06-13
1
-1/+129
*
Merged revisions 81967 via svnmerge from
Mark Dickinson
2010-06-13
2
-0/+47
*
Merged revisions 80578 via svnmerge from
Nick Coghlan
2010-06-12
1
-0/+71
*
When dealing with __import__ for detecting a global state change made by a
Brett Cannon
2010-06-12
1
-2/+8
*
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
Victor Stinner
2010-06-11
1
-5/+4
*
Issue #8965: Write more tests for sys.getfilesystemencoding()
Victor Stinner
2010-06-11
1
-11/+24
*
Issue #8965: Add a regression test to test_sys with LANG=C
Victor Stinner
2010-06-11
1
-2/+13
*
Merged revisions 81907 via svnmerge from
Antoine Pitrou
2010-06-11
1
-0/+25
*
Fix more undefined-behaviour inducing overflow checks in struct module.
Mark Dickinson
2010-06-11
1
-0/+2
*
Avoid possible undefined behaviour from signed overflow.
Mark Dickinson
2010-06-11
1
-0/+5
*
Issue #3129: Trailing digits in format string are no longer ignored.
Alexander Belopolsky
2010-06-11
1
-1/+27
*
Issue #8188: Comparisons between Decimal objects and other numeric
Mark Dickinson
2010-06-11
2
-3/+57
*
test_sys: add a test on the file system encoding for darwin
Victor Stinner
2010-06-11
1
-0/+5
*
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
Mark Dickinson
2010-06-10
1
-16/+1
*
Issue #8932: Skip required when compiled --without-threads.
Stefan Krah
2010-06-09
1
-0/+1
*
http://bugs.python.org/issue8832
Kristján Valur Jónsson
2010-06-09
1
-0/+7
*
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner
2010-06-08
1
-14/+0
*
Now that sunau has some tests, remove it from test_sundry.
R. David Murray
2010-06-08
1
-1/+0
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-08
1
-5/+0
*
Merged revisions 81820 via svnmerge from
Benjamin Peterson
2010-06-07
1
-0/+3
*
Issue #8897: Fix sunau module, use bytes to write the header. Patch written by
Victor Stinner
2010-06-07
1
-0/+70
*
Merged revisions 81706-81707 via svnmerge from
Benjamin Peterson
2010-06-05
1
-0/+3
*
Merged revisions 81701 via svnmerge from
Martin v. Löwis
2010-06-04
1
-0/+25
*
Merged revisions 81691 via svnmerge from
Senthil Kumaran
2010-06-04
1
-1/+1
*
Merged revisions 81667 via svnmerge from
Lars Gustäbel
2010-06-03
2
-0/+45
*
Merged revisions 81663 via svnmerge from
Lars Gustäbel
2010-06-03
1
-1/+5
*
Merged revisions 81640 via svnmerge from
Brian Curtin
2010-06-01
1
-0/+6
*
Merged revisions 81636 via svnmerge from
Senthil Kumaran
2010-06-01
1
-1/+0
*
Issue #1289118: datetime.timedelta objects can now be multiplied by float
Alexander Belopolsky
2010-05-31
1
-10/+62
*
Merged revisions 81584 via svnmerge from
Brian Curtin
2010-05-28
1
-6/+50
*
Merged revisions 81566 via svnmerge from
Alexander Belopolsky
2010-05-27
1
-9/+10
*
Merged revisions 81559 via svnmerge from
Alexander Belopolsky
2010-05-26
1
-7/+2
*
Issue #2844: Make int('42', n) consistently raise ValueError for
Mark Dickinson
2010-05-26
1
-0/+10
*
Merged revisions 81555 via svnmerge from
Alexander Belopolsky
2010-05-26
1
-3/+3
*
Merged revisions 81551 via svnmerge from
Mark Dickinson
2010-05-26
1
-0/+15
*
fix wrong assertIs context
Giampaolo Rodolà
2010-05-26
1
-1/+1
*
Fix issue #8806: add SSL contexts support to ftplib
Giampaolo Rodolà
2010-05-26
1
-0/+23
*
Fix #2810 - handle the case where some registry calls return
Brian Curtin
2010-05-26
1
-0/+53
*
Merged revisions 81543 via svnmerge from
Victor Stinner
2010-05-26
1
-0/+1
*
Fix the new TestMain.test_decode() of test_base64 for Windows
Victor Stinner
2010-05-25
1
-1/+1
*
Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
Victor Stinner
2010-05-25
1
-0/+34
*
Merged revisions 81527 via svnmerge from
Mark Dickinson
2010-05-25
1
-1/+1
*
Merged revisions 81525 via svnmerge from
Mark Dickinson
2010-05-25
2
-0/+30
*
Made sysconfig a script that displays useful information - #8770
Tarek Ziadé
2010-05-25
1
-2/+10
*
Recorded merge of revisions 81500-81501 via svnmerge from
Victor Stinner
2010-05-24
1
-0/+7
*
Merged revisions 81492 via svnmerge from
Steven Bethard
2010-05-24
1
-0/+19
[next]