- ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 9 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 18 years ago
- 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 19 years ago
- c3264e5 Get rid of some warnings. by Neal Norwitz · 19 years ago
- 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 19 years ago
- 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 21 years ago
- d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 21 years ago
- 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 21 years ago
- 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 22 years ago
- e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 22 years ago
- ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 22 years ago
- 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 22 years ago
- 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
- d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
- 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 23 years ago
- f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 23 years ago
- 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 23 years ago
- 4993188 Regenerated with PyDoc_STR() around docstrings. by Jack Jansen · 23 years ago
- 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 23 years ago
- aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 23 years ago
- eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 23 years ago
- 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 23 years ago
- 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 23 years ago
- 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 23 years ago
- 4225132 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! by Jack Jansen · 23 years ago
- 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 23 years ago
- 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 23 years ago
- efaffae First steps towards a generalized converter of Python object by Jack Jansen · 23 years ago
- 033b79c Regenerated. by Jack Jansen · 23 years ago
- 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 23 years ago
- 69ac361 Added some support for unicode arguments. by Jack Jansen · 24 years ago
- 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 24 years ago
- 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 24 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
- 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 24 years ago
- fd06486 Shut up many more gcc warnings. by Jack Jansen · 24 years ago
- 9642eca Shut up a few more gcc warnings. by Jack Jansen · 24 years ago
- 06d2e1a Regenerated without default int return types. by Jack Jansen · 24 years ago
- 25a5bd7 Renamed. by Jack Jansen · 24 years ago
- 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 24 years ago
- 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 24 years ago
- 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 24 years ago
- 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 24 years ago
- c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 24 years ago
- 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 24 years ago
- 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 24 years ago
- bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 24 years ago
- 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 24 years ago