summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.Thomas Heller2006-03-093-399/+399
* Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows.Thomas Heller2006-03-093-0/+307
* Markup fixAndrew M. Kuchling2006-03-091-1/+1
* Write a sectionAndrew M. Kuchling2006-03-091-1/+85
* Bug #1442874: handle "<!>", the empty SGML commentGeorg Brandl2006-03-092-2/+5
* typoGeorg Brandl2006-03-091-1/+1
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Replace the trivial ctypes test (did only an import) with the real test suite.Thomas Heller2006-03-091-3/+11
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-093-15/+8
* Directly read working copy data to obtain list of properties.Martin v. Löwis2006-03-091-8/+34
* Taught svneol to look at .c and .h files too, andTim Peters2006-03-092-92/+95
* Simple utility to add svn:eol-style to text files underTim Peters2006-03-091-0/+48
* Set auto-propsMartin v. Löwis2006-03-090-0/+0
* Whitespace normalization.Tim Peters2006-03-0925-91/+89
* These text files were all missing the svn:eol-style property.Tim Peters2006-03-090-0/+0
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-083-11/+0
* Bug #1445901: os.path.realpath() is available on Win/Mac too.Georg Brandl2006-03-081-2/+2
* Trivial test for ctypes, more to comeThomas Heller2006-03-081-0/+4
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0859-0/+5941
* Changes to build the _ctypes extension module.Thomas Heller2006-03-082-1/+59
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-08108-0/+43876
* Patch #1434038: property() now uses the getter's docstring if there isGeorg Brandl2006-03-084-0/+33
* typoGeorg Brandl2006-03-081-1/+1
* Fix pydoc.synopsis() so that it doesn't error out with an unreadableGeorg Brandl2006-03-081-1/+5
* Fix logic error and DECREF reported by Coverity.Neal Norwitz2006-03-081-4/+4
* Move version added tag from PyObject_Length/Size to PyNumber_Index.Neal Norwitz2006-03-081-1/+1
* Add sectionAndrew M. Kuchling2006-03-081-0/+6
* Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful ofThomas Wouters2006-03-081-65/+73
* Reformulate 42903 using an if statement.Martin v. Löwis2006-03-071-35/+31
* _hotshot hotshot_profiler(): If write_header() returnedTim Peters2006-03-072-2/+7
* Fix bug introduced in rev. 42884.Georg Brandl2006-03-071-3/+5
* Some edits; add empty sectionsAndrew M. Kuchling2006-03-071-35/+68
* Add note about PEP 357.Guido van Rossum2006-03-071-0/+5
* Checking in the code for PEP 357.Guido van Rossum2006-03-0719-150/+269
* Address an coverity issue. Coverity was complaining about a line that's fine,Guido van Rossum2006-03-071-1/+2
* Typo fixAndrew M. Kuchling2006-03-071-1/+1
* SF #1444030: Fix several potential defects found by Coverity.Hye-Shik Chang2006-03-0711-17/+53
* Add additional missing checks for return vals of PyTuple_New().Georg Brandl2006-03-071-66/+65
* Fix gcc 4.0.x warning about use of uninitialized value.Thomas Wouters2006-03-071-1/+1
* Coverity found bug: test result of PyTuple_New() against NULL before use.Thomas Wouters2006-03-071-6/+6
* Coverity found refleak: need to free 'v' after calling Tkinter_Error().Thomas Wouters2006-03-071-2/+5
* Bug #1440831: fix csv UnicodeWriter exampleGeorg Brandl2006-03-071-2/+2
* Coverity-found bug: don't use temp->next *before* checking it for NULL. AlsoThomas Wouters2006-03-071-2/+4
* Bug #1432525: os.listdir now releases the GIL while callingGeorg Brandl2006-03-071-3/+15
* Change int to Py_ssize_t in several places.Martin v. Löwis2006-03-0711-32/+57
* Don't DECREF a borrowed reference.Thomas Wouters2006-03-071-1/+0
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-074-9/+69
* Add a note about the bug fixesNeal Norwitz2006-03-071-0/+2
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-076-2/+25
* Fix warnings on x86 (32-bit) and support Win64.Neal Norwitz2006-03-061-2/+15