- ff80579 testing svn emails by Barry Warsaw · 19 years ago
- 398b735 Some more TODO items of things I'd like to start with. by Guido van Rossum · 19 years ago
- a10f52e Remove PyArg_NoArgs() and PyArg_GetInt() by Neal Norwitz · 19 years ago
- e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 19 years ago
- 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 19 years ago
- bd2835c as is a keyword now :-) by Neal Norwitz · 19 years ago
- 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 19 years ago
- 7c30724 More apply() cleanup by Neal Norwitz · 19 years ago
- ade612b This gets at least test_cmd_line working again and a few more modules built. by Neal Norwitz · 19 years ago
- b2eaa44 Remove some old types for int based functions (Py_ssize_t is da thing now.) by Neal Norwitz · 19 years ago
- 28ad48e Remove apply() by Neal Norwitz · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- fe55464 Whitespace changes. Also remove apply from a few comments by Neal Norwitz · 19 years ago
- ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
- 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 19 years ago
- cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- fc85c92 Get rid of compiler warning by Neal Norwitz · 19 years ago
- c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 19 years ago
- e4993c7 Get rid of compiler warning about with_msg and as_msg being unused by Neal Norwitz · 19 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- f3175f6 Create a Python 3000 branch. by Guido van Rossum · 19 years ago
- 915d777 Try to avoid many of the compiler warnings when compiling libffi by by Thomas Heller · 19 years ago
- ab906a5 Cast an Py_ssize_t to int, to avoid a compiler warning. by Thomas Heller · 19 years ago
- 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 19 years ago
- fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 19 years ago
- cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 19 years ago
- 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 19 years ago
- 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 19 years ago
- d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 19 years ago
- 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 19 years ago
- 7ccbb07 Minor changes. by Tim Peters · 19 years ago
- 32d996f Trimmed trailing whitespace. by Tim Peters · 19 years ago
- b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 19 years ago
- fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 19 years ago
- f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
- eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 19 years ago
- bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
- 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
- a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 19 years ago
- abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
- 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 19 years ago
- b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 19 years ago
- 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 19 years ago
- d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 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