summaryrefslogtreecommitdiff
path: root/Lib/ctypes/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Zackery Spytz2019-06-141-1/+9
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-291-1/+11
* bpo-35523: Remove ctypes callback workaround (GH-11211)Victor Stinner2018-12-181-5/+0
* bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)Michael Felt2017-12-191-0/+8
* Removed noop branch from ctypes code (#3234)Alex Gaynor2017-08-301-4/+1
* Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+4
|\
| * Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+4
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-10/+7
|/
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieir...Ezio Melotti2016-01-091-1/+1
* Issue #23765: Removed IsBadStringPtr calls in ctypesSteve Dower2015-03-251-8/+4
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-091-2/+2
|\
| * Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-091-2/+2
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-1/+1
|/
* Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-261-11/+9
* Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-3/+3
* Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerrorRichard Oudkerk2012-10-091-1/+1
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-1/+1
* Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-251-9/+16
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-32/+22
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-1/+1
* Merged revisions 78544 via svnmerge fromGregory P. Smith2010-03-011-0/+3
* Merged revisions 65681-65682,65684 via svnmerge fromThomas Heller2008-08-191-2/+2
* Merged revisions 63977 via svnmerge fromThomas Heller2008-06-061-23/+49
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-141-25/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-1/+1
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-10/+3
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+5
* Add a workaround for a strange bug on win64, when _ctypes is compiledThomas Heller2007-08-311-0/+6
* Raise statement normalization in Lib/ctypes/.Collin Winter2007-08-301-8/+6
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+8
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-3/+0
* Accept bytes for c_wchar_p instances and c_wchar array instances.Thomas Heller2007-07-121-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-5/+5
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+5
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+29
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+6
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-50/+37
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-7/+29
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-13/+18
* Remove the magic to run an uninstalled ctypes version from a CVS sandbox.Thomas Heller2006-03-091-7/+0