- cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the by Guido van Rossum · 26 years ago
- 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
- 21ef088 Need to initialize self->safe_constructors early on to prevent crash by Guido van Rossum · 26 years ago
- 732aa2f Gregor Hoffleit writes: by Guido van Rossum · 26 years ago
- aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
- fee6abe Remove another {\rm ...} construct. by Fred Drake · 26 years ago
- 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
- 46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
- ca90605 Add more SET_LINENO instructions in long argument lists by Guido van Rossum · 26 years ago
- f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. by Guido van Rossum · 26 years ago
- cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
- 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
- e18f887 No longer needed. by Guido van Rossum · 26 years ago
- 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 26 years ago
- fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
- e9e0596 Nits. by Fred Drake · 26 years ago
- c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
- 65e164f Removing the BeOS specific 'ar' utility -- no longer needed, by Guido van Rossum · 26 years ago
- 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
- f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
- 9819e4c Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
- 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
- e94e3fb Make VC++ 5.0 compiler happy. by Guido van Rossum · 26 years ago
- aac399b Correct the poplib example. Stephan Richter pointed out some problems with it. by Guido van Rossum · 26 years ago
- b057dd8 Correctly document atan2. by Guido van Rossum · 26 years ago
- 64583d3 Rename the parameters of atan2(), based on comments from Guido & Peter by Fred Drake · 26 years ago
- 204b65c Sjoerd patches the previous patch: by Guido van Rossum · 26 years ago
- f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
- f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
- 926f7b6 Adding thread support for BeOS by Chris Herborth. by Guido van Rossum · 26 years ago
- d83675f "singed" --> "signed" (3 places) by Fred Drake · 26 years ago
- 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
- 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 26 years ago
- 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
- 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 26 years ago
- 08833f2 intermediate by Barry Warsaw · 26 years ago
- e1425d6 Fixed some bugs by Barry Warsaw · 26 years ago
- 93ec4cc Fixed typos in --dump by Barry Warsaw · 26 years ago
- e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
- c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
- 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
- cf183ac Use PyInt_AS_LONG macro instead of explicit inlining. by Guido van Rossum · 26 years ago
- d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
- f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 50f385c Fix two small bugs; add DL_EXPORT() to initcPickle decl. by Guido van Rossum · 26 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- b241b67 Turtle graphics by Guido van Rossum · 26 years ago
- 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
- 8c2da61 Add explicit example on how to import a submodule of a package using by Guido van Rossum · 26 years ago
- ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 26 years ago
- eb6b9b7 Untabification and other cruft by Barry Warsaw · 26 years ago
- d0e1e51 docstring(): Function for returning __doc__ % globals() by Barry Warsaw · 26 years ago
- f622a33 audiopy: slightly revamped UI... includes a menubar, no quit button, by Barry Warsaw · 26 years ago
- 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
- 5364688 Initial version of the README file by Barry Warsaw · 26 years ago
- 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
- 6d26f4b Moved NotImplementedError into alphabetical order, and reword description. by Barry Warsaw · 26 years ago
- 1e15132 Added documentation for NotImplementedError. Fred (I'm sure) will by Barry Warsaw · 26 years ago
- 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
- aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
- 4db5b46 Use esistools. by Fred Drake · 26 years ago
- f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
- 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
- 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
- 344864f Added new builtin standard exception: NotImplementedError (its C by Barry Warsaw · 26 years ago
- eabfab1 Nits to support conversions. by Fred Drake · 26 years ago
- 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
- d052ff0 Added PyExc_NotImplementedError by Barry Warsaw · 26 years ago
- 1e270f0 Nits to support conversions. by Fred Drake · 26 years ago
- f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
- 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
- 50b804d Fix minor nit with respect to conversion. by Fred Drake · 26 years ago
- caa3379 Remove {\rm ...} constructs. by Fred Drake · 26 years ago
- 84538cd Remove some remaining {\rm ...} constructs. by Fred Drake · 26 years ago
- f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
- ca6d635 l2hoption: Do the "right thing" to quote the right-hand-side of Perl by Fred Drake · 26 years ago
- a8ba364 Add a --address parameter to the mkhowto command line to direct by Fred Drake · 26 years ago
- 7777e36 Add a -address parameter to the LaTeX2HTML command line to direct by Fred Drake · 26 years ago
- 1ea5848 Oops, remove LaTeX2HTML version number. Could become wrong and isn't by Fred Drake · 26 years ago
- 15796f7 do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move by Fred Drake · 26 years ago
- d83c8bd New file. Contains boilerplate text for the "About this document..." by Fred Drake · 26 years ago
- 1776556 Markup nit to ease conversions. by Fred Drake · 26 years ago
- 3d29955 Markup improvements to help with conversions. by Fred Drake · 26 years ago
- 01d5d94 Remove cruft from the old Texinfo conversion. This simplifies some of by Fred Drake · 26 years ago
- 5208823 Remove bogus \@. by Fred Drake · 26 years ago
- d61975e Minor markup nit to ease conversion processing. by Fred Drake · 26 years ago
- f6c59e8 Do all the right imports. Problem reported by Martijn Faassen by Fred Drake · 26 years ago
- 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
- 42f5298 Several small adjustments. by Fred Drake · 26 years ago
- fa1cceb Make \var work correctly in math mode. by Fred Drake · 26 years ago
- 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
- 0903f2a Typo by Guido van Rossum · 26 years ago
- b5eed03 Support underlining of menu labels by Guido van Rossum · 26 years ago
- 6e0a413 New approach, separate tables for menus (platform-independent) and key by Guido van Rossum · 26 years ago
- 4471f20 Logical markup. by Fred Drake · 26 years ago
- f65e323 Fix remaining {\rm ...} construct. by Fred Drake · 26 years ago
- af2590a Remove some optional parameters that are unnecessary in context. by Fred Drake · 26 years ago
- 72554e4 Remove bogus \@. by Fred Drake · 26 years ago