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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the sv module as per PEP 4.
Brett Cannon
2008-05-12
1
-0/+2
*
Deprecate the multifile module as per PEP 4.
Brett Cannon
2008-05-12
1
-0/+2
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-3/+1
*
Renamed SocketServer to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-0/+3
*
#2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
Benjamin Peterson
2008-05-12
1
-0/+3
*
Depreate imageop for removal in 3.0.
Brett Cannon
2008-05-12
1
-0/+2
*
Put Lib/lib-old back on to sys.path for module renames.
Brett Cannon
2008-05-11
1
-0/+2
*
- #2250: Exceptions raised during evaluation of names in rlcompleter's
Georg Brandl
2008-05-11
1
-0/+3
*
Add some sentence endings.
Georg Brandl
2008-05-11
1
-1/+1
*
Add the "until" command to pdb
Benjamin Peterson
2008-05-11
2
-0/+3
*
#1858: re-apply patch for this, adding the missing files
Andrew M. Kuchling
2008-05-11
2
-0/+6
*
#2659: add ``break_on_hyphens`` to TextWrapper.
Georg Brandl
2008-05-11
1
-0/+2
*
Deprecated the mhlib module for removal in 3.0.
Brett Cannon
2008-05-11
1
-0/+2
*
The linuxaudidev module has been deprecated for removal in Python 3.0.
Brett Cannon
2008-05-11
1
-0/+2
*
Deprecate ihooks for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+2
*
Deprecate the fpformat module for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+2
*
Add an entry for the deprecation of the dl module.
Brett Cannon
2008-05-10
1
-0/+2
*
Revert r62998 as it broke the build (seems distutils.config is missing).
Brett Cannon
2008-05-10
2
-6/+0
*
#1858 from Tarek Ziade:
Andrew M. Kuchling
2008-05-10
2
-0/+6
*
The Canvas module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+2
*
Deprecate the compiler package for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+2
*
Add an entry on the deprecation of Bastion and rexec.
Brett Cannon
2008-05-10
1
-0/+2
*
Deprecate the bsddb185 module for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+2
*
Add support for extension modules in 3.0 deprection command.
Brett Cannon
2008-05-09
1
-9/+28
*
Deprecate the pure module for 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Add a todo list to the module deletion command.
Brett Cannon
2008-05-09
2
-0/+9
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-0/+5
*
Issue #2801: fix bug in float.is_integer where ValueError
Mark Dickinson
2008-05-09
1
-0/+3
*
Deprecate the toaiff module for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Deprecate test.testall for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Deprecate the new module for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Add Py3k warnings to os.path.walk
Benjamin Peterson
2008-05-09
1
-0/+2
*
Deprecate the user module for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+2
*
Add test.test_support.catch_warning()'s new argument.
Brett Cannon
2008-05-08
1
-0/+2
*
Add a missing entry on the fix for issue #2790.
Brett Cannon
2008-05-08
1
-0/+2
*
Deprecate stringold for removal in 3.0.
Brett Cannon
2008-05-08
1
-1/+3
*
The mutex module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+2
*
Deprecate the imputil module for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+19
*
Bump to 2.6a3
v2.6a3
Barry Warsaw
2008-05-08
2
-2/+2
*
Create a TextMate directory in Misc to house a Python-Dev bundle.
Brett Cannon
2008-05-06
7
-0/+194
*
Add an entry about audiodev being slated for removal in 3.0.
Brett Cannon
2008-05-06
1
-0/+2
*
Implemented PEP 370
Christian Heimes
2008-05-06
1
-0/+2
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+3
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
1
-0/+2
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
1
-1/+3
*
Fix for issue #2573: Can't change the framework name on OS X builds
Ronald Oussoren
2008-05-02
1
-0/+3
*
#2581: Vista UAC/elevation support for bdist_wininst
Mark Hammond
2008-05-02
1
-0/+2
*
Fix a backwards-compatibility mistake where a new optional argument for
Brett Cannon
2008-05-02
1
-1/+3
*
#2719: backport next() from 3k.
Georg Brandl
2008-04-30
1
-0/+2
*
Typo fix
Andrew M. Kuchling
2008-04-30
1
-4/+4
[next]