- 015f22a Change the access() code to return 1 if granted, 0 if not granted. by Guido van Rossum · 26 years ago
- fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 26 years ago
- 5c35520 Fixed bug in the common-case code for HTTP URLs; it would lose the query, by Andrew M. Kuchling · 26 years ago
- 2386d73 Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift. by Guido van Rossum · 26 years ago
- f98e2a7 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 00f0f6e Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 3c9fe0c Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- cdd9ae0 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 94f6f72 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 2e6e7d4 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 522af3a Update and add docstrings. by Fred Drake · 26 years ago
- c553358 Remove documentation for whatraw() since it's gone now. by Fred Drake · 26 years ago
- dc1aedf Move brief descriptions of what() and whathdr() to docstrings in the by Fred Drake · 26 years ago
- 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 26 years ago
- f4bf044 Got rid of whatraw(). by Guido van Rossum · 26 years ago
- 638d7f1 Add extend() method. A small New Year's present from Jean-Claude Wippler. by Guido van Rossum · 26 years ago
- 60adb36 Document the sndhdr module. by Fred Drake · 26 years ago
- a2e4017 Shorten the synopsis that gets into the table of contents. by Fred Drake · 26 years ago
- ccc6272 write_idxfile(): New function. Isolate format of the external index by Fred Drake · 26 years ago
- 02e18b4 Added missing "from" in IOError description. by Fred Drake · 26 years ago
- 26f0f65 Remove obsolete comment. by Fred Drake · 26 years ago
- 4494101 Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope by Guido van Rossum · 26 years ago
- 716a89c Patch by Charles Waldman to implement an optional nlines argument to by Guido van Rossum · 26 years ago
- 5d56d36 Make the documents that have indexes dependent on the buildindex.py script. by Fred Drake · 26 years ago
- 7d45f6d do_cmd_methodline(): New function, implements indexing version of \methodline. by Fred Drake · 26 years ago
- caa0606 Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl. by Guido van Rossum · 26 years ago
- 3b07480 trim_ignored_letters(): Simplify a little. by Fred Drake · 26 years ago
- 1e899cd Hm. There was a boundary condition error at the end of the file too. by Guido van Rossum · 26 years ago
- 4eac47c Hm. Add Unix binding for replace, too. by Guido van Rossum · 26 years ago
- 8d7e11a Update information on the version of latex2html to use, including by Fred Drake · 26 years ago
- f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
- 8830319 Fix two places (seek and truncate) where a cascade of PyArg_Parse by Guido van Rossum · 26 years ago
- e89d450 Chris Herborth writes: by Guido van Rossum · 26 years ago
- cad3d47 Chris Herborth writes: by Guido van Rossum · 26 years ago
- d3b0921 Chris Herborth writes: by Guido van Rossum · 26 years ago
- 906572a Ran eventparse.py again. by Guido van Rossum · 26 years ago
- e911c3e Added Unix Meta-q key binding; fix find_paragraph when at start of file. by Guido van Rossum · 26 years ago
- 16b91f8 Added Meta-/ binding for Unix as alt for Alt-/. by Guido van Rossum · 26 years ago
- 5bfffbd Add unix binding for grep (otherwise the menu entry doesn't work!) by Guido van Rossum · 26 years ago
- 1ae3f89 Adjusted Unix height to work with fvwm96. :=( by Guido van Rossum · 26 years ago
- b75d021 Typo: "TWELV" --> "TWELVE" by Fred Drake · 26 years ago
- d53869e Need to import sys! by Guido van Rossum · 26 years ago
- f903898 Formatted some paragraphs by Guido van Rossum · 26 years ago
- 94e82ce Add new extension to reformat a (text) paragraph. by Guido van Rossum · 26 years ago
- 46facd1 Typo in Win specific height setting. by Guido van Rossum · 26 years ago
- 909bc18 Recover from failed saves; when a file turns out to be a directory, by Guido van Rossum · 26 years ago
- 0a6363d Get rid of the strptype() declaration -- on some BSD systems, it's a by Guido van Rossum · 26 years ago
- e0d7dae Add sys.hexversion, which is an integer encoding the version in hexadecimal. by Guido van Rossum · 26 years ago
- 6e0a349 Use PY_VERSION instead of PATCHLEVEL. by Guido van Rossum · 26 years ago
- f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
- 33f2b7b Added something like Tim Peters' backspace patch. by Guido van Rossum · 26 years ago
- 0c65e25 Adapted to Unix (i.e., more hardcoded constants). by Guido van Rossum · 26 years ago
- 47ae028 Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch). by Guido van Rossum · 26 years ago
- 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
- f07c328 Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) by Andrew M. Kuchling · 26 years ago
- c0ef565 D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) by Barry Warsaw · 26 years ago
- 94c4a79 Added index entries to make it easier to locate directory & file operations. by Fred Drake · 26 years ago
- 8692998 Added index entries to make it easier to locate directory operations. by Fred Drake · 26 years ago
- cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
- 76fa3b7 Remove recently documented modules from the undoc list. by Fred Drake · 26 years ago
- 03a0235 Print a line to the console reporting the number of index nodes by Fred Drake · 26 years ago
- 566c832 Added entry for libshutil.tex. by Fred Drake · 26 years ago
- 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
- cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
- d82af0b Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) by Fred Drake · 26 years ago
- a2b3803 Update on history of `uk' top level, greatly condensed from David by Barry Warsaw · 26 years ago
- 82eae9e Added mt_interact() -- multithreaded version of interact(). by Guido van Rossum · 26 years ago
- db01ee0 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
- 9a4d637 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
- 99e1131 Avoid crash in parsedate_tz() on certain invalid dates -- when the by Guido van Rossum · 26 years ago
- 2d3b0d7 Provide more detail when the commit button is not shown. by Guido van Rossum · 26 years ago
- c38e7d4 Oops, forgot a pair of {}'s. (Greg Couch) by Guido van Rossum · 26 years ago
- d358afe Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
- d341500 Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
- 1184789 Chris Herborth discovered a typo in the arrow key symbols. by Guido van Rossum · 26 years ago
- 32f7ae0 Fix many of the specific targets in links from the index. by Fred Drake · 26 years ago
- 7d65d38 Add the getpass module to $(LIBFILES). by Fred Drake · 26 years ago
- 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
- 5ac2a07 Basic documentation for the getpass module. by Fred Drake · 26 years ago
- 8522041 Bump $(RELEASE). by Fred Drake · 26 years ago
- fa38b3e This commit was manufactured by cvs2svn to create tag 'r152b1'. by cvs2svn · 26 years ago
- 45d2ae5 Use installed Tcl lib files -- also for Debug configuration by Guido van Rossum · 26 years ago
- 7aa9f58 Use installed Tcl lib files by Guido van Rossum · 26 years ago
- 0720177 Small, and final docstring merge with Dragon's version. by Barry Warsaw · 26 years ago
- 5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. by Fred Drake · 26 years ago
- 66419ba Added Tcl 8.0.4 installer. Added Tools/idle. by Guido van Rossum · 26 years ago
- 292b9eb Added information on when this was added, allowing us to release the by Fred Drake · 26 years ago
- ae48aab Update the date. by Fred Drake · 26 years ago
- 1189fa9 Adjust markup to match current conventions, and make it formattable. by Fred Drake · 26 years ago
- 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
- 5eecd7b Improve a couple of comments. by Fred Drake · 26 years ago
- 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
- 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
- 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
- 782c973 Added libnetrc.tex and libshlex.tex to LIBFILES. by Fred Drake · 26 years ago
- c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc by Guido van Rossum · 26 years ago
- de8b026 Added shlex and netrc modules; added warning about urllib change by Guido van Rossum · 26 years ago
- d449342 Optimistically, we label this as ready to go today. by Guido van Rossum · 26 years ago