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
*
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
*
More mindless --disable-unicode proofing.
Michael W. Hudson
2002-05-20
1
-23/+24
*
easy --disable-unicode proofing.
Michael W. Hudson
2002-05-20
1
-2/+4
*
A test message w/ CRLF line endings
Barry Warsaw
2002-05-19
1
-0/+45
*
Add two new tests of recent email package fixes: CRLF line endings,
Barry Warsaw
2002-05-19
1
-0/+26
*
Added Mitchell Surface's regression tests for base64. Closes patch #550002.
Raymond Hettinger
2002-05-18
1
-0/+59
*
This is patch
Michael W. Hudson
2002-05-15
1
-28/+30
*
Added tests for new degree/radian conversions.
Raymond Hettinger
2002-05-14
1
-0/+2
*
Jim Fulton reported a segfault in dir(). A heavily proxied object
Guido van Rossum
2002-05-13
1
-0/+20
*
SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
Guido van Rossum
2002-05-13
1
-1/+1
*
Make StringIO work in --disable-unicode builds...
Michael W. Hudson
2002-05-13
1
-0/+2
*
Adds tests for degrees() and radians() functions added to mathmodule.
Raymond Hettinger
2002-05-13
1
-0/+10
*
SF bug 555042: zip() may trigger MemoryError.
Tim Peters
2002-05-12
1
-1/+11
*
random.gauss() uses a piece of hidden state used by nothing else,
Tim Peters
2002-05-05
1
-0/+19
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
2
-29/+0
*
Added regression tests for xrange object attributes.
Fred Drake
2002-05-02
1
-0/+23
*
Buffer-object repitition and concatenation has worked all along; add a test
Fred Drake
2002-05-02
1
-0/+6
*
Fred's recent changes to support "-u all" resulted in subset resource
Andrew MacIntyre
2002-04-30
1
-1/+1
*
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters
2002-04-29
1
-0/+28
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26
1
-0/+118
*
Add more tests for abstract isinstance() and issubclass().
Neil Schemenauer
2002-04-24
1
-4/+93
*
test_resource has no chance of running on Windows.
Tim Peters
2002-04-23
1
-0/+1
*
test_mmap started breaking on Windows, only when run after test_bsddb.
Tim Peters
2002-04-23
1
-1/+1
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23
1
-0/+144
*
Rewrote the PyUnit description so that it now recommends to use
Barry Warsaw
2002-04-23
1
-6/+16
*
Add tests for the recent resource module change.
Jeremy Hylton
2002-04-23
2
-0/+50
*
There was a non-ascii character in the source. Replaced by a hex escape.
Jack Jansen
2002-04-23
1
-1/+1
*
don't fail if the audio device is busy, just skip.
Anthony Baxter
2002-04-23
1
-1/+1
*
SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)
Anthony Baxter
2002-04-23
1
-19/+26
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
2
-1/+25
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
1
-1/+0
*
Assorted code cleanups for readability. Greatly boosted the size of the
Tim Peters
2002-04-21
1
-26/+33
*
Add test for eval() w/ free variables.
Jeremy Hylton
2002-04-20
2
-0/+11
*
Fix SF #544995 (zlib crash on second flush call)
Jeremy Hylton
2002-04-19
1
-0/+6
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
1
-0/+158
*
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters
2002-04-18
1
-0/+26
*
SF bug 544733: Cygwin test_mmap fix for Python 2.2.1
Tim Peters
2002-04-18
1
-0/+2
[next]