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
*
Fix issue1789: The tutorial contained a misuse of the struct module.
Gregory P. Smith
2008-01-24
1
-1/+1
*
Fix the tests by restoring __import__. I think the test is still valid.
Neal Norwitz
2008-01-24
1
-4/+6
*
Minor clean-up and more tests.
Raymond Hettinger
2008-01-24
1
-0/+11
*
Add first-cut at an approximation function (still needs rounding tweaks). Ad...
Raymond Hettinger
2008-01-24
1
-0/+12
*
Turn three recently fixed crashers into regular tests.
Guido van Rossum
2008-01-23
1
-1/+70
*
Fix two crashers.
Guido van Rossum
2008-01-23
2
-42/+0
*
I'm tired of these tests breaking at Google due to our large number of
Guido van Rossum
2008-01-23
2
-0/+6
*
Fix for #1087741 patch.
Georg Brandl
2008-01-22
1
-0/+7
*
- Fix Issue #1703448: A joined thread could show up in the
Gregory P. Smith
2008-01-22
1
-0/+18
*
Reformat some ugly code.
Georg Brandl
2008-01-21
1
-26/+27
*
Patch #1720595: add T_BOOL to the range of structmember types.
Georg Brandl
2008-01-21
1
-1/+7
*
#1715: include sub-extension modules in pydoc text output.
Georg Brandl
2008-01-21
1
-0/+6
*
Issue #1882: when compiling code from a string, encoding cookies in the
Georg Brandl
2008-01-21
1
-1/+9
*
#1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
Georg Brandl
2008-01-21
1
-0/+26
*
#1876: fix typos in test_operator.
Georg Brandl
2008-01-20
1
-4/+4
*
Fix test_pyclbr after urllib change.
Georg Brandl
2008-01-20
1
-0/+1
*
#1669: don't allow shutil.rmtree() to be called on a symlink.
Georg Brandl
2008-01-20
1
-0/+14
*
#1648: add sys.gettrace() and sys.getprofile().
Georg Brandl
2008-01-20
2
-0/+31
*
#1178141: add addinfourl.code to get http status code from urllib.
Georg Brandl
2008-01-20
2
-1/+16
*
Fix zipfile decryption. The check for validity only worked on one
Gregory P. Smith
2008-01-20
1
-0/+21
*
Add an interactive test script for exercising curses
Andrew M. Kuchling
2008-01-20
1
-0/+46
*
Fix issue 1300: Quote command line arguments that contain a '|' character in
Gregory P. Smith
2008-01-19
1
-0/+2
*
fix comment typos, use not arg instead of arg == "", add test coverage
Gregory P. Smith
2008-01-19
1
-0/+2
*
#1663329: add os.closerange() to close a range of fds,
Georg Brandl
2008-01-19
1
-0/+6
*
Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...
Andrew M. Kuchling
2008-01-19
1
-0/+14
*
Fix #1146: TextWrap vs words 1-character shorter than the width.
Georg Brandl
2008-01-19
1
-0/+13
*
Fix #1679: "0x" was taken as a valid integer literal.
Georg Brandl
2008-01-19
2
-0/+7
*
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
Andrew M. Kuchling
2008-01-19
1
-0/+36
*
Disabled test_xmlrpc:test_404. It's causing lots of false alarms.
Christian Heimes
2008-01-19
3
-4/+4
*
Update for threading.local test.
Christian Heimes
2008-01-19
1
-2/+18
*
Added unit test to verify that threading.local doesn't cause ref leaks. It se...
Christian Heimes
2008-01-19
1
-1/+27
*
Several tweaks: add construction from strings and .from_decimal(), change
Jeffrey Yasskin
2008-01-19
1
-3/+66
*
This got fixed for classic classes in r60057,
Guido van Rossum
2008-01-18
1
-17/+0
*
Added bytes and b'' as aliases for str and ''
Christian Heimes
2008-01-18
1
-1/+12
*
Make starmap() match its pure python definition and accept any itertable inpu...
Raymond Hettinger
2008-01-17
1
-1/+2
*
Add queues will alternative fetch orders (priority based and stack based).
Raymond Hettinger
2008-01-16
1
-12/+19
*
Add rational.Rational as an implementation of numbers.Rational with infinite
Jeffrey Yasskin
2008-01-15
1
-0/+279
*
Temporarily revert 59967 until GC can be added.
Raymond Hettinger
2008-01-15
1
-6/+0
*
Issue 1820: structseq objects did not work with the % formatting operator or...
Raymond Hettinger
2008-01-15
1
-0/+6
*
Typo fixes
Andrew M. Kuchling
2008-01-15
1
-1/+1
*
Now that I've learnt about structseq objects I felt like converting sys.float...
Christian Heimes
2008-01-14
1
-1/+1
*
Applied patch #1816: sys.flags patch
Christian Heimes
2008-01-14
1
-0/+12
*
Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r...
Christian Heimes
2008-01-14
1
-1/+5
*
Issue 1780: Allow leading and trailing whitespace in Decimal constructor,
Mark Dickinson
2008-01-12
1
-0/+8
*
Doctest results return a named tuple for readability
Raymond Hettinger
2008-01-11
1
-58/+58
*
Run doctests on the collections module
Raymond Hettinger
2008-01-11
1
-2/+4
*
Closing issue1761.
Amaury Forgeot d'Arc
2008-01-10
1
-0/+12
*
Fixed #1776. __import__() no longer imports modules by file name
Christian Heimes
2008-01-09
1
-1/+11
*
Added __enter__ and __exit__ functions to HKEY object
Christian Heimes
2008-01-08
1
-20/+25
*
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
Andrew M. Kuchling
2008-01-08
1
-2/+128
[next]