| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 5 | -6107/+0 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -21/+21 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -3/+3 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 3 | -0/+3 |
|
|
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
|
|
* | Convert raise statements in Mac/. | Collin Winter | 2007-08-22 | 1 | -3/+3 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 2 | -2/+2 |
|
|
* | Merged revisions 56483-56491 via svnmerge from | Martin v. Löwis | 2007-07-22 | 1 | -41/+31 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -10/+10 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -9/+9 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+2 |
|
|
* | Fix a couple of warnings on Mac OS X. | Neal Norwitz | 2006-02-24 | 1 | -1/+1 |
|
|
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 2 | -126/+136 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -408/+407 |
|
|
* | The CF inheritance could cause double frees of the underlying objects. | Jack Jansen | 2004-07-15 | 2 | -0/+11 |
|
|
* | CFStringGetUnicode() returned an extra null character at the end of the string. | Jack Jansen | 2004-07-15 | 2 | -2/+2 |
|
|
* | Make CF module PEP253 based (finally). | Jack Jansen | 2004-07-15 | 2 | -110/+669 |
|
|
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 2 | -6/+1 |
|
|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 3 | -32/+0 |
|
|
* | Forgot the code to initialize the glue for the new CFObj_ routines. | Jack Jansen | 2003-05-31 | 2 | -4/+4 |
|
|
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 2 | -2/+98 |
|
|
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 2 | -2/+2 |
|
|
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 3 | -8/+11 |
|
|
* | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 2 | -16/+30 |
|
|
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 1 | -10/+10 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 1 | -20/+40 |
|
|
* | Regenerated with PyDoc_STR() around docstrings. | Jack Jansen | 2002-08-16 | 1 | -152/+152 |
|
|
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
|
|
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
|
|
* | Added typechecking to the individual python->CF converters, so we can use the... | Jack Jansen | 2002-05-13 | 1 | -2/+16 |
|
|
* | Added CFPreferences support. Added these as functions, not methods, which see... | Jack Jansen | 2002-05-13 | 3 | -3/+372 |
|
|
* | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 3 | -16/+168 |
|
|
* | - Get data from CFData objects as Python strings and vv. | Jack Jansen | 2002-05-10 | 2 | -1/+34 |
|
|
* | Fixed string and dict conversion, and implemented booleans and numbers (int a... | Jack Jansen | 2002-05-08 | 1 | -14/+49 |
|
|
* | Partial fix for string handling. Null byte TBD. | Jack Jansen | 2002-05-08 | 1 | -2/+4 |
|
|
* | More support for bridging between Python and CoreFoundation objects. Still un... | Jack Jansen | 2002-05-07 | 3 | -6/+131 |
|
|
* | First steps towards a generalized converter of Python object | Jack Jansen | 2002-05-05 | 2 | -0/+217 |
|
|
* | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -10/+10 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-24 | 1 | -0/+1 |
|
|
* | Lurking bug found by patch for 531291: FSSpecs should be passed to | Jack Jansen | 2002-03-18 | 1 | -1/+1 |
|
|
* | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 3 | -5/+75 |
|
|
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
|
|
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 2 | -33/+410 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -10/+10 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -14/+200 |
|
|
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 2 | -38/+140 |
|
|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 2 | -26/+24 |
|
|
* | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 2 | -2/+2 |
|
|
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 2 | -10/+12 |
|
|