- 539056a Added brief comment. by Tim Peters · 19 years ago
- 1777ada Added brief comments. by Tim Peters · 19 years ago
- a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 19 years ago
- 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 19 years ago
- b2820ae Fix another leak in bsddb, and avoid use of uninitialized value -- funny how by Thomas Wouters · 19 years ago
- 9fe582c Add buildbot test script. by Martin v. Löwis · 19 years ago
- 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 19 years ago
- 43179c8 Add changelog entry. by Martin v. Löwis · 19 years ago
- c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
- 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 19 years ago
- 04824ce Add regrtest -w option. by Martin v. Löwis · 19 years ago
- f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 19 years ago
- 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 19 years ago
- a09655e Add ctypes. by Martin v. Löwis · 19 years ago
- 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 19 years ago
- 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 692cdbc Fix three nits found by Coverity, adding null checks and comments. by Guido van Rossum · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- e2b4677 Move entry to correct section. by Georg Brandl · 19 years ago
- 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 19 years ago
- ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 19 years ago
- 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 19 years ago
- aeadf95 Write a section by Andrew M. Kuchling · 19 years ago
- 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
- a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 19 years ago
- d0fcc02 Markup fix by Andrew M. Kuchling · 19 years ago
- e362d93 Write a section by Andrew M. Kuchling · 19 years ago
- d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 19 years ago
- 8f4b4db typo by Georg Brandl · 19 years ago
- 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 19 years ago
- e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 19 years ago
- 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
- 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 19 years ago
- 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
- d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 19 years ago
- 685e954 Set auto-props by Martin v. Löwis · 19 years ago
- e8d09e5 Whitespace normalization. by Tim Peters · 19 years ago
- b31c814 These text files were all missing the svn:eol-style property. by Tim Peters · 19 years ago
- d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 19 years ago
- ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
- 200af39 Trivial test for ctypes, more to come by Thomas Heller · 19 years ago
- babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 19 years ago
- cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 19 years ago
- d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 19 years ago
- 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
- f3c4ad1 typo by Georg Brandl · 19 years ago
- 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 19 years ago
- 2f5e990 Fix logic error and DECREF reported by Coverity. by Neal Norwitz · 19 years ago
- 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 19 years ago
- 8f4d255 Add section by Andrew M. Kuchling · 19 years ago
- b315383 Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of by Thomas Wouters · 19 years ago
- e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 19 years ago
- df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 19 years ago
- 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 19 years ago
- 437567c Some edits; add empty sections by Andrew M. Kuchling · 19 years ago
- 9aa37ab Add note about PEP 357. by Guido van Rossum · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 9d78550 Address an coverity issue. Coverity was complaining about a line that's fine, by Guido van Rossum · 19 years ago
- ec73cd4 Typo fix by Andrew M. Kuchling · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- ef1701f Add additional missing checks for return vals of PyTuple_New(). by Georg Brandl · 19 years ago
- 89ba381 Fix gcc 4.0.x warning about use of uninitialized value. by Thomas Wouters · 19 years ago
- 098f694 Coverity found bug: test result of PyTuple_New() against NULL before use. by Thomas Wouters · 19 years ago
- a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 19 years ago
- 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
- 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 19 years ago
- 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- 8eb8a82 Don't DECREF a borrowed reference. by Thomas Wouters · 19 years ago
- d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
- 995acdf Add a note about the bug fixes by Neal Norwitz · 19 years ago
- 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
- e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 19 years ago
- f2e0c45 Fix warnings on x86 (32-bit). by Neal Norwitz · 19 years ago
- 3e90fa5 Try to cleanup the error handling a bit so there aren't false positives by Neal Norwitz · 19 years ago
- 4dc4a84 Ignore leaks from the socket test too. Sigh, this list is getting long. :-( by Neal Norwitz · 19 years ago
- ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 19 years ago
- f8d7671 lower-case time_t. by Martin v. Löwis · 19 years ago
- a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 19 years ago
- 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 19 years ago
- 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 19 years ago
- 350a872 Add buildbot support scripts. by Martin v. Löwis · 19 years ago
- 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 19 years ago
- d149c21 Open dll file in binary. by Martin v. Löwis · 19 years ago
- dd860ca Update copyright notice. by Martin v. Löwis · 19 years ago
- fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
- 99b93c2 Use %Id for size_t-ish things on Win64. by Martin v. Löwis · 19 years ago
- 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 19 years ago
- 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 19 years ago
- 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 19 years ago
- d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 19 years ago
- 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 19 years ago
- 84632ee Oops, forgot to include this in the last checkin. by Neal Norwitz · 19 years ago
- 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 19 years ago
- 9589ee2 Tabify by Neal Norwitz · 19 years ago
- e92fba0 Get rid of run_err_mod(). It was only used in two places. by Neal Norwitz · 19 years ago
- 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 19 years ago