summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix warnings on x86 (32-bit).Neal Norwitz2006-03-061-1/+2
* Try to cleanup the error handling a bit so there aren't false positivesNeal Norwitz2006-03-061-8/+12
* Ignore leaks from the socket test too. Sigh, this list is getting long. :-(Neal Norwitz2006-03-061-1/+1
* If size is specified, try to read at least size characters.Walter Dörwald2006-03-062-6/+13
* lower-case time_t.Martin v. Löwis2006-03-061-1/+1
* Patch #1437769: notice that time_t is a 64-bit type in VS2005Martin v. Löwis2006-03-061-1/+6
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* Use devenv.com to better obtain output.Martin v. Löwis2006-03-052-6/+2
* Add buildbot support scripts.Martin v. Löwis2006-03-052-0/+10
* Add _msi.pyd.Martin v. Löwis2006-03-051-0/+6
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
* Update copyright notice.Martin v. Löwis2006-03-051-1/+1