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
*
Build updates for OS/2 EMX port
Andrew MacIntyre
2006-07-23
5
-251/+404
*
Fix for bug #1517996: Class and Path browsers show Tk menu
Ronald Oussoren
2006-07-23
1
-0/+76
*
Without this patch CMD-W won't close EditorWindows on MacOS X. This solves
Ronald Oussoren
2006-07-23
1
-0/+3
*
Ensure we don't write beyond errText. I think I got this right, but
Neal Norwitz
2006-07-23
1
-10/+19
*
nextlink can be NULL if teedataobject_new fails, so use XINCREF.
Neal Norwitz
2006-07-23
1
-2/+8
*
Fix memory leaks spotted by Klocwork #37.
Neal Norwitz
2006-07-23
1
-2/+2
*
Check the allocation of b_objects and return if there was a failure.
Neal Norwitz
2006-07-23
1
-2/+11
*
Move the initialization of size_a down below the check for a being NULL.
Neal Norwitz
2006-07-23
1
-1/+2
*
If the for loop isn't entered, entryblock will be NULL. If passed
Neal Norwitz
2006-07-23
1
-0/+2
*
Handle more mem alloc issues found with failmalloc
Neal Norwitz
2006-07-23
2
-1/+5
*
Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
Kurt B. Kaiser
2006-07-23
2
-1/+3
*
Be a lot smarter about whether this test passes: instead of assuming
Greg Ward
2006-07-23
2
-4/+14
*
Don't fail if the directory already exists
Neal Norwitz
2006-07-22
1
-1/+2
*
Fix more memory allocation issues found with failmalloc.
Neal Norwitz
2006-07-22
6
-36/+74
*
Remove an XXX marker in a comment.
Brett Cannon
2006-07-21
1
-1/+1
*
Fix check for empty list (vs. None).
Georg Brandl
2006-07-21
1
-1/+1
*
More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly
Barry Warsaw
2006-07-21
5
-42/+299
*
Handle more memory allocation failures without crashing.
Neal Norwitz
2006-07-21
5
-8/+38
*
Speel initialise write. Tanks Anthony.
Neal Norwitz
2006-07-21
1
-1/+1
*
Handle allocation failures gracefully. Found with failmalloc.
Neal Norwitz
2006-07-21
6
-41/+52
*
Move the initialization of some pointers earlier. The problem is
Neal Norwitz
2006-07-21
1
-1/+1
*
Add some asserts that we got good params passed
Neal Norwitz
2006-07-21
1
-0/+3
*
Addressed SF#1524081 by using a dictionary to map level names to syslog prior...
Vinay Sajip
2006-07-20
1
-3/+25
*
Avoid occasional failure to detect closing paren properly.
Kurt B. Kaiser
2006-07-20
3
-10/+15
*
markup fix
Fred Drake
2006-07-20
1
-2/+2
*
Updated documentation for TimedRotatingFileHandler relating to how rollover f...
Vinay Sajip
2006-07-20
1
-7/+5
*
Guard for _active being None in __del__ method.
Georg Brandl
2006-07-20
1
-1/+1
*
Fix SF#1516184 (again) and add a test to prevent regression.
Phillip J. Eby
2006-07-20
2
-2/+4
*
Revert r50706 (Whitespace normalization) and
Martin v. Löwis
2006-07-19
1
-205/+184
*
Make sure the _ctypes extension can be compiled when WITH_THREAD is
Thomas Heller
2006-07-19
2
-0/+6
*
SF bug 1524317: configure --without-threads fails to build
Tim Peters
2006-07-19
3
-52/+78
*
Whitespace normalization.
Tim Peters
2006-07-18
3
-11/+11
*
Patch #1524429: Use repr instead of backticks again.
Martin v. Löwis
2006-07-18
2
-1/+3
*
Comments and docs cleanups, and some little fixes, provided by Santiágo Pere...
Facundo Batista
2006-07-18
1
-184/+205
*
Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds
Brett Cannon
2006-07-18
4
-16/+56
*
Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
Kurt B. Kaiser
2006-07-18
2
-1/+12
*
decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.
Barry Warsaw
2006-07-17
3
-4/+43
*
Patch 1479219 - Tal Einat
Kurt B. Kaiser
2006-07-17
1
-12/+18
*
Attribute more features
Andrew M. Kuchling
2006-07-17
1
-10/+24
*
Add missing NEWS item (#1522771)
Georg Brandl
2006-07-17
1
-0/+4
*
Remove usage of sets module (patch #1500609).
Georg Brandl
2006-07-17
4
-9/+6
*
document xmlcore (still minimal; needs mention in each of the xml.* modules)
Fred Drake
2006-07-17
1
-0/+11
*
Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks sta...
Neal Norwitz
2006-07-17
1
-0/+2
*
Reported by Klocwork #151.
Neal Norwitz
2006-07-17
1
-2/+13
*
otherset is known to be non-NULL based on checks before and DECREF after.
Neal Norwitz
2006-07-17
1
-2/+2
*
Stop INCREFing name, then checking if it's NULL. name (f_name) should never
Neal Norwitz
2006-07-17
1
-3/+6
*
PyFunction_SetDefaults() is documented as taking None or a tuple.
Neal Norwitz
2006-07-16
1
-2/+2
*
Handle a NULL name properly.
Neal Norwitz
2006-07-16
1
-3/+3
*
Use sizeof(buffer) instead of duplicating the constants to ensure they won't
Neal Norwitz
2006-07-16
1
-7/+7
*
Fix memory leak under some conditions.
Neal Norwitz
2006-07-16
1
-7/+9
[next]