1. 524a098 Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug by Jack Jansen · 22 years ago
  2. 8b68862 Set/update self.cwd properly. by Fred Drake · 22 years ago
  3. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  4. 9d142ad fixes to tabwidth code removal by Steven M. Gava · 22 years ago
  5. 63f6714 remove tabwidth (for tabs) config stuff, by Steven M. Gava · 22 years ago
  6. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 22 years ago
  7. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 22 years ago
  8. e38b7e8 Make the extension manual format using the Makefile; recent changes broke by Fred Drake · 22 years ago
  9. 1af5e35 Fix typo by Neal Norwitz · 22 years ago
  10. c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 22 years ago
  11. 556a938 Changed C++ comment into standard comment. by Sjoerd Mullender · 22 years ago
  12. db04489 Patch #443899: Check modes on files before performing operations. by Martin v. Löwis · 22 years ago
  13. c7f4541 Update version number in README. by Guido van Rossum · 22 years ago
  14. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  15. 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  16. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  17. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  18. dfce3bf Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  19. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  20. 7d1cd69 Patch #504224: add plan9 threads include to thread.c. by Martin v. Löwis · 22 years ago
  21. 3484a18 Patch #494045: patches errno and stat to cope on plan9. by Martin v. Löwis · 22 years ago
  22. c8bb9eb Patch #494047: removes 64-bit ?: to cope on plan9. by Martin v. Löwis · 22 years ago
  23. 27761f3 Patch #500136: Update Update ext build documentation. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  24. 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 22 years ago
  25. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  26. d50e544 Docstring for filter(): Someone on the Tutor list reasonably complained by Tim Peters · 22 years ago
  27. 632bda3 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 22 years ago
  28. 90d1006 Add fix for AIX as reported by srubben in SF bug #477487. by Jeremy Hylton · 22 years ago
  29. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  30. 0522d98 Fix leak of NotImplemented in previous checkin to PyNumber_Add(). by Jeremy Hylton · 22 years ago
  31. 6ae6a43 Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented by Jeremy Hylton · 22 years ago
  32. 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 22 years ago
  33. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 22 years ago
  34. cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 22 years ago
  35. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  36. 00824ed [Bug #523301] ConfigParser.write() produces broken output for values that by Andrew M. Kuchling · 22 years ago
  37. 10b3eac [Bug #486527] Note that the caller has to ensure there are no control by Andrew M. Kuchling · 22 years ago
  38. 566c0c7 [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) by Andrew M. Kuchling · 22 years ago
  39. b189b07 Fix SF bug #526518 by Jeremy Hylton · 22 years ago
  40. 4f8d054 When testing for availability of pthreads without special compiler options by Jack Jansen · 22 years ago
  41. 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 22 years ago
  42. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  43. 02d2212 Add entry for mac/libscrap.tex. by Fred Drake · 22 years ago
  44. f3e6f06 I started writing more documentation on the Scrap module at one point, but by Fred Drake · 22 years ago
  45. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 22 years ago
  46. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  47. 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 22 years ago
  48. df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 22 years ago
  49. 70ffddf Guido pointed out that I was missing a couple decrefs. by Michael W. Hudson · 22 years ago
  50. 594bc80 Regenerate. by Michael W. Hudson · 22 years ago
  51. 0c46c0c Apply Jack's patch attached to by Michael W. Hudson · 22 years ago
  52. 02b28ec Test for by Michael W. Hudson · 22 years ago
  53. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  54. ce358e3 Apply (my) patch: by Michael W. Hudson · 22 years ago
  55. da8a6dd Added missing version annotation for dict(). by Fred Drake · 22 years ago
  56. 3014ce9 CGStubLib wasn't weak-linked, fixed. 221 candidate. by Jack Jansen · 22 years ago
  57. b786e61 Set default value for readlines.sizehint to None. Change needed for 2.2.1 by Martin v. Löwis · 22 years ago
  58. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  59. 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 22 years ago
  60. 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 22 years ago
  61. dfd0b29 remove debug cruft by Steven M. Gava · 22 years ago
  62. f31eec0 further work on new config system by Steven M. Gava · 22 years ago
  63. a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 22 years ago
  64. dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 22 years ago
  65. aa158be Remove tp_print. by Martin v. Löwis · 22 years ago
  66. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  67. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 22 years ago
  68. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  69. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  70. 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 22 years ago
  71. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  72. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  73. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  74. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 22 years ago
  75. a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 22 years ago
  76. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 22 years ago
  77. 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 22 years ago
  78. 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 22 years ago
  79. db30ac4 Revert the last odd change to PyNumber_Long: the problem it was trying by Tim Peters · 22 years ago
  80. ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 22 years ago
  81. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  82. 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 22 years ago
  83. 7113d96 Changes to what we do to modules that don't import, as discussed on python-dev. by Michael W. Hudson · 22 years ago
  84. dcea370 Patch #524008: Fix portability bug on new POSIX hosts by Martin v. Löwis · 22 years ago
  85. 719cfc4 SF #517447, correct syntax error by Neal Norwitz · 22 years ago
  86. 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  87. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  88. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  89. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  90. 31e233a Cells are not VAR objects. by Jeremy Hylton · 22 years ago
  91. 88b666c SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. by Guido van Rossum · 22 years ago
  92. e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 22 years ago
  93. 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 22 years ago
  94. c948966 SF patch #524005 by Paul Eggert. by Guido van Rossum · 22 years ago
  95. 51e234a Patch #522279: transformer.py nodes shadows global. by Martin v. Löwis · 22 years ago
  96. 1c63f6e Correct various errors: by Martin v. Löwis · 22 years ago
  97. 5e9c80d %#x/%#X format conversion cleanup (see patch #450267): by Andrew MacIntyre · 22 years ago
  98. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 22 years ago
  99. e309504 Fix 2.2.1 string. by Tim Peters · 22 years ago
  100. 83bbeec Reserve a Windows build num for 2.2.1c1. by Tim Peters · 22 years ago