- 18 Jul, 2003 9 commits
-
-
Jeremy Hylton authored
-
cvs2svn authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Just van Rossum authored
-
Jeremy Hylton authored
If some other test comes along and uses mimetypes, it will be initialized from the system files.
-
Jeremy Hylton authored
If this doesn't happen, it leaves the locale in a state that can cause other tests to fail. For example, running test_strptime, test_logging, and test_time in that order.
-
Andrew M. Kuchling authored
Remove comment about MacOS changes; I'm not going to have time to figure out what they are Move PEP 273 section into numeric order
-
Andrew M. Kuchling authored
-
- 17 Jul, 2003 24 commits
-
-
Andrew M. Kuchling authored
Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
I don't think the fix here is very good, but I'm not sure what would be better. In particular, we should not be defining _SGIAPI, but lots of things break if we remove it.
-
Skip Montanaro authored
-
Jeremy Hylton authored
-
Michael W. Hudson authored
PyOS_InputHook and PyOS_ReadlineFunctionPointer). The inaccuracies were causing problems in framework builds on Mac OS X.
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
building a fair portion of the documentation as info.
-
Fred Drake authored
documented here, and according to Tim, should never have been there - misc. cleanups for consistency
-
Just van Rossum authored
-
Tim Peters authored
-
Raymond Hettinger authored
-
Jeremy Hylton authored
I tested against VC 7.0 and it caused no problems there.
-
Fred Drake authored
- add a convenience target to create the package list directly
-
Fred Drake authored
- convert tabs to spaces
-
Fred Drake authored
-
Fred Drake authored
objects get made - improve the description of attribute retrieval from classes and class instances - add brief documentation of static method and class method objects.
-
Fred Drake authored
SF patch #764594.
-
Fred Drake authored
paper-size hook. SF patch #772550.
-
- 16 Jul, 2003 7 commits
-
-
Neil Schemenauer authored
module had been compiled. It gives too many spurious warnings.
-
Neil Schemenauer authored
module had been compiled. It gives too many spurious warnings.
-
Skip Montanaro authored
C yet anyway.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
the info conversion the \comment LaTeX macro mapped to a Texinfo @ignore macro. Unfortunately, py2texi.el is not smart enough to avoid generating links to the @ignore'd section, which causes makeinfo to croak. Exposing this text is probably not the most correct thing to do, as this documentation really belongs in the C API manual. This does get the info files generated, however, which is a more practical goal considering the impending release of 2.3rc1.
-