| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport of 1.26: | Jack Jansen | 2004-07-15 | 1 | -6/+1 |
| | | | | | | CFStringGetUnicode() returned an extra null character at the end of the string. fixed. | ||||
| * | Forgot the code to initialize the glue for the new CFObj_ routines. | Jack Jansen | 2003-05-31 | 1 | -2/+2 |
| | | |||||
| * | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 1 | -2/+50 |
| | | | | | between CF objects and their Python representation. Fixes 734695. | ||||
| * | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
| | | | | | strings to CF strings. Fixes 682215. | ||||
| * | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -13/+25 |
| | | |||||
| * | 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 |
| | | | | | | | some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family). | ||||
| * | Regenerated with PyDoc_STR() around docstrings. | Jack Jansen | 2002-08-16 | 1 | -152/+152 |
| | | |||||
| * | Added CFPreferences support. Added these as functions, not methods, which ↵ | Jack Jansen | 2002-05-13 | 1 | -0/+357 |
| | | | | | seemed counter-intuitive. | ||||
| * | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 1 | -11/+133 |
| | | | | | - Manually generate a routine with funny error semantics. | ||||
| * | More support for bridging between Python and CoreFoundation objects. Still ↵ | Jack Jansen | 2002-05-07 | 1 | -0/+38 |
| | | | | | untested. | ||||
| * | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -10/+10 |
| | | |||||
| * | Lurking bug found by patch for 531291: FSSpecs should be passed to | Jack Jansen | 2002-03-18 | 1 | -1/+1 |
| | | | | | | | Py_BuildValue by address, not by value. 2.2.1 candidate. | ||||
| * | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 1 | -0/+69 |
| | | |||||
| * | 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 | 1 | -33/+408 |
| | | |||||
| * | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -10/+10 |
| | | | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment. | ||||
| * | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -14/+200 |
| | | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
| * | Make the CoreFoundation object _New and _Convert routines available to other ↵ | Jack Jansen | 2001-11-05 | 1 | -19/+70 |
| | | | | | modules. Idea by Donovan Preston, implementaion by me. | ||||
| * | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -16/+14 |
| | | |||||
| * | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
| | | |||||
| * | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 1 | -10/+11 |
| | | |||||
| * | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+3179 |
