1997-12-06 |
Fred Drake | Some reorganization (all limit operations & constants... |
commit | commitdiff | tree | snapshot |
1997-12-06 |
Guido van Rossum | Some manipulations with tags to get the TOC and Index... |
commit | commitdiff | tree | snapshot |
1997-12-06 |
Guido van Rossum | New WML file, this time with working Title and Author... |
commit | commitdiff | tree | snapshot |
1997-12-06 |
Barry Warsaw | Added some links to OO-Browser, given by Harri Pasanen. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Another large batch of patches from Jeff Rush for OS/2. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | New batch of patches by Jeff Rush; moved his readme... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Moved Jeff Rush's ever expanding comments to os2vacpp... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Two changes by Jeff Rush (slightly tweaked): |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Jeff Rush: add definition for S_IFMT for VisualAge... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Use the proper OS2 test symbol: PYOS_OS2. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Reindented according to new standard, without tabs. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | ospath.py has been obsolete for long enough. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | When instantiating a class with no arguments and where... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Added doc strings and reindented according to new stand... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Added doc strings and reindented according to new stand... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Fix the exclusion of "config" in the methods copied... |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Forgot to use </> for some example output. |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Use registry key ProgramFilesDir as default MAINDIR |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Add a few more PyErr_ symbols |
commit | commitdiff | tree | snapshot |
1997-12-05 |
Guido van Rossum | Add pretty icon to python.exe |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Barry Warsaw | Only parsing requires Python 1.5 |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Barry Warsaw | Updated world codes with latest iso3166 codes |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Barry Warsaw | Added parsing of ISO 3166 files |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Make examples consistently use 4-space indentation. |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Fixed unresolved reference problem; this module wasn... |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Removed unnecessary escaping. |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Arg; more nits, but I may as well finish the job. |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Fixed BINARY_RSHIFT documentation to indicate a right... |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Fred Drake | Changed {\sc gdbm} to \code{gdbm} everywhere. |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Guido van Rossum | Merge between my version and Jim Fulton's version;... |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Guido van Rossum | New versions of cPickle and cStringIO, from Jim Fulton... |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Guido van Rossum | When --with-thread(s) is specified, the thread module... |
commit | commitdiff | tree | snapshot |
1997-12-04 |
Guido van Rossum | Moved the thread module to its own Setup.thread(.in... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Guido van Rossum | Patch my Marc Lemburg to fix urljoin("/a", "..") and... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Guido van Rossum | Refinement of home for NT, courtesy Jeff Bauer. |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Fred Drake | Added handler for opcodedesc environment. |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Fred Drake | make_str_index_entry(): New function. Similar to... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Guido van Rossum | Provide default for blocksize on retrbinary (Skip Monta... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Guido van Rossum | More generated files for netbsd 1.x, by Anders Andersen. |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Barry Warsaw | (py-jump-on-exception): Variable which if t, means... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Barry Warsaw | Removed redundant eval-when-compile. |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Fred Drake | The biggie: changed the funcdesc environments used... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Fred Drake | Added environment for defining PyVM instructions. ... |
commit | commitdiff | tree | snapshot |
1997-12-03 |
Guido van Rossum | Change the default repr() and str() of class instance... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Barry Warsaw | (python-mode): Patch to make font-lock work automatical... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Barry Warsaw | Test for an up-to-date Custom library when byte-compili... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Add the flag RTLD_GLOBAL to the dlopen() options. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Make stdin unbuffered too, when PYTHONUNBUFFERED is... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Patches by Fred Lundh to make it compile better with... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Small bugfixes for broken old style use of the syntax... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Yes, Virginia, Tix does have a Tix_SafeInit() function. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Understand -Xlinker option. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Left-aligned preprocessor directives and changed C... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Patch for QNX, by Chris Herborth. Also left-aligned... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Patch for QNX, by Chris Herborth. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Support for netbsd1 and freebsd3, after suggestions... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | When a port is specified in an ftp:// URL, must convert... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Typo in example (missing '=') discovered by Sandy Langbart. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Support for the "event" command, new in Tk 4.2. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Add attributions to Jeffrey Ollie and Tim Peters for... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Add attributions to Jeffrey Ollie and Tim Peters for... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Changes for FreeBSD and NetBSD: NetBSD does shared... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Skip directories when installing library files; this... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Document new behavior of isinstance() when using a... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Support type objects in isinstance(). |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Make modes for installed files and directories variable... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Sjoerd sez: global substitute \240 with \177. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Changed the occurrence of *shared* in the example so... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Added stropts.h to the list of files automatically... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Barry Warsaw | Generated from Solaris 2.6's /usr/include/sys/stropts... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Comment out crypt by default; it's not used very much... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Guido van Rossum | Added Pareto and Weibull distributions, courtesy Jeremy... |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Barry Warsaw | Added strop.split tests when sep is None. |
commit | commitdiff | tree | snapshot |
1997-12-02 |
Barry Warsaw | split_whitespace(): Make sure delimiter is stripped... |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Barry Warsaw | Require 'cl when compiling so that the push macro gets... |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Guido van Rossum | Use $LOGNAME instead of $USER to get the current user... |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Barry Warsaw | Removed Queue.py. It's documented now. |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Guido van Rossum | Initialize __version__ to the correct version string... |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Guido van Rossum | In string.split(), honor maxsplit (if > 0). |
commit | commitdiff | tree | snapshot |
1997-12-01 |
Barry Warsaw | _Environ(): Added __getinitargs__() method so os.enviro... |
commit | commitdiff | tree | snapshot |
1997-11-30 |
Fred Drake | Added \indexsubitem definition; functions were previous... |
commit | commitdiff | tree | snapshot |
1997-11-30 |
Fred Drake | Added \indexsubitem definition. Non-optimal, but two... |
commit | commitdiff | tree | snapshot |
1997-11-30 |
Fred Drake | Added \indexsubitem definition; functions were previous... |
commit | commitdiff | tree | snapshot |
1997-11-30 |
Fred Drake | Updated \indexsubitem; functions had been indexed for... |
commit | commitdiff | tree | snapshot |
1997-11-29 |
Barry Warsaw | Added tests of strop.replace() |
commit | commitdiff | tree | snapshot |
1997-11-29 |
Barry Warsaw | mymemreplace(), strop_replace(): Add support for option... |
commit | commitdiff | tree | snapshot |
1997-11-27 |
Barry Warsaw | (py-traceback-line-re): Relaxation of regexp to catch... |
commit | commitdiff | tree | snapshot |
1997-11-27 |
Guido van Rossum | Slip of the keyboard (f__ should be __). Dunno why... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.5b1 |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | Dumb typo. |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Barry Warsaw | (py-process-filter): py-delete-file-silently is obsolet... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Barry Warsaw | (py-compute-indentation): Check for multiline stringnes... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Barry Warsaw | (py-mode-map): Bind py-mark-def-or-class to C-M-h with... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | Reordered and slightly edited the highlights of changes. |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | Revamped README for release of 1.5b1. |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | Added list of what's new in 1.5b1. Changed intro and... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | Four more valuable contributors... |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-11-26 |
Guido van Rossum | The dependency of tarhtml on l2h was a bad idea. |
commit | commitdiff | tree | snapshot |
next |