summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added typechecking to the individual python->CF converters, so we can use the...Jack Jansen2002-05-131-2/+16
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-133-3/+372
* Jim Fulton reported a segfault in dir(). A heavily proxied objectGuido van Rossum2002-05-132-7/+35
* SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.Guido van Rossum2002-05-131-1/+1
* SF 554073. Fix typo in error reporting of unrecognized characterGuido van Rossum2002-05-131-1/+1
* array_tounicode isn't defined in --disable-unicode builds...Michael W. Hudson2002-05-131-0/+4
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-132-2/+4
* Add #ifdef PY_USING_UNICODE sections, so thatWalter Dörwald2002-05-131-0/+6
* Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.Raymond Hettinger2002-05-131-0/+2
* Added degrees() and radians() to mathmodule. Closes patch 552452 andRaymond Hettinger2002-05-131-0/+27
* Adds tests for degrees() and radians() functions added to mathmodule.Raymond Hettinger2002-05-131-0/+10
* Added degrees() and radians() to mathmodule. Closing patch 552452 andRaymond Hettinger2002-05-131-0/+8
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-123-16/+168
* (py-execute-region): Do the blank line skipping inside theBarry Warsaw2002-05-121-8/+7
* SF bug 555042: zip() may trigger MemoryError.Tim Peters2002-05-122-3/+18
* Noted change in ftplib 1.68 closing SF patch 553277.Raymond Hettinger2002-05-121-0/+7
* Closes SF patch 553277. Per GvR, reverting to original patch -- the way toRaymond Hettinger2002-05-121-1/+1
* Closes SF patch: 552468.Raymond Hettinger2002-05-121-4/+2
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-102-1/+34
* Use isinstance() in preference to comparison of type by is.Jeremy Hylton2002-05-101-2/+2
* Give the enumerate() PEP a section of its ownAndrew M. Kuchling2002-05-101-36/+50
* [from Oct 2000]Greg Ward2002-05-101-9/+202
* [from Oct 2000]Greg Ward2002-05-101-2/+4
* [from Oct 2000]Greg Ward2002-05-101-14/+18
* Fix markup error that suppressed space.Fred Drake2002-05-101-1/+1
* Fix typoAndrew M. Kuchling2002-05-091-1/+1
* Fixed string and dict conversion, and implemented booleans and numbers (int a...Jack Jansen2002-05-081-14/+49
* Partial fix for string handling. Null byte TBD.Jack Jansen2002-05-081-2/+4
* Remove news about PyMalloc_*. Do we need to say anything aboutNeil Schemenauer2002-05-081-6/+1
* Updates and rewritingAndrew M. Kuchling2002-05-081-110/+112
* Patch #553230: Create LIBDIR if necessary. Bugfix candidate.Martin v. Löwis2002-05-081-1/+1
* Patch #553277: Accept callbacks that are callable, not callbacks that are true.Martin v. Löwis2002-05-082-1/+2
* Patch #553403: Fix typo.Martin v. Löwis2002-05-082-3/+3
* Patch #551410: Implement tp_getiter.Martin v. Löwis2002-05-081-1/+51
* Patch #552433: Special-case tuples. Avoid sub-type checking for lists.Martin v. Löwis2002-05-084-2/+35
* Patch #551011: Fix compilation problems with Cygwin.Martin v. Löwis2002-05-081-1/+1
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-073-6/+131
* Added pycfbridge.cJack Jansen2002-05-071-0/+0
* Added enumobject.cJack Jansen2002-05-072-0/+0
* Move 'Tips and Tricks' to be the last sectionAndrew M. Kuchling2002-05-071-227/+227
* Add section on Setup fileAndrew M. Kuchling2002-05-071-109/+137
* More filling outAndrew M. Kuchling2002-05-071-80/+170
* Fix typosAndrew M. Kuchling2002-05-071-13/+11
* Fixed a mistake on my part when regenerating: removed a bogus import of Appls...Jack Jansen2002-05-071-2/+0
* Write two sections, and write some partial text for some other sectionsAndrew M. Kuchling2002-05-061-39/+224
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+3
* Prevent convert_path from crashing if the path is an empty string. Bugfix ca...Andrew M. Kuchling2002-05-061-2/+2
* First steps towards a generalized converter of Python objectJack Jansen2002-05-052-0/+217
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-053-1/+30