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
*
Bug #1101233: fix test_fcntl on netbsd2 platform.
Georg Brandl
2006-02-20
1
-1/+1
*
Backported from r41842.
Armin Rigo
2006-02-20
2
-0/+112
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
1
-0/+10
*
Backport: This should get test_timeout to pass when running on any python.org...
Neal Norwitz
2006-02-18
1
-0/+5
*
Fix typo
Neal Norwitz
2006-02-04
1
-1/+1
*
Work around a Solaris peculiarity that caused test_pty to sometimes fail: a
Thomas Wouters
2006-01-28
1
-1/+8
*
Remove file even if non-existant
Neal Norwitz
2006-01-25
1
-2/+6
*
Remove generated test db files
Neal Norwitz
2006-01-25
1
-2/+3
*
Backport:
Neal Norwitz
2006-01-25
1
-0/+6
*
Checkin the test of patch #1400181.
Georg Brandl
2006-01-20
1
-0/+14
*
Backport:
Neal Norwitz
2006-01-14
2
-0/+9
*
Test curses.setupterm() before initscr().
Georg Brandl
2006-01-12
1
-2/+3
*
Backport:
Neal Norwitz
2006-01-10
1
-1/+7
*
Backport:
Neal Norwitz
2006-01-09
1
-0/+11
*
Skip this test on Darwin. It's skipped on the trunk and is listed as
Skip Montanaro
2006-01-07
1
-0/+6
*
Backport:
Neal Norwitz
2006-01-06
1
-4/+7
*
Backport: If the audio file does not exist, the test should be skipped.
Neal Norwitz
2006-01-05
2
-2/+2
*
Backport: Skip test_curses if stdin is not a tty (like when run from cron or ...
Neal Norwitz
2006-01-05
1
-1/+3
*
Work around test_locale failing on Solaris 10.
Martin v. Löwis
2005-12-30
1
-3/+8
*
backport Sniffer class fix (rev 41838)
Skip Montanaro
2005-12-28
1
-0/+4
*
Backport: Patch #1117398: fix cookielib LoadError
Neal Norwitz
2005-12-23
1
-0/+25
*
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
Hye-Shik Chang
2005-12-17
1
-10/+14
*
fix recurring typo: occured --> occurred
Fred Drake
2005-11-30
2
-2/+2
*
fix indentation; this could not have passed
Fred Drake
2005-11-30
1
-3/+3
*
Backport checkin:
Walter Dörwald
2005-11-25
1
-2/+12
*
[Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix...
Andrew M. Kuchling
2005-11-22
1
-0/+11
*
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...
Andrew M. Kuchling
2005-11-22
1
-0/+2
*
Backport (with output/test_poll):
Neal Norwitz
2005-11-03
2
-0/+22
*
Backport:
Neal Norwitz
2005-11-02
1
-1/+1
*
Backport:
Neal Norwitz
2005-10-28
1
-0/+24
*
Backport: SF bug #1167751: fix incorrect code being for generator expressions.
Neal Norwitz
2005-10-23
1
-0/+12
*
Backport:
Neal Norwitz
2005-10-20
1
-0/+48
*
Teach unquote() to handle unicode inputs
Raymond Hettinger
2005-10-15
1
-0/+4
*
Fix unit test failure -- the output received from Python can be empty,
Guido van Rossum
2005-10-08
1
-1/+1
*
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger
2005-10-05
1
-0/+10
*
Backport:
Neal Norwitz
2005-10-03
1
-0/+50
*
file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03...
Neal Norwitz
2005-10-03
1
-50/+0
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2005-10-03
1
-0/+50
*
- Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
Neal Norwitz
2005-09-30
1
-0/+9
*
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
Michael W. Hudson
2005-09-26
1
-0/+7
*
Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).
Guido van Rossum
2005-09-22
1
-2/+2
*
(backport) test and fix for buggy handling of exceptions raised by C
Armin Rigo
2005-09-20
1
-2/+21
*
backport:
Anthony Baxter
2005-09-20
1
-0/+7
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
1
-0/+3
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0/+2
*
Clear the regex cache when the locale changes.
Brett Cannon
2005-09-15
1
-0/+2
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
2
-5/+37
*
Backport checkin:
Walter Dörwald
2005-08-30
2
-3/+82
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
1
-0/+35
*
Add list() around xreadlines()
Georg Brandl
2005-08-26
1
-1/+1
[next]