Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19734: ctypes resource management fixes | Nick Coghlan | 2013-11-24 | 1 | -6/+9 |
* | Issue #19591: Use specific asserts in ctype tests. | Serhiy Storchaka | 2013-11-16 | 7 | -60/+52 |
|\ | |||||
| * | #18981: merge with 3.3. | Ezio Melotti | 2013-09-13 | 1 | -1/+1 |
| |\ | |||||
| * \ | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 5 | -7/+7 |
| |\ \ \ | |||||
| * \ \ \ | - Issue #17754: Make ctypes.util.find_library() independent of the locale. | doko | 2013-05-15 | 7 | -60/+52 |
| |\ \ \ \ | |||||
| | * | | | | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -1/+1 |
| | * | | | | #7855: merge with 3.3. | Ezio Melotti | 2013-05-04 | 2 | -1/+44 |
| | |\ \ \ \ | |||||
| | * | | | | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 3 | -51/+44 |
| | * | | | | | modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS... | Giampaolo Rodola' | 2013-02-12 | 1 | -3/+2 |
| | * | | | | | Fix test_from_dll* in test_returnfuncptrs.py. | Serhiy Storchaka | 2013-02-07 | 3 | -5/+5 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. | Serhiy Storchaka | 2013-02-04 | 3 | -5/+5 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple | Serhiy Storchaka | 2013-02-04 | 3 | -5/+5 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | merge 3.3 (#5289) | Benjamin Peterson | 2013-02-03 | 3 | -5/+5 |
| | | | | |\ \ \ \ \ | |||||
| | | | | | * \ \ \ \ | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 3 | -5/+5 |
| | | | | | |\ \ \ \ \ | |||||
| | | | | | | * | | | | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-15 | 1 | -0/+9 |
| | | | | | | * | | | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 3 | -5/+5 |
* | | | | | | | | | | | | Issue #19591: Use specific asserts in ctype tests. | Serhiy Storchaka | 2013-11-16 | 16 | -85/+84 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). | Ezio Melotti | 2013-09-13 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | #18741: fix more typos. Patch by F?vry Thibault. | Ezio Melotti | 2013-08-17 | 5 | -7/+7 |
|/ / / / / / / / | |||||
* | | | | | | | | - Issue #17754: Make ctypes.util.find_library() independent of the locale. | doko | 2013-05-15 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p... | Ezio Melotti | 2013-05-04 | 2 | -1/+44 |
|/ / / / / / | |||||
* | | | | | | Fix test_from_dll* in test_returnfuncptrs.py. | Serhiy Storchaka | 2013-02-07 | 10 | -62/+127 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. | Serhiy Storchaka | 2013-02-04 | 1 | -1/+4 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple | Serhiy Storchaka | 2013-02-04 | 1 | -0/+28 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | fix find_library on Solaris (closes #5289) | Benjamin Peterson | 2013-02-03 | 1 | -0/+29 |
| | |_|/ / | |/| | | | |||||
| * | | | | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 10 | -62/+98 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror | Richard Oudkerk | 2012-10-09 | 2 | -1/+23 |
| | * | | | | Issue #15406: Fix deprecation warning in ctypes test_bitfields.py | Meador Inge | 2012-07-20 | 9 | -61/+75 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. | Meador Inge | 2012-07-19 | 1 | -0/+20 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 2 | -3/+3 |
| | | * | | | | | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 1 | -0/+10 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 1 | -2/+2 |
| | | * | | | | | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -36/+40 |
| | | * | | | | | | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-04 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Issue #13380: add an internal function for resetting the ctypes caches | Meador Inge | 2011-11-25 | 7 | -37/+30 |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-03 | 7 | -37/+30 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | test_ctypes: Windows is no more a special case | Victor Stinner | 2011-09-28 | 1 | -6/+3 |
| | | | | * | | | | | | | Remove trailing spaces | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -1/+1 |
| | | | | * | | | | | | | Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 5 | -30/+26 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ | Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+8 |
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ | Merge from 3.2: | Amaury Forgeot d'Arc | 2011-08-30 | 2 | -0/+56 |
| | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-21 | 1 | -3/+1 |
| | | | | | * | | | | | | | | | merge 3.2 | Benjamin Peterson | 2011-07-13 | 1 | -12/+12 |
| | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ | (merge 3.2) Close #4376: ctypes now supports nested structures in a endian | Victor Stinner | 2011-07-13 | 2 | -18/+36 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | | Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). | Antoine Pitrou | 2011-05-25 | 1 | -3/+1 |
| | | | | | * | | | | | | | | | | | Remove unused private function | Antoine Pitrou | 2011-04-23 | 1 | -16/+0 |
| | | | | | * | | | | | | | | | | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor | Antoine Pitrou | 2011-04-23 | 1 | -8/+14 |