- 24 Jan, 2001 18 commits
-
-
Jack Jansen authored
-
Tim Peters authored
know which names it exports. Didn't fix its ignorance, but patched over the consequence.
-
Tim Peters authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
crop of changes, the files are small enough to do this). Also adds "name" and "lookup" functions to unicodedata.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Barry Warsaw authored
PyGC_Dump() -> _PyGC_Dump()
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
exportable module attributes (they're attributes on the IMAP class). Fixed the case typo on Time2Internaldate. Does anybody run the test suite any more? <wink>
-
Barry Warsaw authored
-
Andrew M. Kuchling authored
Get platform-specific modules right on Cygwin Getting a string value for the platform has been factored out into get_platform()
-
Andrew M. Kuchling authored
Bump version number
-
Andrew M. Kuchling authored
-
- 23 Jan, 2001 22 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
-
Jack Jansen authored
-
Jack Jansen authored
Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it!
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Barry Warsaw authored
Fixes bug #121706.
-
Jack Jansen authored
Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
-
Jack Jansen authored
Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
-
Jack Jansen authored
-
Barry Warsaw authored
Py_Initialize()/Py_Finalize() loop leaks. - allow an optional 3rd argument which is the loop count. -1 means infloop (the default). - Add a setting of Py_NoSiteFlag=1, but leave it commented out by default.
-
Barry Warsaw authored
- set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
-
Barry Warsaw authored
WITH_CYCLE_GC.
-
Barry Warsaw authored
-