1. affa6b7 Tim wins a bet. Don't use re. by Guido van Rossum · 22 years ago
  2. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  3. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 22 years ago
  4. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  5. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 22 years ago
  6. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  7. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 22 years ago
  8. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  9. 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
  10. 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
  11. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  12. fda0674 News about the logging module. by Guido van Rossum · 22 years ago
  13. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  14. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago
  15. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  16. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  17. c0b4034 Improved clarity and thoroughness of docstring. by Raymond Hettinger · 22 years ago
  18. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  19. 5c4cf15 Normalize whitespace. Fix a number of markup consistency buglets. by Fred Drake · 22 years ago
  20. f2928eb Fix typo in comment. by Fred Drake · 22 years ago
  21. 8557156 Update file by Andrew M. Kuchling · 22 years ago
  22. ea002a1 Docstring typo fix by Andrew M. Kuchling · 22 years ago
  23. 8a61f49 Fill out the 'Porting' section Add random.sample() by Andrew M. Kuchling · 22 years ago
  24. e117258 The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice. by Martin v. Löwis · 22 years ago
  25. 74416af Fix SF # 464405, freeze doesn't like DOS files on Linux by Neal Norwitz · 22 years ago
  26. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  27. 82c7231 SF # 627900, Bytecode copy bug in freeze by Neal Norwitz · 22 years ago
  28. 80a1bf4 Fix SF # 635969, No error "not all arguments converted" by Neal Norwitz · 22 years ago
  29. 0b9e3f7 Handle the Content-Type header a little more appropriately: if it by Fred Drake · 22 years ago
  30. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  31. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  32. cab94a1 Update text to refer to 2.2.2 by Andrew M. Kuchling · 22 years ago
  33. 71dd790 Remove extra word by Andrew M. Kuchling · 22 years ago
  34. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  35. 3a7ad5c delete reference to building on Minix, which will be unsupported in 2.3 by Skip Montanaro · 22 years ago
  36. 08c4cc4 Use PyInt_AsLong instead of PyInt_AS_LONG after the call to by Walter Dörwald · 22 years ago
  37. 678fc1e Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318. by Martin v. Löwis · 22 years ago
  38. c7ff90b Forgot a paren in the MSVC + 64-bit + Intel case. by Tim Peters · 22 years ago
  39. 37dfb01 Added a blurb about the change to sys.version under MSVC. by Tim Peters · 22 years ago
  40. 0628433 Some help for SF 614770: MSVC 7.0 compiler support by Tim Peters · 22 years ago
  41. 01c0401 Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h by Martin v. Löwis · 22 years ago
  42. bddf5a5 Protect pyconfig.h from multiple inclusions. by Martin v. Löwis · 22 years ago
  43. e981a4e Do not define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. Fixes #635034 by Martin v. Löwis · 22 years ago
  44. 35195ad Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. by Martin v. Löwis · 22 years ago
  45. c8ad7cc Check whether we can take the address of chown, link, and symlink. by Martin v. Löwis · 22 years ago
  46. eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 22 years ago
  47. 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
  48. addfe0c Make private functions static so we don't pollute the namespace by Neal Norwitz · 22 years ago
  49. 3ae84b6 Allow both string and Unicode objects in levels. by Martin v. Löwis · 22 years ago
  50. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  51. 774348c Fix typo. by Martin v. Löwis · 22 years ago
  52. cc40ced Look in db4 directories when checking for db4. by Martin v. Löwis · 22 years ago
  53. 838a359 Search for tix subdirectories. Fixes #564729. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  54. 5f26dda Restore to ANSI C. by Michael W. Hudson · 22 years ago
  55. 84fcd92 Install the bz2 DLL on Windows. by Tim Peters · 22 years ago
  56. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 22 years ago
  57. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 22 years ago
  58. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 22 years ago
  59. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 22 years ago
  60. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  61. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 22 years ago
  62. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  63. b0ead4e Start building the bz2 module on Windows. by Tim Peters · 22 years ago
  64. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 22 years ago
  65. 6ee6db8 bz2_compress/bz2_decompress: more casting away LONG_LONG for by Tim Peters · 22 years ago
  66. 39185d6 BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. by Tim Peters · 22 years ago
  67. 2858e5e BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. by Tim Peters · 22 years ago
  68. f29f0c6 BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to by Tim Peters · 22 years ago
  69. 07f075c BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's by Tim Peters · 22 years ago
  70. a17c0c4 Repaired signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  71. e322809 This couldn't compile on WIndows, due to hardcoded "long long". Repaired. by Tim Peters · 22 years ago
  72. 7cd83ca Another attempt at making the set constructor both safe and fast. [SF by Guido van Rossum · 22 years ago
  73. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  74. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  75. 49ea7be * Modules/bz2module.c by Gustavo Niemeyer · 22 years ago
  76. 15628fe Simply delete the fpectl module, instead of leaving it commented out; by Andrew M. Kuchling · 22 years ago
  77. d5c124a Richie Hindle by Michael W. Hudson · 22 years ago
  78. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  79. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  80. 1f04610 Make strip behave as documented. Will backport to 2.2.3. by Martin v. Löwis · 22 years ago
  81. 1644986 Clarify the meaning of "requires Python 1.5.2". by Raymond Hettinger · 22 years ago
  82. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  83. 0ec1ddc _update(): Commented the new obscurity. Materialized into a tuple by Tim Peters · 22 years ago
  84. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 22 years ago
  85. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  86. 430b156 Add documentation for the PEP 293 functionality: by Walter Dörwald · 22 years ago
  87. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  88. 5ae8e01 Restore attribute access so that the following work again: by Raymond Hettinger · 22 years ago
  89. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  90. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  91. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  92. 95cb7e4 NEWS entry for the changed fdopen function. by Thomas Heller · 22 years ago
  93. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  94. e327120 Try linking the major/minor test program. Fixes #634444. by Martin v. Löwis · 22 years ago
  95. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  96. 65fe8dd Script to create .app bundles. Largely untested. by Jack Jansen · 22 years ago
  97. dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
  98. eb58f5d Use column= rather than col=; with Tk 8.4 col= no longer works. by Guido van Rossum · 22 years ago
  99. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  100. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago