1998-12-21 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Jeremy Hylton | replace missing zalloc initialization (test_zlib now... |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Jeremy Hylton | remove debugging fprintf (should have checked this... |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Guido van Rossum | Typo discovered by Just. |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Guido van Rossum | Use __stdin__ instead of stdin to derive FileType ... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Greg Ward | Fred's sysconfig module. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Jeremy Hylton | patches from Andrew |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Chris H. writes: |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Improved instructions by Chris H. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Greg Ward | Initial checkin of distutils source files. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Fred Drake | When _PyString_Resize() reports failure, the variable... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Fix the class browser to work even when the file is... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Forgot to check this in for Chris Herborth |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Andrew M. Kuchling | Added a -q ('quiet') option to tabnanny, which causes... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Guido van Rossum | Several tiny changes: |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Guido van Rossum | Patch by Chris Herborth: |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Guido van Rossum | Patch by Chris Herborth: |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Guido van Rossum | Changes for new BeOS port by Chris Herborth |
commit | commitdiff | tree | snapshot |
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 |
next |