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
*
Comment out testHostnameRes() -- it depends on a correctly working
Guido van Rossum
2002-06-13
1
-10/+10
*
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum
2002-06-13
1
-12/+2
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
2
-4/+7
*
Fix a typo.
Guido van Rossum
2002-06-13
1
-1/+2
*
Whitespace nit.
Guido van Rossum
2002-06-13
1
-1/+1
*
Remove some overly complicated ways to concatenate and repeat strings
Guido van Rossum
2002-06-12
1
-6/+7
*
Don't test for Java, test for sys.getrefcount.
Guido van Rossum
2002-06-12
1
-2/+2
*
Some provisional changes to get more tests to run on Windows (I hope).
Guido van Rossum
2002-06-12
1
-6/+8
*
Argh. Typo. :-(
Guido van Rossum
2002-06-12
1
-1/+1
*
Allow absent fromfd(), for Windows.
Guido van Rossum
2002-06-12
1
-0/+2
*
testSetSockOpt() should not require the reuse flag to be 1 -- any
Guido van Rossum
2002-06-12
1
-2/+2
*
Lose the message on assertEqual calls -- they actually hide
Guido van Rossum
2002-06-12
1
-18/+15
*
Docstring, layout and style tweaking. Increase fuzz to 1 second.
Guido van Rossum
2002-06-12
1
-90/+87
*
Add some more basic tests to validate the argument checking of
Guido van Rossum
2002-06-12
1
-1/+51
*
New test suite for the socket module by Michael Gilfix.
Guido van Rossum
2002-06-12
3
-180/+486
*
Add a testcase to ensure that cycles going through the __class__ link
Guido van Rossum
2002-06-12
1
-0/+6
*
SF bug 567538: Generator can crash the interpreter (Finn Bock).
Guido van Rossum
2002-06-12
1
-0/+20
*
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson
2002-06-11
1
-0/+2
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
2
-1/+73
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
6
-5/+48
*
SF patch 564549 (Erik Andersén).
Guido van Rossum
2002-06-10
1
-0/+11
*
Added -t (--threshold) option to call gc.set_threshold(N).
Guido van Rossum
2002-06-07
1
-25/+30
*
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum
2002-06-06
2
-10/+193
*
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
Guido van Rossum
2002-06-06
1
-0/+29
*
Close SF bug 563740. complex() now finds __complex__() in new style classes.
Raymond Hettinger
2002-06-06
1
-0/+11
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
1
-0/+20
*
Patch #551911: Escape . properly.
Martin v. Löwis
2002-06-06
1
-1/+1
*
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger
2002-06-05
1
-0/+5
*
SF bug 558179.
Guido van Rossum
2002-06-05
2
-2/+2
*
Address SF bug 519621: slots weren't traversed by GC.
Guido van Rossum
2002-06-04
1
-0/+51
*
Test repair now that module.__init__ requires a name and initializes
Guido van Rossum
2002-06-04
1
-6/+7
*
Repair the test (adding a docstring to the module type changed the
Guido van Rossum
2002-06-04
1
-1/+1
*
Surprising fix for SF bug 563060: module can be used as base class.
Guido van Rossum
2002-06-04
1
-0/+48
*
The warning filter was ineffective when this module was invoked as a
Guido van Rossum
2002-06-03
1
-1/+1
*
regrtest has a new
Tim Peters
2002-06-02
1
-7/+34
*
Generator.__call__() => Generator.flatten()
Barry Warsaw
2002-06-02
1
-28/+56
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
1
-0/+1
*
Fix SF bug [ 561825 ] Confusing error for "del f()"
Jeremy Hylton
2002-05-31
1
-0/+34
*
Verify that the imp can find and load .py files.
Jeremy Hylton
2002-05-30
1
-0/+5
*
This is patch
Michael W. Hudson
2002-05-27
1
-3/+65
*
Fix for SF bug 551412. When _PyType_Lookup() is called on a type
Guido van Rossum
2002-05-24
1
-0/+16
*
Whitespace normalization.
Tim Peters
2002-05-23
7
-28/+27
*
parseaddr(): Fixed in the same way that Message.getaddrlist() was
Barry Warsaw
2002-05-23
1
-0/+9
*
force gzip module to open files using 'b'inary mode.
Skip Montanaro
2002-05-23
1
-1/+5
*
Closes: #556025 seg fault when doing list(xrange(1e9))
Neal Norwitz
2002-05-22
1
-0/+11
*
getaddresses(): Like the change in rfc822.py, this one needs to access
Barry Warsaw
2002-05-22
1
-0/+7
*
Message.getaddrlist(): Use the AddressList.addresslist attribute
Barry Warsaw
2002-05-21
1
-1/+20
*
Guess what? --disable-unicode proofing.
Michael W. Hudson
2002-05-20
1
-4/+7
*
More --disable-unicode stuff.
Michael W. Hudson
2002-05-20
1
-4/+9
*
tolerate --disable-unicode...
Michael W. Hudson
2002-05-20
1
-2/+3
[next]