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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Note removed modules
Andrew M. Kuchling
2007-05-21
1
-0/+8
*
Cause posixfile to raise a DeprecationWarning. Documented as deprecated since
Brett Cannon
2007-05-20
3
-66/+73
*
Move imgfile import to the global namespace to trigger an import error ASAP to
Brett Cannon
2007-05-20
1
-4/+1
*
Remove the macfs module. This led to the deprecation of macostools.touched();
Brett Cannon
2007-05-20
9
-546/+14
*
Try to remove rgbimg from Windows builds.
Brett Cannon
2007-05-20
2
-9/+0
*
Update directories/files at the top-level.
Neal Norwitz
2007-05-20
1
-1/+2
*
rotor is long gone.
Neal Norwitz
2007-05-20
1
-1/+1
*
Fix typo in example (should be backported, but my maintenance branch is woefu...
Nick Coghlan
2007-05-20
1
-1/+1
*
Remove the rgbimg module. It has been deprecated since Python 2.5.
Brett Cannon
2007-05-20
11
-943/+14
*
Fix docstring for add_package in site.py.
Georg Brandl
2007-05-19
1
-2/+4
*
Give some clue as to what happened if the test fails.
Neal Norwitz
2007-05-19
1
-1/+1
*
Whoops, need to pay attention to those test failures.
Neal Norwitz
2007-05-19
1
-1/+1
*
Clear data so random memory does not get freed. Will backport.
Neal Norwitz
2007-05-19
2
-0/+3
*
Fix beginner mistake -- don't mix spaces and tabs.
Raymond Hettinger
2007-05-19
1
-1/+1
*
Improvements to NamedTuple's implementation, tests, and documentation
Raymond Hettinger
2007-05-19
3
-29/+40
*
Backport PEP 3110's new 'except' syntax to 2.6.
Collin Winter
2007-05-18
6
-7/+12
*
Verify neither dumps or loads overflow the stack and segfault.
Neal Norwitz
2007-05-18
1
-1/+21
*
fix argument name in documentation; match the implementation
Fred Drake
2007-05-17
1
-2/+2
*
Last try for tweaking the max stack depth. 5000 was the original value,
Neal Norwitz
2007-05-17
1
-1/+1
*
Set the depth to something very small to try to determine if the
Neal Norwitz
2007-05-17
1
-1/+1
*
Reduce the max stack depth to see if this fixes the segfaults on
Neal Norwitz
2007-05-17
1
-1/+1
*
Complete deprecation of BaseException.message. Some subclasses were directly
Brett Cannon
2007-05-17
1
-10/+0
*
calendar.py gets no benefit from xrange() instead of range()
Raymond Hettinger
2007-05-17
1
-16/+16
*
Remove the gopherlib module. It has been raising a DeprecationWarning since
Brett Cannon
2007-05-16
12
-347/+10
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
4
-69/+164
*
Bug #1719995: don't use deprecated method in sets example.
Georg Brandl
2007-05-16
1
-3/+3
*
Change the maintainer of the BeOS port.
Brett Cannon
2007-05-16
1
-2/+1
*
Mention removal of some directories for obsolete platforms
Neal Norwitz
2007-05-16
1
-0/+3
*
Port rev 55353 from Guido:
Neal Norwitz
2007-05-16
1
-1/+1
*
HTML-escape the plain traceback in cgitb's HTML output, to prevent
Georg Brandl
2007-05-15
2
-1/+6
*
Small speedup.
Raymond Hettinger
2007-05-14
1
-4/+3
*
Remove support for freebsd[23] which haven't been released since 2000
Neal Norwitz
2007-05-13
4
-383/+0
*
Remove references to stdwin which was removed long ago.
Neal Norwitz
2007-05-13
6
-850/+6
*
Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.
Neal Norwitz
2007-05-13
3
-135/+2
*
Add bz2 to content encodings.
Georg Brandl
2007-05-13
1
-0/+2
*
Bug #1046945: document SWIG options of distutils.
Georg Brandl
2007-05-12
1
-3/+19
*
Better tests for posixpath.commonprefix
Raymond Hettinger
2007-05-11
1
-0/+10
*
Update DDJ link.
Georg Brandl
2007-05-11
1
-1/+1
*
Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.
Georg Brandl
2007-05-11
1
-3/+6
*
Remove an XXX that is unnecessary.
Georg Brandl
2007-05-11
1
-1/+0
*
Deprecate os.popen* and popen2 module in favor of the subprocess module. (for...
Neal Norwitz
2007-05-11
2
-9/+13
*
Deprecate os.popen* and popen2 module in favor of the subprocess module.
Neal Norwitz
2007-05-11
9
-30/+69
*
Remove trailing whitespace in docstring
Neal Norwitz
2007-05-11
1
-2/+0
*
Fix typo in docstring (the module is popen2, not 3).
Neal Norwitz
2007-05-11
1
-1/+1
*
Don't ever report a failure when the sum of the reference count differences
Neal Norwitz
2007-05-11
2
-3/+4
*
Fix a bug in test_c_api() that caused a negative refcount.
Guido van Rossum
2007-05-10
1
-3/+3
*
Backport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Add markup for True/False. Will backport
Neal Norwitz
2007-05-09
1
-4/+4
*
Fix a bug in test.test_support.open_urlresource().
Collin Winter
2007-05-09
1
-1/+1
*
As per Armin Rigo's suggestion, remove special handing from intobject.c to de...
Kristján Valur Jónsson
2007-05-07
2
-8/+15
[next]