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
*
SF patch #1467512, fix double free with triple quoted string in standard build.
Neal Norwitz
2006-04-10
9
-37/+45
*
Get rid of warnings about using chars as subscripts
Neal Norwitz
2006-04-10
2
-3/+3
*
Fix some warnings on HP-UX when using cc/aCC
Neal Norwitz
2006-04-10
4
-10/+11
*
I wonder if we can be too graceful? One oughta be enough. :-)
Neal Norwitz
2006-04-10
1
-2/+1
*
Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)
Anthony Baxter
2006-04-09
7
-8/+17
*
Patch #1466993: remove wrong comment in socket.py
Georg Brandl
2006-04-09
1
-8/+0
*
Fix tests so they pass in -R mode
Neal Norwitz
2006-04-09
3
-7/+18
*
Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var)
Neal Norwitz
2006-04-09
1
-0/+7
*
Convert test_compare to use unittest. Hopefully we can find out
Neal Norwitz
2006-04-09
2
-124/+28
*
Fix problem (not checking return result) reported by Coverity
Neal Norwitz
2006-04-09
1
-1/+4
*
Fix a couple of strings that were no-ops. urllib.open_file was a docstring
Neal Norwitz
2006-04-09
2
-2/+2
*
glob('anything*/') would fail because isdir is in os.path, not os.
Neal Norwitz
2006-04-09
3
-1/+11
*
test_timeout(): This test was added during Bug Day, but disabled
Tim Peters
2006-04-08
1
-20/+36
*
Define WIN32, to get proper struct alignment in WinSock2.h.
Martin v. Löwis
2006-04-08
1
-2/+2
*
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
Gregory P. Smith
2006-04-08
4
-6/+100
*
Don't try to build ctypes when configuration of libffi fails.
Thomas Heller
2006-04-07
1
-2/+4
*
Configure Modules/_ctypes/libffi just before building the _ctypes extension.
Thomas Heller
2006-04-07
1
-2/+13
*
Fix a few XXX markers
Andrew M. Kuchling
2006-04-07
1
-8/+7
*
Adjust compileall -x option to Makefile.pre.in. Fixes #1465093.
Martin v. Löwis
2006-04-07
1
-1/+1
*
Regenerate.
Martin v. Löwis
2006-04-07
1
-1/+1
*
missing 'self' from TextCalendar.prweek.
Anthony Baxter
2006-04-07
1
-1/+1
*
minor error in uudecode main error handling
Anthony Baxter
2006-04-07
1
-1/+1
*
Patch #1462080: Conditionalize some NETLINK defines.
Martin v. Löwis
2006-04-06
1
-0/+11
*
Whitespace normalization.
Tim Peters
2006-04-06
1
-2/+2
*
Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.
Thomas Heller
2006-04-06
3
-12/+15
*
Fix unfinished paragraph; markup fix
Andrew M. Kuchling
2006-04-06
1
-4/+6
*
Expand the PEP 353 section; various smaller changes
Andrew M. Kuchling
2006-04-06
1
-14/+64
*
Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.
Georg Brandl
2006-04-06
1
-2/+3
*
Bug #1465619: rot13 codec decodes to a Unicode string.
Georg Brandl
2006-04-06
1
-1/+1
*
Bug #1465600: note encoding issue in ZipFile.write().
Georg Brandl
2006-04-06
1
-4/+11
*
Replace a few more 'char' types with 'signed char', to fix test failures
Thomas Heller
2006-04-06
1
-5/+5
*
This change shouldn't have any functional effect. Coverity was
Neal Norwitz
2006-04-06
1
-1/+1
*
Fix unchecked return result from Coverity.
Neal Norwitz
2006-04-06
1
-0/+2
*
Remove dead code (reported by HP compiler).
Neal Norwitz
2006-04-06
1
-8/+5
*
Handle ssize_t
Neal Norwitz
2006-04-06
1
-2/+2
*
Handle error conditions from PyString_ConcatAndDel().
Neal Norwitz
2006-04-06
1
-1/+6
*
Handle ssize_t
Neal Norwitz
2006-04-06
1
-3/+4
*
Hopefully this makes test_urllib2 have inconsistent leak results
Neal Norwitz
2006-04-06
2
-2/+3
*
I don't think we know of any tests that really leak anymore
Neal Norwitz
2006-04-06
1
-2/+2
*
Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)
Anthony Baxter
2006-04-06
2
-156/+166
*
In some environments (under screen, in a chroot) curses doesn't support
Anthony Baxter
2006-04-06
1
-5/+7
*
Bug #1451341: find fuzzy marks correctly.
Georg Brandl
2006-04-06
1
-1/+1
*
remove more cruft no longer needed
Fred Drake
2006-04-06
1
-4/+2
*
remove much of the Python-version compatibility cruft; the minimum Python
Fred Drake
2006-04-06
4
-141/+64
*
revert incomplete changes committed by accident
Fred Drake
2006-04-06
1
-3/+4
*
update URL to reflect new website
Fred Drake
2006-04-06
2
-5/+4
*
Explicitely use 'signed char', to avoid problems on platforms with unsigned c...
Thomas Heller
2006-04-05
1
-26/+26
*
Explicitely use 'signed char', to avoid problems on platforms with unsigned c...
Thomas Heller
2006-04-05
1
-2/+2
*
One test still fails on the ia64 debian box.
Thomas Heller
2006-04-05
1
-1/+1
*
Fixed error in comment for new PY_SSIZE_T_MIN.
Tim Peters
2006-04-05
1
-1/+1
[next]