1. ef93b87 Added Christian Tismer's patch to allow list.append(a,b,c) back -- by Guido van Rossum · 25 years ago
  2. 570575b Added encodings to the LIBSUBDIRS variable, so that they get installed. by Guido van Rossum · 25 years ago
  3. 7f1cd29 Tim Peters writes: by Guido van Rossum · 25 years ago
  4. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 25 years ago
  5. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 25 years ago
  6. 8f0c5a7 Marc-Andre Lemburg: the maxsplit argument for split() and replace() by Guido van Rossum · 25 years ago
  7. 0612d84 Module codecs -- Python Codec Registry, API and helpers. Written by by Guido van Rossum · 25 years ago
  8. b5f2f1b Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 25 years ago
  9. 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 25 years ago
  10. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 25 years ago
  11. 21288ed Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. by Guido van Rossum · 25 years ago
  12. 9ed0d1e Marc-Andre Lemburg: Python Unicode integration proposal, version 1.2. by Guido van Rossum · 25 years ago
  13. e141fd8 Marc-Andre Lemburg: add new Unicode-related files. by Guido van Rossum · 25 years ago
  14. c7de91b Marc-Andre Lemburg: Add _codecs and unicodedata modules. by Guido van Rossum · 25 years ago
  15. 5fccb7c Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 25 years ago
  16. 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 25 years ago
  17. e2d67f9 Internal module _codecs -- Provides access to the codec registry and by Guido van Rossum · 25 years ago
  18. 5bfc2eb Marc-Andre-Lemburg: The Unicode Database. by Guido van Rossum · 25 years ago
  19. 2d0f5f9 Marc-Andre Lemburg: add new unicode files by Guido van Rossum · 25 years ago
  20. c94044c Marc-Andre Lemburg: add calls to initialize and finalize Unicode and by Guido van Rossum · 25 years ago
  21. c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 25 years ago
  22. e826ef0 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode object. by Guido van Rossum · 25 years ago
  23. 5aa88f0 Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). by Guido van Rossum · 25 years ago
  24. 09095f3 Marc-Andre Lemburg: added new builtin functions unicode() and by Guido van Rossum · 25 years ago
  25. feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  26. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 25 years ago
  27. 4aa1e63 Marc-AAndre Lemburg: add new unicode files by Guido van Rossum · 25 years ago
  28. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  29. d57fd91 Unicode implementation by Marc-Andre Lemburg based on original code by by Guido van Rossum · 25 years ago
  30. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  31. 34a7911 Marc-Andre Lemburg: added by Guido van Rossum · 25 years ago
  32. fd9eed3 Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, by Guido van Rossum · 25 years ago
  33. bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 25 years ago
  34. 99cc971 Marc-Andre Lemburg: add PyExc_UnicodeError by Guido van Rossum · 25 years ago
  35. d822518 Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh. by Guido van Rossum · 25 years ago
  36. 3094484 Python Codec Registry and support functions, by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  37. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  38. 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 25 years ago
  39. 169f91b [from 2000-02-25] Second attempt at describing an installation scheme; this is by Greg Ward · 25 years ago
  40. 7c1e5f6 [from 2000-02-23] Description of the baroque and already-obsolete by Greg Ward · 25 years ago
  41. 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 25 years ago
  42. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 25 years ago
  43. 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 25 years ago
  44. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 25 years ago
  45. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 25 years ago
  46. add03b6 Handles were never disposed. Added an AutoDispose(onoff) method to control this. by Jack Jansen · 25 years ago
  47. a17e0f1 A bunch of changes, primarily to command line argument parsing by Barry Warsaw · 25 years ago
  48. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 25 years ago
  49. 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 25 years ago
  50. 6fbd1f8 replace : with = by Jeremy Hylton · 25 years ago
  51. ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
  52. 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
  53. ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 25 years ago
  54. 9611e0b Patch by Moshe Zadka: remove the string special case in by Guido van Rossum · 25 years ago
  55. 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 25 years ago
  56. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 25 years ago
  57. 2663c13 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  58. 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 25 years ago
  59. fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 25 years ago
  60. e066134 Fixed inet_ntoa() docstring. by Fred Drake · 25 years ago
  61. 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 25 years ago
  62. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 25 years ago
  63. 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 25 years ago
  64. e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 25 years ago
  65. 7344741 test_contains output by Guido van Rossum · 25 years ago
  66. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 25 years ago
  67. e85c93f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  68. 0c3208a compiler command-line interface moved here from compiler.pycodegen by Jeremy Hylton · 25 years ago
  69. f728f9a1 import compile function form pycodegen by Jeremy Hylton · 25 years ago
  70. 7fab23e rename compile.py to pycodegen.py by Jeremy Hylton · 25 years ago
  71. 8c78341 add a doc string import some useful functions from contained modules by Jeremy Hylton · 25 years ago
  72. 9812e7b fix import to refer to compiler package by Jeremy Hylton · 25 years ago
  73. abd7ebf revise arguments for addCode method on lnotab. take several numbers by Jeremy Hylton · 25 years ago
  74. fa974a9 change node Classdef to Class by Jeremy Hylton · 25 years ago
  75. ed95861 factor out the tree walking/visitor code that was in compile.py by Jeremy Hylton · 25 years ago
  76. 9cb083b Defer all the work to idle.py, which has recently become too by Guido van Rossum · 25 years ago
  77. 6f3fceb Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, by Jack Jansen · 25 years ago
  78. bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 25 years ago
  79. 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 25 years ago
  80. 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 25 years ago
  81. 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 25 years ago
  82. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 25 years ago
  83. eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
  84. 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
  85. 272cbb4 superceded by IdleConf/config.txt by Jeremy Hylton · 25 years ago
  86. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 25 years ago
  87. 583abb8 default to cwd if os.environ['HOME'] does not exist by Jeremy Hylton · 25 years ago
  88. daca630 a ConfigParser for idle and three configuration files by Jeremy Hylton · 25 years ago
  89. 820314e allow comments beginning with ; in key: value as well as key = value by Jeremy Hylton · 25 years ago
  90. 1b7a70f Fixed parameters to a few time and timebase calls: InOut parameters were by Jack Jansen · 25 years ago
  91. 6dc8ce9 Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at by Jack Jansen · 25 years ago
  92. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 25 years ago
  93. 9428fa6 Patch by Tim Peters: by Guido van Rossum · 25 years ago
  94. 56359f5 Typo fix. by Greg Ward · 25 years ago
  95. 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 25 years ago
  96. 63c2b25 paren matching extension. warning: in current version of IDLE, can by Jeremy Hylton · 25 years ago
  97. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 25 years ago
  98. 0b55670 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError by Guido van Rossum · 25 years ago
  99. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 25 years ago
  100. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago