1. dbbf76b Make tabnanny happy. mailbox.py: Convert to 4-space indents. by Fred Drake · 24 years ago
  2. c2844af needs a space by Greg Stein · 24 years ago
  3. 100814d ANSI-fication of the sources. by Fred Drake · 24 years ago
  4. a2f5511 ANSI-fication of the sources. by Fred Drake · 24 years ago
  5. f5accf3 - ANSI-fication (patch #100784 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  6. 3c5d43d - ANSI-ification (patch #100770 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  7. 08d87c6 Document addition of webbrowser.py Mention the ANSIfication of the source. by Andrew M. Kuchling · 24 years ago
  8. ffb9c77 - improved os.popen support for windows, based on win32pipe by Bill Tutt. by Fredrik Lundh · 24 years ago
  9. ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
  10. 3cd2ee4 Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. by Fred Drake · 24 years ago
  11. ad9b1f8 Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, by Andrew M. Kuchling · 24 years ago
  12. bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  13. 5cccf50 - added (long) casts to a couple of Py_BuildValue calls, by Fredrik Lundh · 24 years ago
  14. e25cfd8 - fixed pointer size test in spawn functions. also added by Fredrik Lundh · 24 years ago
  15. 43298d1 - win95/98 helper for new os.popen code by Fredrik Lundh · 24 years ago
  16. c2e7da9 Somebody started playing with const, so of course the outcome by Tim Peters · 24 years ago
  17. ba09633 ANSI-fication of the sources. by Fred Drake · 24 years ago
  18. 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
  19. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  20. 1b190b4 ANSI-fication of the sources. by Fred Drake · 24 years ago
  21. 1f0968c Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  22. fd99de6 ANSI-fication of the sources. by Fred Drake · 24 years ago
  23. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
  24. 4288c80 ANSI-fication of the sources. by Fred Drake · 24 years ago
  25. 4201b9e type_error(): Added "const" to signature to eliminate warning with -Wall. by Fred Drake · 24 years ago
  26. 3be9a8a ANSI-fication of the source. by Fred Drake · 24 years ago
  27. 7991247 ANSI-fication of the sources. by Fred Drake · 24 years ago
  28. a83b68a Remove the only Py_PROTO in the docs. by Fred Drake · 24 years ago
  29. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  30. 4be47c0 Get rid of unused vars in builtin_unicode (they were causing legit warnings). by Tim Peters · 24 years ago
  31. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  32. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  33. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  34. ff7df9d this one's a bit risky, but I've spent some considerable time by Fredrik Lundh · 24 years ago
  35. 54cf3dc -- ANSI-fying, names by Fredrik Lundh · 24 years ago
  36. c0348ac - removed barry's workaround, to make room for bill's more complete solution. by Fredrik Lundh · 24 years ago
  37. 89610a4 - _getdefaultlocale shouldn't accept arguments by Fredrik Lundh · 24 years ago
  38. 8f017a0 - added _getdefaultlocale implementation for WIN32 by Fredrik Lundh · 24 years ago
  39. ddbc118 - this is a tentative checkin of the #100764 patch (by by Fredrik Lundh · 24 years ago
  40. 2a1e060 - changed __repr__ to use "unicode escape" encoding for unicode by Fredrik Lundh · 24 years ago
  41. d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
  42. 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 24 years ago
  43. 51b6bc5 ANSI-fication of the sources, convert to 4-space indents. by Fred Drake · 24 years ago
  44. 4cbc9f7 delete unused local variable from _PyTrash_deposit_object by Skip Montanaro · 24 years ago
  45. 35e8afb Rearrange order of sections Fix some incorrect module names by Andrew M. Kuchling · 24 years ago
  46. 4ca150b _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd by Skip Montanaro · 24 years ago
  47. 2c4a3dc ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
  48. edabdc1 ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
  49. da940d8 Add method names to PyArg_ParseTuple() calls for better error messages. by Fred Drake · 24 years ago
  50. 5443c49 Markup improvements in sections relating to interactive behavior. by Fred Drake · 24 years ago
  51. e3a41c6 ANSI-fy the sources. by Fred Drake · 24 years ago
  52. 0c89d4e Pretensions of the 20th century... remove old-style preprocessor by Fred Drake · 24 years ago
  53. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  54. 5639ba4 ANSI-fy the sources. by Fred Drake · 24 years ago
  55. 509d79a Removed Py_PROTO, ANSI-fied sources. by Fred Drake · 24 years ago
  56. 43f04a3 The tail end of x_sub implicitly assumed that an unsigned short by Tim Peters · 24 years ago
  57. a90b23c One of the new prototypes was missing the "void" args. by Greg Stein · 24 years ago
  58. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  59. 74b2677 delete bogus file by Guido van Rossum · 24 years ago
  60. 480fa73 Deleted bogus file. by Guido van Rossum · 24 years ago
  61. 2ea17fa fix inconsistent use of tabs and spaces convert semicolons to newlines by Jeremy Hylton · 24 years ago
  62. 04f39aa fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  63. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  64. bc30b11 Fix to use Py_UCS4. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  65. e12896e New surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  66. d6d06ad Tests for new surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  67. fa1309f Fix to use Py_UCS4 by Marc-André Lemburg · 24 years ago
  68. c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 24 years ago
  69. e55d544 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  70. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  71. 4707320 Added new APIs and fixed some other Unicode ones (missing * or extra ' '). by Marc-André Lemburg · 24 years ago
  72. 5a20b21 Added docs for the new Unicode and string APIs. by Marc-André Lemburg · 24 years ago
  73. 71f3698 Removed a prototype which is not used in socketmodule.c by Marc-André Lemburg · 24 years ago
  74. 1b1bcc9 Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). by Marc-André Lemburg · 24 years ago
  75. 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
  76. b6d78fc Tests for new instance support in unicode(). by Marc-André Lemburg · 24 years ago
  77. 3d476d7 So many things have changed over the last few weeks that it's probably a good idea to check the project files in again. by Jack Jansen · 24 years ago
  78. 0b13e7c Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only. by Jack Jansen · 24 years ago
  79. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  80. 063e0cb Fix to bug #393 (UTF16 codec didn't like empty strings) and by Marc-André Lemburg · 24 years ago
  81. 295b1bb Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik by Marc-André Lemburg · 24 years ago
  82. 2629bd5 Two more places where long should be used instead of int. Especially by Sjoerd Mullender · 24 years ago
  83. 4327910 Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need by Marc-André Lemburg · 24 years ago
  84. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 24 years ago
  85. 449c325 Fixed some code that used 'short' to use 'long' instead. by Marc-André Lemburg · 24 years ago
  86. 85cc4d8 Fixed a couple of places where 'int' was used where 'long' by Marc-André Lemburg · 24 years ago
  87. 49b0c3b Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: by Fred Drake · 24 years ago
  88. 589c35b Python 2.0 is not supposed to use string exceptions in the standard library by Fred Drake · 24 years ago
  89. 2806782 added read_history_file and write_history_file by Skip Montanaro · 24 years ago
  90. aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 24 years ago
  91. 1a10400 Removed unused variables. by Andrew M. Kuchling · 24 years ago
  92. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 24 years ago
  93. fd02267 don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely by Skip Montanaro · 24 years ago
  94. e1a85f5 Minor changes. Explain that for class exceptions, use excdesc but do not by Fred Drake · 24 years ago
  95. e3889da Make a distinction between shorts and unsigned shorts. by Jack Jansen · 24 years ago
  96. 56cdce3 Conditionally (currently on ifdef macintosh) break the large switch up by Jack Jansen · 24 years ago
  97. 8968a82 modified template to demonstrate subsection for examples. by Skip Montanaro · 24 years ago
  98. d50338f Added support for H (unsigned short) specifier in PyArg_ParseTuple and by Jack Jansen · 24 years ago
  99. 63f3d17 Added new codec APIs and a new interface method .encode() which by Marc-André Lemburg · 24 years ago
  100. 3d1a1d7 Added prototypes for the new codec APIs for strings. These APIs by Marc-André Lemburg · 24 years ago