Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but fall back to using os.curdir instead; if it is fine, don't use os.curdir at all. 09 April 1998, 14:27:57 UTC
c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank lines to doc strings. 09 April 1998, 14:25:32 UTC
363ab1a Comment out the soundex section. 09 April 1998, 14:23:48 UTC
eeec0af Piers' new version (but I unfolded a few doc strings). 09 April 1998, 14:20:31 UTC
2de75ec Don't assume that \version expands to the 3-character major.minor number; it is the full release version name ("1.5.1beta1", for instance). 09 April 1998, 14:12:11 UTC
9da3881 Use the correct URL to AMK's regex-to-re HOWTO! 09 April 1998, 14:06:33 UTC
54c3947 Updated URL to AMK's regex-to-re HOWTO. 09 April 1998, 14:03:00 UTC
5406e70 Added reference to AMK's HOWTO on the topic. 09 April 1998, 14:02:02 UTC
223395c Added imaplib. 09 April 1998, 13:55:06 UTC
c2c07fa Piers Lauder's IMAP module. 09 April 1998, 13:51:46 UTC
03774bb Version with docstrings and some other changes, by Piers Lauder. (Adapted by Just, I believe.) 09 April 1998, 13:50:55 UTC
b8efda0 Update URL to the related HOWTO document. 09 April 1998, 13:49:18 UTC
bd40088 Add section for ni back in, but comment it out. 09 April 1998, 11:04:19 UTC
eac469c Commented out sections on obsolete & Macintosh modules. 09 April 1998, 04:51:07 UTC
f1b72dd Reduced description of the obsolete method Stats.ignore(). 09 April 1998, 04:49:56 UTC
3217be9 Relocating file to Lib/lib-old. 09 April 1998, 04:05:43 UTC
153165c Restore ni as an obsolete module. 09 April 1998, 04:04:18 UTC
058068d Nearly a complete re-write. Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments. 08 April 1998, 23:12:51 UTC
166abba Remove option to strip out <tt>...</tt> from index entry text; this is now left to the buildindex.py script. Change the field separator used in the index.dat file so utilities like grep are useful on these files; they can't typically handle NUL bytes. Protect index entries for environment variables from being handled as case-insensitive by buildindex.py. 08 April 1998, 23:10:54 UTC
ae2be71 Correct definition of CTIME. 08 April 1998, 22:44:25 UTC
685fe83 This really needs python 1.5 now... 08 April 1998, 21:37:13 UTC
3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts. 08 April 1998, 13:46:24 UTC
2764dd3 Separate sections on anydbm and dumbdbm. This is the last separation; each module now gets its own section. This will be useful in performing conversions. 07 April 1998, 22:08:02 UTC
8e729ec Caught a few more spurious \setindexsubitem macros.... 07 April 1998, 22:06:41 UTC
5ab5503 Use {classdesc} and {memberdesc} where appropriate. 07 April 1998, 22:01:33 UTC
a3f5c32 Removed unnecessary \setindexsubitem. 07 April 1998, 21:45:52 UTC
1ce3604 Separate UserDict and UserList documentation into separate sections. 07 April 1998, 20:05:33 UTC
df0e3fc Markup nit. 07 April 1998, 20:04:27 UTC
c708605 Added a reference to the discussion in Knuth's "Sorting and Searching", and noted that the original algorithm produces 4-character results rather than the 6-character results provided by this module. 07 April 1998, 19:58:19 UTC
41565f6 Data attributes of objects should not be indexed with trailing parentheses! 07 April 1998, 19:32:40 UTC
396b827 Minor markup nit. 07 April 1998, 19:17:27 UTC
82d493f Fixed some index entries. 07 April 1998, 19:14:17 UTC
6b9ff72 Added entry for wdb. 07 April 1998, 19:09:32 UTC
810349b Fix the formatting of the list of fields in the disassemble() function. 07 April 1998, 14:16:41 UTC
272fb3a Added poplib. Made the module lists look like the other module lists in the documentation. 07 April 1998, 14:15:28 UTC
484772d Dave Ascher's pop client code. 06 April 1998, 18:27:27 UTC
71543e1 Give in to tabnanny 06 April 1998, 14:46:29 UTC
8053d89 Add usage message when no arguments. 06 April 1998, 14:45:26 UTC
f4b44fa Tim's latest version (supports old and new tokenize modules) 06 April 1998, 14:41:20 UTC
5d97ebf Got rid of redundant copy of telnetlib.py 06 April 1998, 14:35:27 UTC
986abac Give in to tabnanny 06 April 1998, 14:29:28 UTC
36dfbcf Version 1.0 is official! 06 April 1998, 14:25:36 UTC
72dc60c Untabified, for tabnanny. 06 April 1998, 14:24:36 UTC
e4e4106 Reindented without tabs and with uniform 4 space indent. 06 April 1998, 14:20:27 UTC
1ae297a Remove some long obsolete files... 06 April 1998, 14:16:12 UTC
f62cf61 Give in to tabnanny. 06 April 1998, 14:14:25 UTC
5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and return something between 0 and 2*pi. Also added a reference to the literature. 06 April 1998, 14:12:13 UTC
56c04b8 Restructured the event_* calls slightly -- there's really no need to use the default root, and instead of string.split, use splitlist. 06 April 1998, 03:10:03 UTC
af370ea Move a short paragraph outside the description of ASTType. 05 April 1998, 20:23:02 UTC
3179fe0 (imenu-example--python-class-regexp): Fix to recognize Module.Class in inheritance list. 04 April 1998, 21:36:53 UTC
3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. 04 April 1998, 07:23:21 UTC
e795718 Change \sectcode to logical markup. 04 April 1998, 07:17:47 UTC
fc57619 Remove obsolete \setindexsubitem macros. Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor. 04 April 1998, 07:15:02 UTC
71c1e50 Moved some things around. Adjusted a couple of the comments to be more informative. Tell a little bit about what obsolete means now, and how to use obsolete modules. 04 April 1998, 07:03:19 UTC
13beac1 Removed obsolete \setindexsubitem macros. 04 April 1998, 06:46:51 UTC
85ea68b Added index entries. 04 April 1998, 06:46:05 UTC
81acc2e Remove obsolete \setindexsubitem macro. Logical markup, methoddesc, etc. 04 April 1998, 06:35:41 UTC
61f45c7 Remove obsolete \setindexsubitem macro, Added index entries. Markup nits. 04 April 1998, 06:31:51 UTC
b208f12 Added index entry. 04 April 1998, 06:28:54 UTC
8214334 Remove obsolete \setindexsubitem macro. 04 April 1998, 06:28:14 UTC
858f787 Fix index entry for HTMLParser class. 04 April 1998, 06:25:27 UTC
41788db Logical markup. Index entries. 04 April 1998, 06:23:02 UTC
9b28fe2 Logical markup. 04 April 1998, 06:20:28 UTC
e14dde2 Fixed description of similarity between m[name] and m.getheader(name), reported by Samuel L. Bayer. Use methoddesc instead of funcdesc, etc. 04 April 1998, 06:19:30 UTC
d275de9 Remove obsolete lines like this: \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex. 04 April 1998, 05:56:51 UTC
4bde97f Add fileinput section under Misc. Services. 04 April 1998, 05:50:12 UTC
ea2f2b9 Use new index style for makeindex. Add dependency on libfileinput.tex for lib.dvi. 04 April 1998, 04:21:45 UTC
35ca0d6 Document fileinput. 04 April 1998, 04:20:51 UTC
a8e262b Use the new index style when running makeindex. 04 April 1998, 04:20:21 UTC
10ad52e Minor cleanliness. 04 April 1998, 04:19:20 UTC
0a2eb13 Style specification for building *.ind from *.idx. This is needed to avoid wrapping of long lines, which tools/indfix.py doesn't understand, and needs to to handle collapsing of entries which can share a common emtry and just be short entries themselves. We get the added benefit of nicer formatting. 04 April 1998, 04:18:06 UTC
bdc61b1 Relocating file to Lib/lib-old. 04 April 1998, 01:05:17 UTC
a351f89 Relocating file to Lib/lib-old. 04 April 1998, 00:54:56 UTC
f7d590c This was the reason a numeric array to a real power was not working. 03 April 1998, 23:38:59 UTC
88c6bdf posix->os. 03 April 1998, 22:27:04 UTC
8430c58 AMK's latest 03 April 1998, 21:47:12 UTC
07bcd99 Start at updating the template a little bit. There's a lot of stuff that's just not here yet. 03 April 1998, 21:25:16 UTC
47cfd03 Increase space between the end of a regexp and the little right floor symbol used as a closing quote. At AMK's request. 03 April 1998, 21:22:31 UTC
042ff9e AMK's latest 03 April 1998, 21:13:31 UTC
104be4a Use %.17f to format floats/doubles 03 April 1998, 21:13:02 UTC
bf02fb2 Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr and not to C's stderr. 03 April 1998, 21:12:12 UTC
6deac7a Make calls into ../PC/frozen_dllmain.c on MS_WIN32. 03 April 1998, 21:11:15 UTC
f015e18 Add primitive test for frozen package. 03 April 1998, 21:10:36 UTC
fe03e81 Removed line of obsolete markup. 03 April 1998, 20:35:03 UTC
791468f Some clarifications of out-of-range group indexes/names 03 April 1998, 20:07:37 UTC
a50547e Track changes in tokenize.py 03 April 1998, 19:56:40 UTC
18586f4 Add optional argument to help(). 03 April 1998, 17:03:13 UTC
1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- mostly for jpython. 03 April 1998, 16:49:52 UTC
a90c78b Differentiate between NEWLINE token (an official newline) and NL token (a newline that the grammar ignores). 03 April 1998, 16:05:38 UTC
fbe63de UnixMailbox: don't be fooled by lines that begin with "From " but otherwise don't look like headers at all... Also robustify the test code a bit. 03 April 1998, 16:04:05 UTC
7e07b38 Sjoerd's latest. 03 April 1998, 16:02:39 UTC
0454b51 Oops, pulled over by the tab police :-) 03 April 1998, 15:57:58 UTC
b5916ab Change by Sjoerd (with minor reformatting): guess the mime type of a local file. Change suggested by Sjoerd (with different implementation): when retrieve() creates a temporary file, preserve the suffix. Corrollary of the first change: also return the mime type of a local file in retrieve(). 03 April 1998, 15:56:16 UTC
fcc6c68 Export MPZType -- the type of mpz objects.... 03 April 1998, 15:33:43 UTC
6188592 Lots of markup consistency nits. Logical markup. 03 April 1998, 07:16:46 UTC
6251c16 Small nits. One more index entry. Be more specific about an exception raised by range(). 03 April 1998, 07:15:54 UTC
8efde21 Several minor markup nits. 03 April 1998, 07:13:56 UTC
9f6aec8 "alternative" is a noun, use "alternate" for the adjective. Minor nits. 03 April 1998, 07:12:52 UTC
14c198b Talk about some minor nits... 03 April 1998, 07:11:32 UTC
395e8e4 Capitalize "Python" for consistency. Describe UserDict and UserList individually so they aren't too hideous in the presentation. 03 April 1998, 07:10:41 UTC
back to top