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
*
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re...
Brett Cannon
2008-05-15
1
-1/+2
*
Updated import statements to use the new `configparser` module name.
Alexandre Vassalotti
2008-05-14
2
-19/+19
*
Renamed the ConfigParser module to 'configparser'.
Alexandre Vassalotti
2008-05-14
1
-1/+2
*
Deprecate CL, CL_old, and cl for 3.0.
Brett Cannon
2008-05-14
1
-1/+1
*
Deprecate the cdplayer module for IRIX for 3.0.
Brett Cannon
2008-05-14
1
-1/+2
*
The cddb module for IRIX has been deprecated for 3.0.
Brett Cannon
2008-05-14
1
-1/+1
*
The CD and cd modules for IRIX are deprecated for 3.0.
Brett Cannon
2008-05-14
1
-1/+1
*
Fix another "refleak" by clearing the filters after test.
Georg Brandl
2008-05-14
1
-0/+1
*
Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)
Neal Norwitz
2008-05-14
1
-6/+1
*
Enable the updated Lib/bsddb/test suite to run.
Gregory P. Smith
2008-05-14
1
-10/+7
*
Rewrap some lines in test_py3kwarn.
Brett Cannon
2008-05-14
1
-7/+10
*
Deprecate al/AL for removal in 3.0.
Brett Cannon
2008-05-14
2
-3/+3
*
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
Georg Brandl
2008-05-13
1
-1/+15
*
use .format and fix a bug
Benjamin Peterson
2008-05-13
1
-5/+5
*
Make error messages more helpful
Benjamin Peterson
2008-05-12
1
-2/+5
*
Adapt test_pyclbr to the new version of urllib.py:
Amaury Forgeot d'Arc
2008-05-12
1
-1/+5
*
Add warnings to and deprecated all those Mac modules
Benjamin Peterson
2008-05-12
1
-1/+13
*
#1713041: fix pprint's handling of maximum depth.
Georg Brandl
2008-05-12
1
-0/+15
*
Deprecate the sv module as per PEP 4.
Brett Cannon
2008-05-12
1
-1/+2
*
Deprecate the multifile module as per PEP 4.
Brett Cannon
2008-05-12
1
-1/+2
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
4
-32/+32
*
Renamed SocketServer to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-1/+2
*
#2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
Benjamin Peterson
2008-05-12
1
-0/+10
*
Depreate imageop for removal in 3.0.
Brett Cannon
2008-05-12
2
-6/+4
*
Revert commit r63086.
Alexandre Vassalotti
2008-05-11
1
-17/+7
*
Added stub for the PixMapWrapper module to be renamed in 3.0.
Alexandre Vassalotti
2008-05-11
1
-7/+17
*
Added test for Queue rename warning.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Addresses issue 2802: 'n' formatting for integers.
Eric Smith
2008-05-11
1
-2/+13
*
Added stub for the Queue module to be renamed in 3.0.
Alexandre Vassalotti
2008-05-11
3
-18/+18
*
#2816: clarify error messages for EOF while scanning strings.
Georg Brandl
2008-05-11
1
-2/+3
*
#1326: document and test zipimporter.archive and zipimporter.prefix.
Georg Brandl
2008-05-11
1
-0/+32
*
#1792: Improve performance of marshal.dumps() on large objects by increasing
Andrew M. Kuchling
2008-05-11
1
-0/+8
*
#2659: add ``break_on_hyphens`` to TextWrapper.
Georg Brandl
2008-05-11
1
-0/+8
*
Added test for copy_reg rename.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
5
-46/+46
*
Removed a dead line of code.
Alexandre Vassalotti
2008-05-11
1
-1/+0
*
Fixed typo in a comment of test_support.CleanImport.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Added test framework for handling module renames.
Alexandre Vassalotti
2008-05-11
2
-12/+78
*
Deprecated the mhlib module for removal in 3.0.
Brett Cannon
2008-05-11
3
-4/+3
*
The linuxaudidev module has been deprecated for removal in Python 3.0.
Brett Cannon
2008-05-11
2
-2/+2
*
Deprecate ihooks for removal in 3.0.
Brett Cannon
2008-05-10
1
-1/+2
*
Deprecate the fpformat module for removal in 3.0.
Brett Cannon
2008-05-10
2
-3/+4
*
Deprecate the dl module for removal in 3.0.
Brett Cannon
2008-05-10
2
-4/+3
*
Deprecate the dircache module for 3.0.
Brett Cannon
2008-05-10
3
-5/+10
*
Make sure warnings are not suppressed when testing for the raised
Brett Cannon
2008-05-10
1
-1/+1
*
The Canvas module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-10
1
-1/+2
*
Add a test for the deprecation of the compiler package.
Brett Cannon
2008-05-10
1
-1/+1
*
Add the examples in the json module docstring as a doctest
Benjamin Peterson
2008-05-10
1
-0/+1
*
Deprecate the compiler package for removal in 3.0.
Brett Cannon
2008-05-10
1
-2/+2
*
Also ignore package deprecations.
Brett Cannon
2008-05-10
1
-1/+2
[next]