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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some sentence endings.
Georg Brandl
2008-05-11
1
-2/+1
*
Add the "until" command to pdb
Benjamin Peterson
2008-05-11
3
-16/+35
*
#1858: re-apply patch for this, adding the missing files
Andrew M. Kuchling
2008-05-11
7
-80/+251
*
#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
2
-2/+29
*
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
12
-255/+263
*
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
4
-4/+7
*
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
2
-2/+5
*
#1858: add distutils.config module
Andrew M. Kuchling
2008-05-10
1
-0/+124
*
Deprecate the fpformat module for removal in 3.0.
Brett Cannon
2008-05-10
3
-3/+7
*
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
4
-5/+13
*
Revert r62998 as it broke the build (seems distutils.config is missing).
Brett Cannon
2008-05-10
5
-113/+80
*
Cleaned up io._BytesIO.write().
Alexandre Vassalotti
2008-05-10
1
-6/+6
*
#1858 from Tarek Ziade:
Andrew M. Kuchling
2008-05-10
5
-80/+113
*
Docstring typo
Andrew M. Kuchling
2008-05-10
1
-1/+1
*
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
2
-1/+6
*
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
2
-2/+5
*
Also ignore package deprecations.
Brett Cannon
2008-05-10
1
-1/+2
*
Suppress deprecations for packages as well when using
Brett Cannon
2008-05-10
1
-1/+2
*
Deprecate the bsddb185 module for removal in 3.0.
Brett Cannon
2008-05-10
2
-2/+8
*
Deprecate Bastion and rexec for 3.0.
Brett Cannon
2008-05-10
3
-1/+8
*
Deprecate the pure module for 3.0.
Brett Cannon
2008-05-09
1
-1/+10
*
Backport fast alternate io.BytesIO implementation.
Alexandre Vassalotti
2008-05-09
3
-14/+499
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-0/+18
*
Add --user option to build_ext
Christian Heimes
2008-05-09
2
-2/+16
*
Deprecate the toaiff module for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+3
*
Deprecate test.testall for removal in 3.0.
Brett Cannon
2008-05-09
2
-0/+8
*
Deprecate the new module for removal in 3.0.
Brett Cannon
2008-05-09
3
-5/+7
*
Add Py3k warnings to os.path.walk
Benjamin Peterson
2008-05-09
4
-3/+18
*
Replace instances of os.path.walk with os.walk
Benjamin Peterson
2008-05-08
2
-13/+9
*
Deprecate the user module for removal in 3.0.
Brett Cannon
2008-05-08
2
-1/+4
*
Fix sys.flags to properly expose bytes_warning.
Brett Cannon
2008-05-08
1
-1/+1
*
Fix a bug introduced by the addition of the 'record' argument to
Brett Cannon
2008-05-08
1
-2/+2
*
Deprecate stringold for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+3
*
Make test.test_support.catch_warning() take an argument specifying if any
Brett Cannon
2008-05-08
1
-5/+6
*
The mutex module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-08
4
-3/+19
*
Deprecate the imputil module for removal in 3.0.
Brett Cannon
2008-05-08
2
-1/+4
*
Bump to 2.6a3
v2.6a3
Barry Warsaw
2008-05-08
2
-2/+2
*
Fix for issue 1770190: platform.mac_ver() now returns the right
Ronald Oussoren
2008-05-08
1
-1/+11
*
The __all__ variable forgot to expose the gcd() function.
Raymond Hettinger
2008-05-08
1
-1/+1
*
Practice EAFP, and revert 62787
Benjamin Peterson
2008-05-07
1
-3/+0
[next]