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
/
test___all__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 66321 via svnmerge from
Brett Cannon
2008-09-09
1
-2/+2
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-3/+1
*
Remove last traces of mimetools.
Georg Brandl
2008-06-12
1
-2/+0
*
Remove the htmllib and sgmllib modules as per PEP 3108.
Georg Brandl
2008-06-01
1
-2/+0
*
The commands module has been removed. The getoutput() and getstatusoutput()
Brett Cannon
2008-05-26
1
-1/+0
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-6/+4
*
Merged revisions 63698 via svnmerge from
Benjamin Peterson
2008-05-26
1
-0/+1
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
1
-1/+1
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Rename the repr module to reprlib.
Alexandre Vassalotti
2008-05-16
1
-1/+1
*
Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...
Alexandre Vassalotti
2008-05-15
1
-1/+2
*
Renamed ConfigParser to configparser.
Alexandre Vassalotti
2008-05-14
1
-1/+1
*
Renamed the SocketServer module to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-1/+1
*
The __all__ value for 'collections' was missing UserList and UserString.
Brett Cannon
2008-05-12
1
-0/+1
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Remove the imputil module.
Brett Cannon
2008-05-08
1
-1/+0
*
Merged revisions 62792,62799-62800 via svnmerge from
Christian Heimes
2008-05-06
1
-7/+10
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+1
*
Move UserString to collections.
Raymond Hettinger
2008-02-21
1
-1/+0
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+0
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
1
-2/+0
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-3/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-5/+0
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-3/+0
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-0/+2
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-7/+5
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-1/+0
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-1/+0
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-2/+2
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-4/+0
*
Merge trunk up to 43069, putting re.py back and hopefully making the branch
Thomas Wouters
2006-04-21
1
-1/+0
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-3/+0
*
Suppress new deprecation warnings when running the
Tim Peters
2006-02-18
1
-0/+4
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
1
-3/+0
*
Essentially SF patch 1061679: add missing __all__ to pickletools.py.
Tim Peters
2004-11-06
1
-0/+1
*
Removed no-longer-needed convolutions to recover from damaged modules
Tim Peters
2004-08-02
1
-14/+0
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+1
*
Add heapq to list of __all__ checks.
Raymond Hettinger
2004-06-13
1
-0/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-3/+2
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
1
-1/+0
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
Test Brett's addition of __all__ to Queue.
Raymond Hettinger
2003-07-01
1
-0/+1
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
Added missing modules to __all__ check.
Raymond Hettinger
2003-05-02
1
-0/+4
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-4/+3
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Port test_pwd.py to PyUnit. Check that getpwall() and
Walter Dörwald
2003-04-15
1
-159/+185
[next]