1999-08-19 |
Guido van Rossum | Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | New version by Mark-Andre Lemburg (generated by a scrip... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Fred Drake | Added item regarding random/whrandom. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | Added disclaimer to the sleep() function. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | In floatsleep(), when using select(), ignore EINTR... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Patches by Michael Reilly to correctly deal with ftp... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Barry Warsaw | Bump to version 1.1 |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Barry Warsaw | __update(): Jeremy Hylton reports occurances of sunaudi... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Typo in comment (on Mac, it's the *resource* fork that... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Patches by Michael Reilly to correctly deal with ftp... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Add Tim Peters' shuffle() algorithm. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Implements the 'build_ext' command for building C/C... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Module to spawn sub-commands in a platform-independent... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Changed to use 'spawn()', now that it exists. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Added 'verbose' and 'dry_run' flags to CCompiler constr... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Comment tweak. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Better detection of bad entries in option table. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Added DistutilsExecError, DistutilsValueError. |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Barry Warsaw | Initial implementation |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Fred Drake | Explain the possible range of values for the pid parame... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Barry Warsaw | Initial revision |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Moshe noticed an inconsistency in his comment, so I... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Patch inspired by Moshe Zadka to search for the Icons... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Patch by Paul Sokolovsky to support the get() method. |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Barry Warsaw | (py-shell): Set the default shell if not set yet. ... |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Greg Ward | Allow comment characters (#) to be escaped: |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Andrew M. Kuchling | Added __del__ method to GzipFile class that will flush... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Fred Drake | In note mentioning [].remove()'s exception, tell what... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Guido van Rossum | Patch by Marc-Andre Lemburg to add a bunch more symbols. |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Guido van Rossum | Ofir Reichenberg suggested to apply htonl() to grpaddr... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entries for open(): |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entry "I/O control, buffering" for fdopen(). |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entry "I/O control, buffering" for makefile(). |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Guido van Rossum | Vladimir Marangozov fixes an AIX-specific problem,... |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Fred Drake | Started documentation on buffer objects & types. Very... |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Fred Drake | PyBuffer_New(): Raise ValueError if size is negative... |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Jack Jansen | Added available() method, which checks whether quicktim... |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Guido van Rossum | Change the directory tree walking example to use cleare... |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Guido van Rossum | It turns out that modifying the environment strings... |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Fred Drake | Re-write in Python for portability. About 30% slower... |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Fred Drake | remap_element_names(): Only used for things that the... |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Fred Drake | The new conversion engine supports more of the table... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Guido van Rossum | Removed PyMapping_Clear() -- it was wishful thinking... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Use the mksourcepgk script instead of mktarball.sh. |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Remove obsolete version of script. |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Re-implementation of mktarball.sh as a more portable... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | bwrite(), ewrite(): Helpers for diagnostic output... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Mostly minor changes. |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | This doesn't need to do nearly as much for the new... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | A few small improvements to the conversion. |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Markup nits. |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Fred Drake | Fixed hyperlink references to the __builtin__ and __mai... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Guido van Rossum | Mark Hammond writes: |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Guido van Rossum | Remove some redundant code from Canvas.tag_bind(),... |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Ripped out the old conversion. |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Added a few more passes through the document fragment... |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Massive changes. |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Minor updates. |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Use the (new) buildFragment() method of the EsisBuilder... |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Some minor cleanup. |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Conversion specification, used by a new path through... |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Fred Drake | Minor update. |
commit | commitdiff | tree | snapshot |
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 |
next |