1999-07-29 |
Fred Drake | Change an {\em ...} to \var{...} and a {\bf ...} to... |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Barry Warsaw | A few minor Customize changes: |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Barry Warsaw | (python-mode): Set which interpreter (CPython or JPytho... |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Guido van Rossum | Another patch from Andy Dustman: |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Barry Warsaw | (py-beginning-of-def-or-class): Only move to match... |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Fred Drake | Add support for bzip2 compression. |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Fred Drake | Add support for bzip2 using --bzip2. |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Fred Drake | Ignore additional compressed formats. |
commit | commitdiff | tree | snapshot |
1999-07-26 |
Fred Drake | Added description of optional parameter to UserDict... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Fred Drake | Add zip archive support for html, pdf, ps, and latex... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Fred Drake | Add --zip parameter; make this able to produce .zip... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Fred Drake | getsize(), getatime(), getmtime(): |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Fred Drake | Update getattr() description to document the optional... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Fred Drake | Make the default target xml instead of sgml. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Fred Drake | Make the default target xml instead of sgml. |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Fred Drake | typo: privide --> provide |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Fred Drake | Fixed order of parameters in slice() docstring. The... |
commit | commitdiff | tree | snapshot |
1999-07-15 |
Guido van Rossum | New wishes. |
commit | commitdiff | tree | snapshot |
1999-07-13 |
Guido van Rossum | Add test case for bug just fixed by Stephen Turner. |
commit | commitdiff | tree | snapshot |
1999-07-13 |
Guido van Rossum | Patch by Stephen Turner, who writes: |
commit | commitdiff | tree | snapshot |
1999-07-13 |
Guido van Rossum | Mark Favas was quick to note that the last checkin... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Guido van Rossum | Appropriate overflow checks so that things like sys... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Barry Warsaw | added a test for "To: :" patch |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Barry Warsaw | AddrlistClass.getaddress(): when parsing `:'s, in the... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Fred Drake | Added comment clarifying that RELEASE is the documentat... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Fred Drake | do_cmd_funclineni(): New function; non-indexing form... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Fred Drake | Move chdir() and getcwd() descriptions to "Files and... |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Fred Drake | Use the same names for CLASS attributes as elsewhere. |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Fred Drake | Updated Milan's email address. |
commit | commitdiff | tree | snapshot |
1999-07-10 |
Guido van Rossum | Make the color for stderr red (i.e. the standard warnin... |
commit | commitdiff | tree | snapshot |
1999-07-10 |
Greg Ward | The first concrete subclass of CCompiler: defines a... |
commit | commitdiff | tree | snapshot |
1999-07-10 |
Greg Ward | The abstract base class that defines the C/C++ compiler... |
commit | commitdiff | tree | snapshot |
1999-07-10 |
Greg Ward | Added a self-berating command relating to installation... |
commit | commitdiff | tree | snapshot |
1999-07-10 |
Greg Ward | Don't pollute importer's namespace with type objects... |
commit | commitdiff | tree | snapshot |
1999-07-09 |
Guido van Rossum | Patch by Jeffrey Chang to add docstrings everywhere. |
commit | commitdiff | tree | snapshot |
1999-07-08 |
Guido van Rossum | Marc-Andre Lemburg discovered that the switch from... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Fred Drake | Several methods return tuples, not lists. |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Fred Drake | Move some misc. comments from the example section to... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Fred Drake | FTP.dir(): Fix typo in docstring. |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Fred Drake | dir() method description revised based on comments... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Barry Warsaw | make_view_popups(): Catch import error which can occur... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Fred Drake | Missing space; reported by Robert Kern <kernr@ncifcrf... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Fred Drake | Fix a number of minor problems pointed out by /F. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Fred Drake | Fixed typo reported by /F; thanks! |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Fred Drake | Bump the release number to 1.5.2p1. |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jack Jansen | Drag module added. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | Darn! Forgot to re-target. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | Remove one item. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | Minor markup nit. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | Added entry for asyncore module. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | Fix a few markup nits, improve some index entries. |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | New documentation from Chris Petrilli <petrilli@amber... |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Fred Drake | For spawn*(), point to the magic constants; some reader... |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Guido van Rossum | Milton L. Hankin reports that on Windows it is possible... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Removed entries for several modules which have been... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Documentation for dl module from Moshe. |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Added entry for dl module. |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Relocating file to Lib/lib-old. |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Remove extraneous "contains" -- pointed out by Daniel... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Per Frank Stajano's suggestion, state explicitly that... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Fred Drake | Make the reference to the os module in the module synop... |
commit | commitdiff | tree | snapshot |
1999-06-30 |
Just van Rossum | Don't set type of application, it's taken care of elsew... |
commit | commitdiff | tree | snapshot |
1999-06-30 |
Fred Drake | Made several grammatical corrections based on comments... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | For "Matching vs. Searching", remove comment that the... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Added some reminders. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Move the setting for secnumdepth to the document classe... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Added some minor prose before the descriptions of the... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Added entry for pty module. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | pty documentation from Moshe; with small edits. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Improve description of the example. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Usage nit: a bunch of "nor"s should have been a single... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Minor wording change in section title. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | byteswap() method: Tell *what* exception gets raised... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Remove unnecessary comma. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Define NotANumber as a subclass of ValueError when... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Comment out XXX comment; this needn't appear in the... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Add note about not being able to use this module with... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Moshe: Remove extraneous "and". |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Added entries for mutex and nis modules. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | NIS documentation from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Mutex documentation from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Separate documentation of SUNAUDIODEV from sunaudiodev... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Fix some typos. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Add entries for the sched module. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | While we're at it, convert to docstrings and set the... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Moshe's section on the sched module, with edits. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Update to Sjoerd's documentation of the chunk module... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Close debugger when closing. This may break a cycle. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Break cycle on close. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Destroy the tree when closing. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add destroy() method to recursively destroy a tree. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Extend _close() to break cycles. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add _close() method that does the actual cleanup (close... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add close() method that breaks cycles. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add unregister() method. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add close() method that breaks a cycle. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Break some cycles when the widget is destroyed. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Patch from Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Mikael Lyngvig writes: |
commit | commitdiff | tree | snapshot |
next |