1997-12-10 |
Guido van Rossum | Start calling it 1.5b2 |
commit | commitdiff | tree | snapshot |
1997-12-10 |
Guido van Rossum | Comment out CODE and DATA statements that are apparentl... |
commit | commitdiff | tree | snapshot |
1997-12-10 |
Guido van Rossum | Adding a new project: pythonw, or WinMain.c, containing... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Document binary format and __init__-free unpickling... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Turn the table for flags into a nested itemized environ... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Add a test for a bad format character. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Add explicit check for correct next character in format... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Fix a little mess (Likecode{...} -> Like \code{...... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Reference to PYTHONPATH should be PYTHONSTARTUP. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Added note about the module's obsolescence. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | # Typos in the comments giving the names of two recentl... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Fix the way the version number is gotten out of the... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Fix the test for pow() -- no more TypeErrors are raised! |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | LC_MESSAGES is not defined on all systems; use #ifdef... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Guess... :-) |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Checking in ConfigParser.py -- I don't see a reason... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | v 0.8.3 -- add an option to suppress URL processing... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Fred Drake | libainstall: Install Modules/Setup.thread in addition... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Added more warnings about ni's demise. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Deleting ni.py; renamed to ni1.py, really. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Make close(), and hence __del__(), robust in the light... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Fix subtle bug in cleanup code in PyErr_NormalizeExcept... |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Fred Drake | Mark file names with \file{} instead of \code{}. |
commit | commitdiff | tree | snapshot |
1997-12-09 |
Guido van Rossum | Doc strings by Mitch Chapman (with a little reformatting). |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Changed the finalization order again so that the refere... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | (1) call mktime() just before strftime(); it normalizes... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Use long() instead of int() to compare mktime(localtime... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Fred Drake | Separated the definitions of ntohs(), ntohl(), htons... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Fred Drake | Added Emacs turd so this file has the correct mode... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Fred Drake | Added Emacs turd so this file has the correct mode... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Updated the README to the current status. Added a... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | New version from AMK -- with minor corrections to make... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | New pcre version from AMK |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | New re version from AMK |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Fred Drake | Fixed SFT #23842: leave in non-standard style options... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Remove the last bits of log from the leading comments. |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Jim Fulton: |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Fred Drake | For RedHat Linux 5.0, added notes about needing to... |
commit | commitdiff | tree | snapshot |
1997-12-08 |
Guido van Rossum | Add special handling for Python modules that are import... |
commit | commitdiff | tree | snapshot |
1997-12-07 |
Guido van Rossum | Apply the same change to classes without an __getinitar... |
commit | commitdiff | tree | snapshot |
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 |
next |