1. 32a7e7f Change name from string to basestring by Neal Norwitz · 22 years ago
  2. 9b414ac Update links and information on PyQt/PyKDE. by Fred Drake · 22 years ago
  3. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  4. 79e39bd Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug mode). by Guido van Rossum · 22 years ago
  5. 7616504 Fix printing plural (s or ""). by Neal Norwitz · 22 years ago
  6. 5aee504 Remove import of re, it is not used by Neal Norwitz · 22 years ago
  7. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  8. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  9. 5352d8c Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c by Neal Norwitz · 22 years ago
  10. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  11. 5e2c5fa imp_load_module(): correct and comment the sense of the test for '+' by Guido van Rossum · 22 years ago
  12. 4ae6fae Cover a few corners in the 'U' mode integration to make imp work. by Jeremy Hylton · 22 years ago
  13. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  14. 1e9abf0 Typo fixes. by Fred Drake · 22 years ago
  15. e4df27f Add the pymemcompat.h header as discussed on python-dev. by Michael W. Hudson · 22 years ago
  16. 5c16468 Holger Krekel. by Guido van Rossum · 22 years ago
  17. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  18. efbb67b Remove comment about inheritance, look one line up by Neal Norwitz · 22 years ago
  19. 1dbe6c0 Move statement out of comment block by Raymond Hettinger · 22 years ago
  20. ca948b4 Use floor division where appropriate. by Guido van Rossum · 22 years ago
  21. 127ee16 Minor cleanup: by Fred Drake · 22 years ago
  22. 187b1d8 Add OS/2 text by Andrew M. Kuchling · 22 years ago
  23. 8b6b491 The logreader object did not always refill the input buffer correctly by Neil Schemenauer · 22 years ago
  24. d7abe2a Various minor rewrites by Andrew M. Kuchling · 22 years ago
  25. 72b58e0 More additions by Andrew M. Kuchling · 22 years ago
  26. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  27. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  28. e85ee8d Issue an explicit error when we can't find an appropriate type for UINT4. by Guido van Rossum · 22 years ago
  29. 4164439 Fix a possible segfault. Found be Neal Norvitz. by Marc-André Lemburg · 22 years ago
  30. 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 22 years ago
  31. 1e1542f This is patch by Michael W. Hudson · 22 years ago
  32. 72a2b4d Whitespace normalization by Neal Norwitz · 22 years ago
  33. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  34. 05459c5 Accept u"..." literals even when Unicode is disabled. But these by Guido van Rossum · 22 years ago
  35. c88da1f File modes in filedescr entries are also passed to Python, so we now put "U" by Jack Jansen · 22 years ago
  36. 313a751 This is a Python 2.1 and 2.2 bugfix candidate: by Christian Tismer · 22 years ago
  37. 72de9c7 Geiger Ho's patch for better subclassing by Steven M. Gava · 22 years ago
  38. 2b6edce Rearrange paragraph by Andrew M. Kuchling · 22 years ago
  39. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  40. e5df105 Silly typo. by Michael W. Hudson · 22 years ago
  41. 2498972 Use self.__class__ to instantiate a TreeNode item recursively, to by Guido van Rossum · 22 years ago
  42. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago
  43. 38d5345 Define the "all" target more reasonably, but retain "html" as the default by Fred Drake · 22 years ago
  44. 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 22 years ago
  45. a2a206b Mention math.degrees() and math.radians() Other minor rewrites by Andrew M. Kuchling · 22 years ago
  46. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  47. 9ee4b94 Add a safeguard against setting the class to something with a by Guido van Rossum · 22 years ago
  48. 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
  49. 0cc8c37 Move really open-ended XXX items into comments by Andrew M. Kuchling · 22 years ago
  50. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  51. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  52. ef4d4bd Whitespace normalized. by Raymond Hettinger · 22 years ago
  53. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  54. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 22 years ago
  55. 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 22 years ago
  56. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  57. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  58. f070cce (py-goto-statement-below): Watch out for landing in a triple quoted by Barry Warsaw · 22 years ago
  59. db2e3e3 Added missing dependency on the refcount data file. by Fred Drake · 22 years ago
  60. 1ccb3ee Link with the right C library! This has always been wrong (& my fault). by Tim Peters · 22 years ago
  61. f547863 Use Perl function prototypes to help avoid definition/usage mismatches by Fred Drake · 22 years ago
  62. ffb294b Add refcount information for PySequence_ITEM(). by Fred Drake · 22 years ago
  63. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 22 years ago
  64. bf9cb3f Use function instead of macro spellings for PyObject_memorystuff. by Tim Peters · 22 years ago
  65. c9ca5c8 Whitespace normalization. by Tim Peters · 22 years ago
  66. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  67. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 22 years ago
  68. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  69. d4e5be5 Closes: #556025 seg fault when doing list(xrange(1e9)) by Neal Norwitz · 22 years ago
  70. 7779b20 Remove spurious "()" from the __str__() description. by Fred Drake · 22 years ago
  71. 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 22 years ago
  72. 4be55b5 file_doc: Add some description of the U mode character, but only when by Barry Warsaw · 22 years ago
  73. 24cf776 Patch #491107: Cygwin setup.py import workaround patch by Jason Tishler · 22 years ago
  74. a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 22 years ago
  75. a7f4ded Allow the script to have not only a TEXT filetype but also a null filetype (to enable files to be created from the Unix side of OSX to be droppable on the MacPython interpreter). by Jack Jansen · 22 years ago
  76. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  77. 422cdde Enable WITH_PYMALLOC. by Jack Jansen · 22 years ago
  78. 94ce52e Added 2 more addresses to send release notifications to. by Jack Jansen · 22 years ago
  79. c585075 Added a version annotation for StringTypes. Added documentation for BooleanType. by Fred Drake · 22 years ago
  80. 4319315 Bump to version 2.0.4 by Barry Warsaw · 22 years ago
  81. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  82. c421ad4 Minor typo: Message.getall() -> Message.get_all() by Barry Warsaw · 22 years ago
  83. 012ed5d add BooleanType by Skip Montanaro · 22 years ago
  84. 5e355b2 In both spilldata() functions, pretend that the docstring for by Guido van Rossum · 22 years ago
  85. 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 22 years ago
  86. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  87. 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 22 years ago
  88. 7f7d5bf Patch 543222. Disable script bindings in shell window. by Raymond Hettinger · 22 years ago
  89. f79f2f9 Add additional comments on the use of \deprecated. by Fred Drake · 22 years ago
  90. a2b11ec Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. by Neil Schemenauer · 22 years ago
  91. 0ebac97 Patch 549187. Improve string formatting error message. by Raymond Hettinger · 22 years ago
  92. 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 22 years ago
  93. fecdb49 Another one. by Guido van Rossum · 22 years ago
  94. 8eaa3ad Patches 558535. The standard Windows binding for Edit Select All by Raymond Hettinger · 22 years ago
  95. 2513357 Munge the RCS keywords to avoid updates, so the version number matches that by Fred Drake · 22 years ago
  96. 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 22 years ago
  97. 7b7ba54 Guess what? --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  98. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  99. 3704644 Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- by Michael W. Hudson · 22 years ago
  100. 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 22 years ago