1998-12-15 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Guido van Rossum | Move the prototype for dump_counts() to before where... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Barry Warsaw | (py-goto-beginning-of-tqs): Finds the beginning of... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Barry Warsaw | Added most of the mechanism to change the strips from... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Barry Warsaw | A start on the TestModExp applet |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Barry Warsaw | grid_bbox(): support new Tk API: grid bbox ?column... |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Barry Warsaw | "Author" -> "Contact" |
commit | commitdiff | tree | snapshot |
1998-12-14 |
Andrew M. Kuchling | Fixed bug reported to Gregor Hoffleit: |
commit | commitdiff | tree | snapshot |
1998-12-11 |
Guido van Rossum | As noted by Per Cederqvist, new_buffersize() sometimes... |
commit | commitdiff | tree | snapshot |
1998-12-11 |
Guido van Rossum | When tracing references, reset the type and size of... |
commit | commitdiff | tree | snapshot |
1998-12-11 |
Guido van Rossum | Need to initialize self->safe_constructors early on... |
commit | commitdiff | tree | snapshot |
1998-12-11 |
Guido van Rossum | Gregor Hoffleit writes: |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | create_module_info(): New function: Modify a <section... |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | Remove another {\rm ...} construct. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | Don't pass around a list of known empty elements, since... |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Remove prototypes for PyOS_strto[u]l -- Chris Herborth. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Add more SET_LINENO instructions in long argument lists |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Remove prototype for PyOS_strtol -- Chris Herborth. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Add prototypes for PyOS_strto[u]l -- Chris Herborth. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Need to define DL_EXPORT, of course! |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | No longer needed. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Guido van Rossum | Needed to add DL_EXPORT to (redundant?) extern decl... |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | Added a transform to start cleaning up the modulesynops... |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | Nits. |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Fred Drake | Handle SGML variant as well as XML variant. SGML is... |
commit | commitdiff | tree | snapshot |
1998-12-09 |
Guido van Rossum | Removing the BeOS specific 'ar' utility -- no longer... |
commit | commitdiff | tree | snapshot |
1998-12-09 |
Guido van Rossum | In read_multi, allow a subclass to override the class... |
commit | commitdiff | tree | snapshot |
1998-12-09 |
Guido van Rossum | In __getslice__, use self.__class__ instead of UserList. |
commit | commitdiff | tree | snapshot |
1998-12-09 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Moved to Python 1.5.2/Lib |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Fred Drake | Update the descriptions of strftime() and strptime... |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Make VC++ 5.0 compiler happy. |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Correct the poplib example. Stephan Richter pointed... |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Correctly document atan2. |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Fred Drake | Rename the parameters of atan2(), based on comments... |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Sjoerd patches the previous patch: |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Guido van Rossum | Undo the change here -- there's no point in declaring... |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Sjoerd writes: |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Adding thread support for BeOS by Chris Herborth. |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Fred Drake | "singed" --> "signed" (3 places) |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Py_Main() must be DL_EXPORT too. |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Patch by Jeff Rush: |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Patch by Jeff Rush: |
commit | commitdiff | tree | snapshot |
1998-12-07 |
Guido van Rossum | Open the file in binary mode -- so serving images from... |
commit | commitdiff | tree | snapshot |
1998-12-05 |
Barry Warsaw | intermediate |
commit | commitdiff | tree | snapshot |
1998-12-05 |
Barry Warsaw | Fixed some bugs |
commit | commitdiff | tree | snapshot |
1998-12-05 |
Barry Warsaw | Fixed typos in --dump |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Clarify evaluation of default arguments at def time... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Added Doc strings -- by Chris Petrilli. |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | When comparing bound methods, use identity test on... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Use PyInt_AS_LONG macro instead of explicit inlining. |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | One more fprintf bites the dist -- use PySys_WriteStderr |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Need to add default decl of DL_IMPORT, for mymalloc.h |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Add DL_EXPORT() to all modules that could possibly... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Fix two small bugs; add DL_EXPORT() to initcPickle... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Add DL_IMPORT(returntype) for all officially exported... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Turtle graphics |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Bernard Herzog pointed out that rl_parse_and_bind modif... |
commit | commitdiff | tree | snapshot |
1998-12-04 |
Guido van Rossum | Add explicit example on how to import a submodule of... |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Barry Warsaw | Added Helpwin -- help in a text widget |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Barry Warsaw | Untabification and other cruft |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Barry Warsaw | docstring(): Function for returning __doc__ % globals() |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Barry Warsaw | audiopy: slightly revamped UI... includes a menubar... |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Guido van Rossum | New API version (enough has changed!). |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Barry Warsaw | Initial version of the README file |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Fred Drake | General comments on what's here and how to try it out... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Barry Warsaw | Moved NotImplementedError into alphabetical order,... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Barry Warsaw | Added documentation for NotImplementedError. Fred... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Support conversions to both SGML and XML; SGML is the... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Use esistools. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Use esistools. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Use esistools, getopt. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Utility functions and misc. classes used in handling... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Ignore the byproducts of SGML/XML conversions for now. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Barry Warsaw | Added new builtin standard exception: NotImplementedErr... |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Fred Drake | Nits to support conversions. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Barry Warsaw | Added NotImplementedError, subclassed from RuntimeError |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Barry Warsaw | Added PyExc_NotImplementedError |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Nits to support conversions. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Remove $(CUTCRUFT) garbage; now in fixgenents.sh. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Move nasty cruft from make.rules' $(CUTCRUFT) here... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Fix minor nit with respect to conversion. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Remove {\rm ...} constructs. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Remove some remaining {\rm ...} constructs. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Change "for" explanation slightly based on comment... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | l2hoption: Do the "right thing" to quote the right... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Add a --address parameter to the mkhowto command line... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Add a -address parameter to the LaTeX2HTML command... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Oops, remove LaTeX2HTML version number. Could become... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | do_cmd_textohtmlinfopage(): Rip out most of the boiler... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | New file. Contains boilerplate text for the "About... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Markup nit to ease conversions. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Markup improvements to help with conversions. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Remove cruft from the old Texinfo conversion. This... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Remove bogus \@. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Minor markup nit to ease conversion processing. |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Do all the right imports. Problem reported by Martijn... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Guido van Rossum | Patch by Jeff Bauer: a minor change to declare two new |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Fred Drake | Several small adjustments. |
commit | commitdiff | tree | snapshot |
next |