1998-05-19 |
Fred Drake | guess_extension(): Revise documentation string to... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Test that "import sys.imp" fails as it should. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Fix a curious bug: statements like "import sys.time... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Add mimetypes documentation to library reference depend... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Add section documenting mimetypes module. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | More ME patches: |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | #Documentation and comment typos patch given by Michael... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add a feature to support specifying an additional searc... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Remove Emacs cruft. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add a feature to support specifying an additional searc... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Fred Drake | guess_extension(): New function. Performs a reverse... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Neatify the _timezones table and remove a misleading... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Fred Drake | Fixed typo in docstring: suffixes_map --> suffix_map. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Subject: bug fixes for imaplib.py |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add file extension .xml, mapping it to text/xml. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Remove use of RTLD_GLOBAL. |
commit | commitdiff | tree | snapshot |
1998-05-16 |
Guido van Rossum | Fix another oldie (item (b) only): |
commit | commitdiff | tree | snapshot |
1998-05-16 |
Guido van Rossum | Install config.h. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Another veeeeeery old patch... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Change the output names. Do away with the Release... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | In debug mode on MS Windows, DLLs are called foo_d... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Add some symbols. Remove the LIBRARY statement at... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Small change to the l2h target allowing the output... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use latex2html 98.1p5. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use latex2html 98.1p5. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update note about latex2html version required. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Add support for the Macintosh Library Modules document. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Revise comment about \let support a little to more... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Ignore the mac/ directory.... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use the output names used by latex2html for... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Extend handling for \let a bit, to also allow \let... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Remove debugging echo. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | do_cmd_let(): Simple implementation to allow \let... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Improved version of patch for HPUX from David Arnold. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Added support for \developer, \developers, \developersa... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Added definitions for \developer, \developers, \develop... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Fix the fix to allow the .tex document sources not... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Mostly spurious change to ensure that everyone's versio... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Don't run tools/toc2bkm.py unless we're building PDF. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Updated markup style (got rid of \verb@...@, mostly). |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Add pointer to Misc/HPUX-NOTES. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Add an index entry. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | When a .o file is an absolute pathname, assume it's... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | strop_replace(): balk if the pattern string is empty. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | whichmodule(): remove redundant PyErr_Clear(); add... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Don't delete glmodule.c on 'make clobber' (it's a check... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | New APIs for embedding applications that want to add... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Remove unnecessary PyErr_Clear(). |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Since PyDict_GetItem() can't raise an exception any... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Since PyDict_GetItem() can't raise an exception any... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Make sure that PyDict_GetItem[String]() *never* raises... |
commit | commitdiff | tree | snapshot |
1998-05-13 |
Guido van Rossum | Remove a redundant statement from halfbinop(). |
commit | commitdiff | tree | snapshot |
1998-05-13 |
Jeremy Hylton | Fix bug reported by Harri Pasanen: gzip + cPickle doesn... |
commit | commitdiff | tree | snapshot |
1998-05-13 |
Guido van Rossum | Tim's quicksort on May 13. |
commit | commitdiff | tree | snapshot |
1998-05-13 |
Guido van Rossum | Tim's quicksort on May 10. |
commit | commitdiff | tree | snapshot |
1998-05-13 |
Guido van Rossum | From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | OK, here's a different way to implement the same thing... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Support filenames with spaces in their names (for non... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | DELETE_FAST should issue an exception when the local... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Fred Drake | Add comments about release status. |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Add Bill Janssen's notes on configuring threads. |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Replace all calls to fprintf(stderr, ...) with calls... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | New APIs to write to sys.stdout or sys.stderr using... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Add |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Trivial little change: timer tokens shouldn't have... |
commit | commitdiff | tree | snapshot |
1998-05-12 |
Guido van Rossum | Reduce memory requirements. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Switch to .tgz instead of .tar.gz to appease Windows... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Use .tgz instead of .tar.gz for the output file name. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Change ignored extension .tar.gz to .tgz. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Ignore intermediate files. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Set the right page size in the PDF output. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Add --letter option, similar to --a4. This is a no... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Add the clean, clobber targets here for this directory. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Reverted the last change; the extra cruft is harmless... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Don't be so ugly as to use "set -x" to get the executed... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Added a section about documentation for the Mac modules. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Oops, better add it to the usage message! |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Add easy-to-use support for A4 paper. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Remove the tarhtml target; not useful from the sub... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Pass the release number to the tools/mktarball.sh script. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Accept the release number on the command line instead... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Don't be so ugly as to use "set -x" to get the executed... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | do_cmd_kwindex(): Re-implement now that \kwindex is... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Update some of the comments. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | In package Override, use the getcwd() function from... |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | Changed some comments.... no longer mention FrameMaker. |
commit | commitdiff | tree | snapshot |
1998-05-11 |
Fred Drake | parser_compare_nodes(): Corrected a minor type error... |
commit | commitdiff | tree | snapshot |
1998-05-10 |
Guido van Rossum | Add a few doc strings. |
commit | commitdiff | tree | snapshot |
1998-05-10 |
Guido van Rossum | benchmark for list.sort() |
commit | commitdiff | tree | snapshot |
1998-05-09 |
Guido van Rossum | Implement round() slightly different, so that for negat... |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Guido van Rossum | Fix by Sean Reifschneider: |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Guido van Rossum | Add the specific sed statement to recover the second... |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Guido van Rossum | Make Tim O'Malley's requested change: in FieldStorage... |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Fix a comment. |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | No longer needed. |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Remove unneeded line. |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Use \ldots, not \dots. The info process doesn't know... |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Adjust to new file layout. |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Move the rules to build the info files here. |
commit | commitdiff | tree | snapshot |
1998-05-08 |
Fred Drake | Relocating file to Doc/info. |
commit | commitdiff | tree | snapshot |
next |