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
...
*
Backport 58348: use a reliable host in the test.
Gregory P. Smith
2007-10-06
1
-4/+1
*
issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.
Sean Reifscheider
2007-09-17
1
-0/+25
*
Bug #1153: repr.repr() now doesn't require set and dictionary items
Georg Brandl
2007-09-12
1
-0/+10
*
Patch #1031213: Decode source line in SyntaxErrors back to its original
Martin v. Löwis
2007-09-04
1
-0/+26
*
Bug #1709599: Run test_1565150 only if the file system is NTFS.
Martin v. Löwis
2007-08-30
1
-4/+14
*
backport r57626
Skip Montanaro
2007-08-28
1
-0/+11
*
TarFile.__init__() no longer fails if no name argument is passed and
Lars Gustäbel
2007-08-28
1
-5/+19
*
backport of r57378 to fix bug 1725856
Gregory P. Smith
2007-08-24
1
-0/+16
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-22/+0
*
Backport from trunk r56727:
Hye-Shik Chang
2007-08-04
2
-1/+23
*
Bug #1704793: Raise KeyError if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-1/+5
*
[Backport of r56382]
Andrew M. Kuchling
2007-07-14
1
-1/+12
*
Patch #1673759: add a missing overflow check when formatting floats
Georg Brandl
2007-07-12
1
-3/+17
*
Patch #1752270, #1750931: complain if urllib2 add_handler called
Georg Brandl
2007-07-12
1
-0/+6
*
Backport 55887:
Neal Norwitz
2007-06-11
1
-0/+13
*
Backport 55874:
Neal Norwitz
2007-06-11
1
-0/+5
*
Backport 55873:
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/+20
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
2
-2/+18
*
Patch #1667860: Fix UnboundLocalError in urllib2.
Georg Brandl
2007-06-07
1
-0/+301
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
1
-0/+3
*
Fix for Windows: close a temporary file before trying to delete it.
Hye-Shik Chang
2007-06-05
1
-0/+2
*
(Backport from r55770)
Hye-Shik Chang
2007-06-05
1
-0/+9
*
Backport of r55752: make time.strptime() behave better when whitespace is in
Brett Cannon
2007-06-04
1
-0/+9
*
Verify neither dumps or loads overflow the stack and segfault.
Neal Norwitz
2007-05-18
1
-1/+21
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-0/+4
*
Merge change 54983 from the trunk: Add the locale "English" to test_locale.p...
Kristján Valur Jónsson
2007-05-07
1
-1/+1
*
Merging change 55102 from the trunk:
Kristján Valur Jónsson
2007-05-07
4
-10/+17
*
Backport fix for r54646-7: properly clear locale cache in time.strptime when
Brett Cannon
2007-04-27
1
-0/+29
*
Whitespace normalization
Neal Norwitz
2007-04-25
10
-30/+30
*
Convert PyUnit -> unittest. Backported from r54929.
Collin Winter
2007-04-24
1
-11/+10
*
Recommit r54805:
Barry Warsaw
2007-04-23
1
-0/+18
*
Backport r54786:
Walter Dörwald
2007-04-21
1
-0/+5
*
Patch #1695229: Fix a regression with tarfile.open() and a missing name
Lars Gustäbel
2007-04-20
1
-2/+8
*
Fix directory names to have only one trailing slash.
Lars Gustäbel
2007-04-20
1
-0/+7
*
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
Neal Norwitz
2007-04-16
1
-8/+0
*
Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-18/+0
*
Add code to read from master_fd in the parent, breaking when we get an OSError
Barry Warsaw
2007-04-13
1
-0/+18
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-04
1
-0/+6
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
1
-0/+9
*
Array module's buffer interface can now handle empty arrays.
Raymond Hettinger
2007-04-02
1
-0/+7
*
SF #1693079 Array module cannot pickle empty arrays
Raymond Hettinger
2007-04-02
1
-0/+15
*
Backport 54594:
Neal Norwitz
2007-03-31
1
-0/+7
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
1
-0/+9
*
Test and fix fromkeys optional argument.
Raymond Hettinger
2007-03-21
1
-0/+3
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-1/+1
*
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
1
-2/+6
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-0/+50
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-0/+32
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
1
-1/+1
[prev]
[next]