summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* It's necessary to do a Debug build of the bsddb project too.Tim Peters2006-03-131-2/+6
* Minor changes.Tim Peters2006-03-131-5/+4
* Trimmed trailing whitespace.Tim Peters2006-03-131-2/+2
* Fix build process of bsddb for IA64 and AMD64.Martin v. Löwis2006-03-132-6/+11
* Initialize VS environment in external.bat as well.Martin v. Löwis2006-03-131-0/+1
* Update to bsddb 4.4.20.Martin v. Löwis2006-03-133-46/+39
* Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...Nick Coghlan2006-03-132-24/+101
* Let the buildbot make a single pass in the test suite only.Martin v. Löwis2006-03-132-1/+5
* Update to bzip2 1.0.3Martin v. Löwis2006-03-134-19/+26
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-133-1/+11
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Adding the /useenv means that one's PATH actually gets through. This isTrent Mick2006-03-121-1/+1
* merged with cElementTree development trunk (1.0.6 snapshot):Fredrik Lundh2006-03-121-32/+60
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-0/+0
* Added brief comment.Tim Peters2006-03-121-2/+1
* Added brief comments.Tim Peters2006-03-122-2/+2
* - Reindent a confusingly indented piece of code (no intended code changesThomas Wouters2006-03-121-13/+16
* Plug the last 657 referenceleaks in test_bsddb3: a circular referenceThomas Wouters2006-03-121-0/+5
* Fix another leak in bsddb, and avoid use of uninitialized value -- funny howThomas Wouters2006-03-121-1/+2
* Add buildbot test script.Martin v. Löwis2006-03-111-0/+4
* Give the _ssl project a harmless command to performTim Peters2006-03-111-0/+3
* Add changelog entry.Martin v. Löwis2006-03-111-0/+1
* Adjust CJK Ideograph range to Unicode 4.1.Martin v. Löwis2006-03-111-13/+12
* Whitespace normalization.Tim Peters2006-03-103-4/+4
* When the new -w option (yay! great idea) reruns aTim Peters2006-03-101-0/+2
* Add regrtest -w option.Martin v. Löwis2006-03-102-3/+22
* Unicode database updated; use SVN instead of CVSAndrew M. Kuchling2006-03-101-2/+7
* Add AMD64 and Itanium configurationgs to ctypes;Martin v. Löwis2006-03-103-8/+233
* Add ctypes.Martin v. Löwis2006-03-101-0/+2
* Update test data to 4.1; disable PRI #29 for now.Martin v. Löwis2006-03-101-4/+15
* Fix refcounting bug.Martin v. Löwis2006-03-101-0/+1
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-105-56/+57
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-1011-105/+60
* Fix three nits found by Coverity, adding null checks and comments.Guido van Rossum2006-03-101-3/+15
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-0912-13167/+17104
* Move entry to correct section.Georg Brandl2006-03-091-3/+3
* Patch #1446372: quit and exit can now be called from the interactiveGeorg Brandl2006-03-092-4/+16
* NodeInfo.__gen_init(): Fiddle so that reindent.py isTim Peters2006-03-091-2/+5
* Remove the magic to run an uninstalled ctypes version from a CVS sandbox.Thomas Heller2006-03-092-21/+0
* Write a sectionAndrew M. Kuchling2006-03-091-1/+61
* 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