1. 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago
  2. 57657bc Update Moshe Zadka's email address to one works and might last a while. by Fred Drake · 24 years ago
  3. e4dad90 Patch by Michael Hudson to clarify the error message from by Guido van Rossum · 24 years ago
  4. 60a1e7f Clarified some of the error messages, esp. "read-only character by Guido van Rossum · 24 years ago
  5. 9940b80 Made the description of %[udxXo] formats of negative longs in 2.1 more accurate. by Tim Peters · 24 years ago
  6. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  7. 1221e6d Only use getline() when compiling using glibc by Andrew M. Kuchling · 24 years ago
  8. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  9. 827bb9f Adjust to allow an explanation of the changes to be included in the by Fred Drake · 24 years ago
  10. e463f8e A few small refinements to the table building code. by Fred Drake · 24 years ago
  11. c01f6e6 Use a table to describe the keys to the locale information dictionary; by Fred Drake · 24 years ago
  12. e0b9deb Use small tables instead of bare \item markers to describe the contents by Fred Drake · 24 years ago
  13. 1aaf585 Added name. by Fred Drake · 24 years ago
  14. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  15. 469d5bb Clarify two comments by Andrew M. Kuchling · 24 years ago
  16. 6b3f3f2 In the first discussion showing how to handle exceptions from C, make the by Fred Drake · 24 years ago
  17. 15ffc71 Slight improvement to Unicode test suite, inspired by patch #102563: by Guido van Rossum · 24 years ago
  18. b5ec5e4 Contributed code that converts Python source files to any combination of tabs/spaces for indenting. by Jack Jansen · 24 years ago
  19. f65ab1b Added entries reflecting the separation of the abstract DOM documentation by Fred Drake · 24 years ago
  20. eaf57aa Substantial re-organization of the DOM documentation. The abstract API by Fred Drake · 24 years ago
  21. 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
  22. 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
  23. 4b2b445 Patch #102469: Use glibc's getline() extension when reading unbounded lines by Andrew M. Kuchling · 24 years ago
  24. 78a1442 Patch #102469: Check for glibc's getline() extension by Andrew M. Kuchling · 24 years ago
  25. ee814bf Added documentation for the Py_InitModule*() family of functions. by Fred Drake · 24 years ago
  26. 83ff4af Added information on the use of Unicode with the StringIO and cStringIO by Fred Drake · 24 years ago
  27. 0a0ef86 Use a subclass of buildindex.Node to clean up the HTML and get the by Fred Drake · 24 years ago
  28. d7aa0f2 Update dependencies per /F. by Guido van Rossum · 24 years ago
  29. 6763b31 Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting by Fred Drake · 24 years ago
  30. 2fef3ab Two minor nits. by Fred Drake · 24 years ago
  31. 83fb073 Plug a memory leak in com_import_stmt(): the tuple created to hold the by Guido van Rossum · 24 years ago
  32. f8baad0 Patch by Finn Bock to support PyStringMap in Jython. by Guido van Rossum · 24 years ago
  33. b7a52c9 Minor typo: \subsubsections --> \subsubsection by Fred Drake · 24 years ago
  34. 2ccda8a SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net. by Guido van Rossum · 24 years ago
  35. c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
  36. cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago
  37. c10a11b Generate plugin projects automatically using mkcwproject. There are as of yet only by Jack Jansen · 24 years ago
  38. fed0d09 Conversion.write_ordinal(): Not used, remove it. by Fred Drake · 24 years ago
  39. 691a5a7 Convert the LaTeX "tie" (~) to a simple space. by Fred Drake · 24 years ago
  40. 382a75d Update to reflect the process changes. by Fred Drake · 24 years ago
  41. 97be740 Update the rules to separate the two phases for the ESIS generation, by Fred Drake · 24 years ago
  42. d397f23 Add support for (relatively) recent additions and changes to python.sty, by Fred Drake · 24 years ago
  43. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  44. 78489a3 Do not use \verb in the Python documentation -- it makes parsing the LaTeX by Fred Drake · 24 years ago
  45. b7f0cef Update test output. by Fred Drake · 24 years ago
  46. a1bde80 testInsertBefore(): Rewritten to actually test insertBefore() somewhat. by Fred Drake · 24 years ago
  47. 4ccf4a1 Reduce the visibility of imported modules for cleaner "from ... import *" by Fred Drake · 24 years ago
  48. 707e964 Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. by Jack Jansen · 24 years ago
  49. 6f484cb Close the project after building it, so that building umpteen projects doesn't keep all the projects open. by Jack Jansen · 24 years ago
  50. 620ec9d Document the new setupterm() function by Andrew M. Kuchling · 24 years ago
  51. 26cc66f Patch #102412 from mwh: Add support for the setupterm() function, to by Andrew M. Kuchling · 24 years ago
  52. 17383b9 Added information about the %r string formatting conversion. Added note by Fred Drake · 24 years ago
  53. 977fe96 Oops, back out change committed by accident! This is not ready, and by Fred Drake · 24 years ago
  54. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  55. aa126e1 Corrected a number of typos reported by Gilles Civario by Fred Drake · 24 years ago
  56. d99e534 Fixed typos and bug in the second example, reported by Scott Schram by Fred Drake · 24 years ago
  57. 4526f2a A solution to the classic N queens problem. by Guido van Rossum · 24 years ago
  58. a3100de Fix for SF bug 122176: Error in rotor module documentation. by Tim Peters · 24 years ago
  59. 00429db Getting rid of 68K targets. by Jack Jansen · 24 years ago
  60. cc78e47 Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). by Tim Peters · 24 years ago
  61. 102e457 SF bug 119622: compile errors due to redundant atof decls. I don't understand by Tim Peters · 24 years ago
  62. 2e42bdd Added a note about removing preferences and .pyc files when you move the Python installation. by Jack Jansen · 24 years ago
  63. 2595a83 Typo for Mac code, fixing SF bug 12195. by Guido van Rossum · 24 years ago
  64. 1bff883 Allow new.function() called with explicit 3rd arg of None, as by Guido van Rossum · 24 years ago
  65. ecaa777 Added _HAVE_BSDI and __APPLE__ to the list of platforms that require a by Guido van Rossum · 24 years ago
  66. 128bcf4 Fix syntax error. Submitted by Bill Bumgarner. Apparently this is by Guido van Rossum · 24 years ago
  67. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  68. 215c340 Rip out DOS-8x3 support. by Guido van Rossum · 24 years ago
  69. 1bb7734 Rip out Win3.1 and DOS support by Guido van Rossum · 24 years ago
  70. 56baca3 Removing DOS 8x3 support by Guido van Rossum · 24 years ago
  71. f6fc875 Jack Jansen: added 'get_command_list()' method, and Mac-specific code to by Greg Ward · 24 years ago
  72. 8063cbf No reason to keep "Run as Python" in binhex form anymore, just put the binary in the repository. by Jack Jansen · 24 years ago
  73. 7c1cb46 Fix for SF bug 117402, crashes on str(array) and repr(array). This was an by Tim Peters · 24 years ago
  74. e5cd584 Committing autoconf output for Fred. by Guido van Rossum · 24 years ago
  75. a66eed6 Implement the suggestion of bug_id=122070: surround tell() call with try/except. by Guido van Rossum · 24 years ago
  76. 17bfef5 SMTP.connect(): If the socket.connect() raises a socket.error, be sure by Barry Warsaw · 24 years ago
  77. 8a41d20 Remove AC_C_INLINE test from configure.in, since the only place the symbol by Fred Drake · 24 years ago
  78. b046b76 Added test cases to detect regression on SourceForge bug #121965. by Fred Drake · 24 years ago
  79. 0b796fa Fixed support for containment test when a negative step is used; this by Fred Drake · 24 years ago
  80. a91e165 In the containment test, get the boundary condition right. ">" was used by Fred Drake · 24 years ago
  81. f4e13a4 Add 1994 Coroutine module by Tim Peters by Guido van Rossum · 24 years ago
  82. 704925c Last CW Pro 5.3 projects. by Jack Jansen · 24 years ago
  83. da7b5be More names... by Fred Drake · 24 years ago
  84. a1c4da2 Fix for SF bug #117606: by Greg Ward · 24 years ago
  85. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 24 years ago
  86. a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 24 years ago
  87. 7fed217 This fixes several bug reports concering memory bloating during large by Barry Warsaw · 24 years ago
  88. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  89. eefaeb7 move pruneNext method to correct object (doh!) by Jeremy Hylton · 24 years ago
  90. 314e3fb Change the graph structure to contain the code generator object for by Jeremy Hylton · 24 years ago
  91. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  92. d3d7bb1 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api by Mark Hammond · 24 years ago
  93. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  94. 063ee7b Fix Makefile so at least it uses Python 2.0, and compiles out of the by Guido van Rossum · 24 years ago
  95. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  96. 9dce7b3 Make sure we clean up the index data each time it is written by LaTeX. by Fred Drake · 24 years ago
  97. 4bc0aed Fix cut & paste error that describes three paramters when there are only by Fred Drake · 24 years ago
  98. 262cf20 New configure script from latest configure.in with autoconf 2.13 by Guido van Rossum · 24 years ago
  99. 884d3ba Make sure the Modules/ directory is created before writing Modules/Setup. by Fred Drake · 24 years ago
  100. e7d3616 Patch from Randall Hopper to fix PR #116172, "curses module fails to by Andrew M. Kuchling · 24 years ago