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
...
*
Added a select.select call in the test server loop to make sure the
Facundo Batista
2007-07-19
1
-5/+7
*
Fix failing unicode test caused by change to ast.c at r56441
Kurt B. Kaiser
2007-07-18
1
-3/+3
*
SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.
Guido van Rossum
2007-07-18
1
-0/+6
*
Prevent asyncore.dispatcher tests from hanging by adding loop counters
Facundo Batista
2007-07-17
1
-20/+46
*
Changed the used port and commented out some tests that uses
Facundo Batista
2007-07-15
1
-72/+82
*
First version. Includes tests for helper functions: read, write,
Facundo Batista
2007-07-14
1
-0/+370
*
Avoid exception if there's a stray directory inside a Maildir folder.
Andrew M. Kuchling
2007-07-14
2
-2/+17
*
In response to this SF bug:
Barry Warsaw
2007-07-13
2
-0/+23
*
Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output
Thomas Heller
2007-07-13
1
-0/+8
*
Do not try to load the GLUT library in the ctypes tests. This test
Thomas Heller
2007-07-13
1
-24/+2
*
Add tests for _ctypes.COMError.
Thomas Heller
2007-07-13
1
-0/+9
*
Added tests for basic behavior of DateTime, Binary, and Fault classes
Facundo Batista
2007-07-13
1
-1/+134
*
Patch #1675424: Added tests for uncovered code in the zipfile module.
Georg Brandl
2007-07-12
2
-7/+135
*
Patch #1731169: clean up expected skips list.
Georg Brandl
2007-07-12
1
-214/+18
*
Patch #1673759: add a missing overflow check when formatting floats
Georg Brandl
2007-07-12
1
-3/+17
*
Patch #1739696: use code.co_code only if really necessary
Georg Brandl
2007-07-12
1
-4/+3
*
Patch #1752270, #1750931: complain if urllib2 add_handler called
Georg Brandl
2007-07-12
2
-0/+10
*
Patch 1693258: Fix for duplicate "preferences" menu-OS X
Ronald Oussoren
2007-07-09
1
-18/+31
*
Fix typo in comment
Neal Norwitz
2007-07-06
1
-1/+1
*
Fix a few webbrowser.py problems.
Georg Brandl
2007-07-01
1
-0/+2
*
Bug #1737864: allow empty message in logging format routines.
Georg Brandl
2007-06-19
1
-2/+2
*
Added exclude keyword argument to the TarFile.add() method.
Lars Gustäbel
2007-06-18
2
-4/+31
*
Add patch #1726668: Windows Vista support.
Marc-André Lemburg
2007-06-12
1
-0/+20
*
Apply patch #1734945 to support TurboLinux as distribution.
Marc-André Lemburg
2007-06-12
1
-1/+1
*
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
Neal Norwitz
2007-06-11
2
-1/+14
*
Not sure why this only fails sometimes on Unix machines. Better
Neal Norwitz
2007-06-11
1
-1/+2
*
Add all of the distuils modules that don't seem to have explicit tests. :-(
Neal Norwitz
2007-06-11
2
-2/+48
*
Prevent hang if the port cannot be opened.
Neal Norwitz
2007-06-11
1
-6/+15
*
Fix a bug when there was a newline in the string expandtabs was called on.
Neal Norwitz
2007-06-11
1
-0/+5
*
Prevent these tests from running on Win64 since they don\'t apply there either
Neal Norwitz
2007-06-11
2
-3/+4
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-1/+19
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
2
-2/+18
*
Make this test work with older Python releases where struct has no 't' format...
Thomas Heller
2007-06-08
1
-1/+4
*
Patch #1667860: Fix UnboundLocalError in urllib2.
Georg Brandl
2007-06-07
2
-1/+302
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
1
-0/+3
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
3
-13/+62
*
FTP.ntransfercmd method now uses create_connection when passive,
Facundo Batista
2007-06-06
1
-3/+1
*
Patch #1731049: make threading.py use a proper "raise" when checking internal...
Collin Winter
2007-06-06
2
-13/+64
*
Fix for Windows: close a temporary file before trying to delete it.
Hye-Shik Chang
2007-06-05
1
-0/+2
*
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
Hye-Shik Chang
2007-06-05
1
-1/+9
*
Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead
Brett Cannon
2007-06-03
2
-1/+10
*
SF 1668596/1720897: distutils now copies data files
Neal Norwitz
2007-06-01
2
-1/+38
*
Have cfmfile raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-31
1
-0/+3
*
Cause buildtools to raise a DeprecationWarning.
Brett Cannon
2007-05-31
1
-0/+3
*
Have the sha module raise a DeprecationWarning as specified in PEP 4.
Brett Cannon
2007-05-31
5
-7/+17
*
Have md5 raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-30
5
-4/+15
*
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the
Brett Cannon
2007-05-30
3
-0/+7
*
Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.
Brett Cannon
2007-05-30
3
-0/+11
*
Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...
Thomas Heller
2007-05-30
1
-2/+2
*
Revert 55634.
Martin v. Löwis
2007-05-29
1
-1/+0
[prev]
[next]