summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Use a unicode string as unique_key instead of 8-bit string.Thomas Heller2007-07-121-3/+3
* Fix a ctypes test.Thomas Heller2007-07-121-3/+3
* Fix a ctypes test.Thomas Heller2007-07-121-4/+4
* Make this a pure-ASCII file. This used to have a Latin-1 coding andGuido van Rossum2007-07-121-12/+11
* Fix one more ctypes test, and disable the tests that were segfaulting.Thomas Heller2007-07-113-63/+69
* dict.keys() returns an iterable, convert it into a list.Thomas Heller2007-07-111-1/+1
* Fix some more ctypes tests.Thomas Heller2007-07-112-6/+6
* Fix some simple ctypes tests.Thomas Heller2007-07-113-12/+13
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-134-4/+7
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+2
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-144-4/+39
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-11/+12
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-033-7/+7
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-0211-76/+76
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-275-6/+50
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-4/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-4/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-098-34/+34
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-156-15/+15
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-154-34/+110
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-105-9/+9
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-137-2/+74
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-216-20/+238
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1119-119/+476
* Merge the rest of the trunk.Thomas Wouters2006-06-083-5/+13
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2726-401/+342
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2112-59/+233
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Remove the magic to run an uninstalled ctypes version from a CVS sandbox.Thomas Heller2006-03-092-21/+0
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Whitespace normalization.Tim Peters2006-03-0923-84/+82
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-083-11/+0
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0859-0/+5941