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
...
*
Set auto-props
Martin v. Löwis
2006-03-09
0
-0/+0
*
Whitespace normalization.
Tim Peters
2006-03-09
25
-91/+89
*
These text files were all missing the svn:eol-style property.
Tim Peters
2006-03-09
0
-0/+0
*
Remove .cvsignore and set svn:ignore for *.pyc *.pyo.
Hye-Shik Chang
2006-03-08
3
-11/+0
*
Bug #1445901: os.path.realpath() is available on Win/Mac too.
Georg Brandl
2006-03-08
1
-2/+2
*
Trivial test for ctypes, more to come
Thomas Heller
2006-03-08
1
-0/+4
*
Copy ctypes-0.9.9.4 Python modules from external into the trunk.
Thomas Heller
2006-03-08
59
-0/+5941
*
Changes to build the _ctypes extension module.
Thomas Heller
2006-03-08
2
-1/+59
*
Copy ctypes-0.9.9.4 sources from external into the trunk.
Thomas Heller
2006-03-08
108
-0/+43876
*
Patch #1434038: property() now uses the getter's docstring if there is
Georg Brandl
2006-03-08
4
-0/+33
*
typo
Georg Brandl
2006-03-08
1
-1/+1
*
Fix pydoc.synopsis() so that it doesn't error out with an unreadable
Georg Brandl
2006-03-08
1
-1/+5
*
Fix logic error and DECREF reported by Coverity.
Neal Norwitz
2006-03-08
1
-4/+4
*
Move version added tag from PyObject_Length/Size to PyNumber_Index.
Neal Norwitz
2006-03-08
1
-1/+1
*
Add section
Andrew M. Kuchling
2006-03-08
1
-0/+6
*
Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of
Thomas Wouters
2006-03-08
1
-65/+73
*
Reformulate 42903 using an if statement.
Martin v. Löwis
2006-03-07
1
-35/+31
*
_hotshot hotshot_profiler(): If write_header() returned
Tim Peters
2006-03-07
2
-2/+7
*
Fix bug introduced in rev. 42884.
Georg Brandl
2006-03-07
1
-3/+5
*
Some edits; add empty sections
Andrew M. Kuchling
2006-03-07
1
-35/+68
*
Add note about PEP 357.
Guido van Rossum
2006-03-07
1
-0/+5
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
19
-150/+269
*
Address an coverity issue. Coverity was complaining about a line that's fine,
Guido van Rossum
2006-03-07
1
-1/+2
*
Typo fix
Andrew M. Kuchling
2006-03-07
1
-1/+1
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
11
-17/+53
*
Add additional missing checks for return vals of PyTuple_New().
Georg Brandl
2006-03-07
1
-66/+65
*
Fix gcc 4.0.x warning about use of uninitialized value.
Thomas Wouters
2006-03-07
1
-1/+1
*
Coverity found bug: test result of PyTuple_New() against NULL before use.
Thomas Wouters
2006-03-07
1
-6/+6
*
Coverity found refleak: need to free 'v' after calling Tkinter_Error().
Thomas Wouters
2006-03-07
1
-2/+5
*
Bug #1440831: fix csv UnicodeWriter example
Georg Brandl
2006-03-07
1
-2/+2
*
Coverity-found bug: don't use temp->next *before* checking it for NULL. Also
Thomas Wouters
2006-03-07
1
-2/+4
*
Bug #1432525: os.listdir now releases the GIL while calling
Georg Brandl
2006-03-07
1
-3/+15
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
11
-32/+57
*
Don't DECREF a borrowed reference.
Thomas Wouters
2006-03-07
1
-1/+0
*
SF patch #1443865; gc.get_count() added and optional argument 'generation'
Barry Warsaw
2006-03-07
4
-9/+69
*
Add a note about the bug fixes
Neal Norwitz
2006-03-07
1
-0/+2
*
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz
2006-03-07
6
-2/+25
*
Fix warnings on x86 (32-bit) and support Win64.
Neal Norwitz
2006-03-06
1
-2/+15
*
Fix warnings on x86 (32-bit).
Neal Norwitz
2006-03-06
1
-1/+2
*
Try to cleanup the error handling a bit so there aren't false positives
Neal Norwitz
2006-03-06
1
-8/+12
*
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
Neal Norwitz
2006-03-06
1
-1/+1
*
If size is specified, try to read at least size characters.
Walter Dörwald
2006-03-06
2
-6/+13
*
lower-case time_t.
Martin v. Löwis
2006-03-06
1
-1/+1
*
Patch #1437769: notice that time_t is a 64-bit type in VS2005
Martin v. Löwis
2006-03-06
1
-1/+6
*
Check NULL if Py_InitModule fails.
Hye-Shik Chang
2006-03-06
1
-1/+2
*
Use devenv.com to better obtain output.
Martin v. Löwis
2006-03-05
2
-6/+2
*
Add buildbot support scripts.
Martin v. Löwis
2006-03-05
2
-0/+10
*
Add _msi.pyd.
Martin v. Löwis
2006-03-05
1
-0/+6
*
Open dll file in binary.
Martin v. Löwis
2006-03-05
1
-3/+3
*
Update copyright notice.
Martin v. Löwis
2006-03-05
1
-1/+1
[prev]
[next]