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
*
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
*
Verify changes to the trunk go to the normal checkins list
Neal Norwitz
2007-05-07
1
-1/+0
*
Updates of recent changes to logging.
Vinay Sajip
2007-05-06
1
-5/+16
*
Bug #1713535: typo in logging example.
Georg Brandl
2007-05-05
1
-1/+1
*
Deprecate BaseException.message as per PEP 352.
Brett Cannon
2007-05-05
7
-69/+148
*
Oops, these tests do not run on Windows CE.
Thomas Heller
2007-05-04
1
-15/+16
*
Do not truncate 64-bit pointers to 32-bit integers.
Thomas Heller
2007-05-04
3
-13/+46
*
Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.
Kristján Valur Jónsson
2007-05-04
2
-8/+12
*
Update the pcbuild8 solution. Straightened out the _ctypes project by using ...
Kristján Valur Jónsson
2007-05-04
4
-68/+342
*
On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the
Thomas Heller
2007-05-04
1
-0/+4
*
Fix some ctypes test crashes, when running with a debug Python
Thomas Heller
2007-05-04
3
-4/+11
*
Revert compiler comment to AMD64 for x64/AMD64 builds.
Kristján Valur Jónsson
2007-05-04
1
-1/+1
*
Fix problems in x64 build that were discovered by the testsuite:
Kristján Valur Jónsson
2007-05-03
7
-73/+36
*
Fix those parts in the testsuite that assumed that sys.maxint would cause ove...
Kristján Valur Jónsson
2007-05-03
5
-12/+21
*
Fix pcbuild8 after recent overhaul: Added the version resource to python26.d...
Kristján Valur Jónsson
2007-05-03
6
-5/+34
*
Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped
Walter Dörwald
2007-05-03
1
-4/+4
*
Don't truncate pointers to integers (on win64 platform).
Thomas Heller
2007-05-03
1
-2/+21
*
Fix building _ctypes.pyd for x64 / Windows.
Thomas Heller
2007-05-03
1
-0/+139
*
Remove dead code. This code couldn't be reached because earlier in
Neal Norwitz
2007-05-03
1
-12/+1
*
Handle a couple of uncaught errors. This should be backported
Neal Norwitz
2007-05-03
1
-0/+4
*
Actually raise an exception before calling ast_error_finish.
Georg Brandl
2007-05-02
1
-0/+2
[next]