1. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  2. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  3. 8732d6a Fix lay-out of previous fix. by Guido van Rossum · 31 years ago
  4. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  5. 83eb962 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. by Guido van Rossum · 31 years ago
  6. 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
  7. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  8. 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
  9. 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
  10. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  11. 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago
  12. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  13. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  14. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  15. db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
  16. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
  17. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  18. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  19. 4199fac Added getmappingsize(). (Needed by previous checkin of posixmodule.c) by Guido van Rossum · 31 years ago
  20. 32be3a7 Fix stupib bug in concatenation by Guido van Rossum · 31 years ago
  21. 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
  22. c6dcc9f Added execve; change getstrarg into getargs with "s" format by Guido van Rossum · 31 years ago
  23. 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
  24. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  25. 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
  26. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  27. c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
  28. 82d410e * fileobject.c (softspace): fix bug if called with NULL file. by Guido van Rossum · 31 years ago
  29. c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
  30. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  31. 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
  32. 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
  33. 74901d5 Restructured main loop. Etc. by Guido van Rossum · 31 years ago
  34. e36f735 Major rewrite with new read_* interfaces by Guido van Rossum · 31 years ago
  35. 0b26a19 Fix bug in backup inside esc sequence. by Guido van Rossum · 31 years ago
  36. b71f879 Changed redraw policy. by Guido van Rossum · 31 years ago
  37. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  38. 0a2fa75 Added Dates.py and Rev.py by Guido van Rossum · 31 years ago
  39. 102abab Initial revision by Guido van Rossum · 31 years ago
  40. becec31 Fix bug and use __init__ by Guido van Rossum · 31 years ago
  41. 74b3f8a Initial revision by Guido van Rossum · 31 years ago
  42. dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
  43. 4bd023f * lib3.tex (module string): added rindex(). by Guido van Rossum · 31 years ago
  44. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  45. ed49c5e *** empty log message *** by Guido van Rossum · 31 years ago
  46. f1bbf9c Add coercions by Guido van Rossum · 31 years ago
  47. b6957e4 Initial revision by Guido van Rossum · 31 years ago
  48. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  49. 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
  50. ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
  51. 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
  52. 72481a3 Changes to make range checks portable to 64-bit machines. by Guido van Rossum · 31 years ago
  53. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  54. 5461850 Fix reference to undefined 'memsize' in calcnframes(). by Guido van Rossum · 31 years ago
  55. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  56. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  57. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  58. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  59. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
  60. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  61. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  62. a75d306 "exec" is now a statement. execfile() is obsolete. by Guido van Rossum · 31 years ago
  63. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  64. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  65. 842d2cc intobject.c: Save references to small integers, so that they can be by Sjoerd Mullender · 31 years ago
  66. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  67. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  68. f9b7201 * Added support for X window interface. by Sjoerd Mullender · 31 years ago
  69. 7f8765d * ref3.tex: added cross-ref to try statement for exc handler. by Guido van Rossum · 31 years ago
  70. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  71. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  72. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  73. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  74. 72d7364 - VFile: moved decompression code to VideoParams (so it is also by Jack Jansen · 31 years ago
  75. dbf71b7 Added ability to edit compressed movies. by Jack Jansen · 31 years ago
  76. 2641172 Sanity check for compress files. by Jack Jansen · 31 years ago
  77. bab2ca3 Added autoedit and cancel commands, removed debug output by Jack Jansen · 31 years ago
  78. f993d28 Don't import gl if not needed. Fixed a typo. by Sjoerd Mullender · 31 years ago
  79. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  80. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  81. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  82. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  83. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  84. d29eb62 This commit was manufactured by cvs2svn to create tag 'release099'. by cvs2svn · 31 years ago
  85. e906606 Final touch before release. by Guido van Rossum · 31 years ago
  86. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  87. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  88. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  89. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  90. 78991fd VFile - Added support for creating compression lib movies by Jack Jansen · 31 years ago
  91. f1cda91 This module can now be used asynchronously. Also, some commands have been added. by Jack Jansen · 31 years ago
  92. 827cc19 Interface to vcr index files (as created by vcrindex program) by Jack Jansen · 31 years ago
  93. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  94. 697e7ab Use module aifc instead of module aiff. by Guido van Rossum · 31 years ago
  95. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  96. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  97. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  98. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  99. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  100. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago