- 0d2d397 Added function ttob. by Sjoerd Mullender · 31 years ago
- 627b2d7 New files by Guido van Rossum · 31 years ago
- 6fa6343 None by Guido van Rossum · 31 years ago
- 60a578a New files by Guido van Rossum · 31 years ago
- 8e454f3 Misc changes. by Guido van Rossum · 31 years ago
- be0e942 New files. by Guido van Rossum · 31 years ago
- 2e1d433 Added getmaxint() so sys can initialize sys.maxint. Added Makefile.in. by Guido van Rossum · 31 years ago
- 92fa23f ANSIfied somewhat. by Sjoerd Mullender · 31 years ago
- c6d846a And another init incompatibility bites the dust. by Sjoerd Mullender · 31 years ago
- d6b9ce9 Fixed use of aifc module. by Sjoerd Mullender · 31 years ago
- 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
- c4f169c rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. by Sjoerd Mullender · 31 years ago
- 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
- 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
- 455b87d New file by Guido van Rossum · 31 years ago
- badac73 New file by Guido van Rossum · 31 years ago
- b898bd2 New file by Guido van Rossum · 31 years ago
- 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
- 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
- 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
- aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
- 21a3ff9 Uniformly replaced init() functions by __init__() constructors. by Guido van Rossum · 31 years ago
- 96b608c *** empty log message *** by Guido van Rossum · 31 years ago
- 1b789f9 Initial revision by Guido van Rossum · 31 years ago
- f82fef0 *** empty log message *** by Guido van Rossum · 31 years ago
- d55f4d1 *** empty log message *** by Guido van Rossum · 31 years ago
- 9e80d6f *** empty log message *** by Guido van Rossum · 31 years ago
- 7565b93 *** empty log message *** by Guido van Rossum · 31 years ago
- 3cbc16d * lib2.tex (sys): updated sys.std{in,out,err} docs. Added by Guido van Rossum · 31 years ago
- 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
- ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
- feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
- 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
- 6930b3d Initial revision by Guido van Rossum · 31 years ago
- c4801ed Added minmax function: by Sjoerd Mullender · 31 years ago
- 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
- 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
- 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
- ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
- 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
- 8732d6a Fix lay-out of previous fix. by Guido van Rossum · 31 years ago
- b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
- 83eb962 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. by Guido van Rossum · 31 years ago
- 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
- c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
- 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
- 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
- b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
- 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago
- a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
- b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
- e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
- db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
- 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
- c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
- 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
- 4199fac Added getmappingsize(). (Needed by previous checkin of posixmodule.c) by Guido van Rossum · 31 years ago
- 32be3a7 Fix stupib bug in concatenation by Guido van Rossum · 31 years ago
- 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
- c6dcc9f Added execve; change getstrarg into getargs with "s" format by Guido van Rossum · 31 years ago
- 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
- e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
- 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
- b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
- c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
- 82d410e * fileobject.c (softspace): fix bug if called with NULL file. by Guido van Rossum · 31 years ago
- c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
- 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
- 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
- 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
- 74901d5 Restructured main loop. Etc. by Guido van Rossum · 31 years ago
- e36f735 Major rewrite with new read_* interfaces by Guido van Rossum · 31 years ago
- 0b26a19 Fix bug in backup inside esc sequence. by Guido van Rossum · 31 years ago
- b71f879 Changed redraw policy. by Guido van Rossum · 31 years ago
- 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
- 0a2fa75 Added Dates.py and Rev.py by Guido van Rossum · 31 years ago
- 102abab Initial revision by Guido van Rossum · 31 years ago
- becec31 Fix bug and use __init__ by Guido van Rossum · 31 years ago
- 74b3f8a Initial revision by Guido van Rossum · 31 years ago
- dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
- 4bd023f * lib3.tex (module string): added rindex(). by Guido van Rossum · 31 years ago
- 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
- ed49c5e *** empty log message *** by Guido van Rossum · 31 years ago
- f1bbf9c Add coercions by Guido van Rossum · 31 years ago
- b6957e4 Initial revision by Guido van Rossum · 31 years ago
- 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
- 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
- ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
- 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
- 72481a3 Changes to make range checks portable to 64-bit machines. by Guido van Rossum · 31 years ago
- 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
- 5461850 Fix reference to undefined 'memsize' in calcnframes(). by Guido van Rossum · 31 years ago
- 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
- 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
- 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
- b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
- b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
- e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
- 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
- a75d306 "exec" is now a statement. execfile() is obsolete. by Guido van Rossum · 31 years ago