1. 73cdff4 take 3 by Anthony Baxter · 19 years ago v2.4.3c1
  2. e311fdc aarrrrghhh by Anthony Baxter · 19 years ago
  3. 65fa3a0 2.4.3c1 by Anthony Baxter · 19 years ago
  4. 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
  5. 49cbb50 take2... by Anthony Baxter · 19 years ago
  6. 0e433a7 Tagging for 2.4.3c1 by Anthony Baxter · 19 years ago
  7. c52b4ad update svn:ignore across the board by Anthony Baxter · 19 years ago
  8. e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
  9. a87b549 2.4.3c1 by Anthony Baxter · 19 years ago
  10. 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
  11. 88fd500 2.4.3c1 preparations by Anthony Baxter · 19 years ago
  12. 2f58855 Backport of r41629: hotshot generated half-meaningless numbers since the by Armin Rigo · 19 years ago
  13. 2c20676 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. by Vinay Sajip · 19 years ago
  14. 099e793 The new fetch_data_files.py downloads all the input data files by Tim Peters · 19 years ago
  15. 0ca2212 Merge revs 42842, 42844, and part of a whitespace normalization by Tim Peters · 19 years ago
  16. 5a8605e Backport 43147: by Neal Norwitz · 19 years ago
  17. 210256e Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 19 years ago
  18. c612a5d Merge rev 43091 from the trunk. by Tim Peters · 19 years ago
  19. d9ca66f Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 19 years ago
  20. d1442b4 Merge rev 43081 from trunk. by Tim Peters · 19 years ago
  21. d82f391 Merge rev 43079 from the trunk. This should allow test_winsound to pass by Tim Peters · 19 years ago
  22. 03de6fd Merge rev 43063 from trunk. by Tim Peters · 19 years ago
  23. b6b7a3a Merge rev 43061 from the trunk. by Tim Peters · 19 years ago
  24. 854e918 Backport 43037: by Neal Norwitz · 19 years ago
  25. 8a2bffc Backport 42932: by Neal Norwitz · 19 years ago
  26. 9165680 Backport 43022: by Neal Norwitz · 19 years ago
  27. 2f014f8 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 19 years ago
  28. 6b3cf5e Backport of 42994: by Martin v. Löwis · 19 years ago
  29. 25aeec5 Backport of 42993: by Martin v. Löwis · 19 years ago
  30. b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
  31. ef63e9f Merge rev 42963 from the trunk. by Tim Peters · 19 years ago
  32. 1baff3c Merge rev 41859 from the trunk. by Tim Peters · 19 years ago
  33. 9104048 Merge rev 42984 from trunk. by Tim Peters · 19 years ago
  34. 7a0109f Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
  35. 9eee616 Add a do-nothing "clean" operation to the _ssl project, by Tim Peters · 19 years ago
  36. c8bbcc3 Copied from the trunk for buildbot use. by Tim Peters · 19 years ago
  37. c7ddece Copy from the trunk, for the buildbot. by Tim Peters · 19 years ago
  38. 8d51d55 Copy from the trunk, for the buildbot. by Tim Peters · 19 years ago
  39. 82e8f38 Merge rev 42904 from the trunk. by Tim Peters · 19 years ago
  40. fea70fe Backport of 42551 (EXTRATESTOPTS). by Martin v. Löwis · 19 years ago
  41. eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
  42. ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  43. 865ddfb Fix pydoc.synopsis() so that it doesn't error out with an unreadable by Georg Brandl · 19 years ago
  44. 360641c Backport fixes reported by Coverity. by Neal Norwitz · 19 years ago
  45. 5f2ad0b Typo fix by Andrew M. Kuchling · 19 years ago
  46. 361cd4b Backport r42894: SF #1444030 Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
  47. 82735da Backport trunk's r42890 (thomas.wouters): by Thomas Wouters · 19 years ago
  48. d704935 Backport trunk's r42888 (thomas.wouters): by Thomas Wouters · 19 years ago
  49. 4fbad67 Backport trunk's r42885 (thomas.wouters): by Thomas Wouters · 19 years ago
  50. e34fc70 Backport trunk's r42878 (neal.norwitz): by Thomas Wouters · 19 years ago
  51. a4b4dc3 Backport revision 42872: by Walter Dörwald · 19 years ago
  52. 39be806 Skip codecs tests on Python 2.3. by Barry Warsaw · 19 years ago
  53. a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
  54. 518f2a5 Backport of memory leak fixes. by Martin v. Löwis · 19 years ago
  55. 68e4cbb Return value off PyErr_Warn() for raising string exceptions was not being by Brett Cannon · 19 years ago
  56. 9e777e5 do_mkvalue(): Squash compiler warnings about mixing by Tim Peters · 19 years ago
  57. 91e742f Merge rev 42607 from the trunk. by Tim Peters · 19 years ago
  58. 05b9254 Trimmed trailing whitespace. by Tim Peters · 19 years ago
  59. aefbf72 backport by Skip Montanaro · 19 years ago
  60. 5f5124e Backport 41753: by Neal Norwitz · 19 years ago
  61. e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
  62. fea6059 Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 19 years ago
  63. e5db6b2 Patch #931938: prevent setting sys.prefix to "" by Georg Brandl · 19 years ago
  64. f1a408d Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
  65. 9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
  66. f07e42c Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
  67. 0b61a45 Backported from r41842. by Armin Rigo · 19 years ago
  68. 2fc63f7 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 19 years ago
  69. fc10228 Make clear that patch #1336582 wasn't a new feature. by Georg Brandl · 19 years ago
  70. 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
  71. 4655481 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 19 years ago
  72. 394e4af Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
  73. 2aaf918 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
  74. dc2a854 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 19 years ago
  75. f3cba11 Backport: This should get test_timeout to pass when running on any python.org host. by Neal Norwitz · 19 years ago
  76. b02be7e Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 19 years ago
  77. f1fadcc Remove soundex from "undocumented modules". by Georg Brandl · 19 years ago
  78. a957e8f Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 19 years ago
  79. d057c91 Bug #1432260: better handle lambda functions' names in pydoc by Georg Brandl · 19 years ago
  80. fbf5ff3 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 19 years ago
  81. df7d408 Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to by Brett Cannon · 19 years ago
  82. 222a704 use correct function in example (backport of trunk revision 42377) by Fred Drake · 19 years ago
  83. d577b6d Send failures to python-checkins, cc/me. by Neal Norwitz · 19 years ago
  84. 24f65ac Add build.sh to 2.4 so we can build the docs (and only the docs). by Neal Norwitz · 19 years ago
  85. 8ef3475 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 19 years ago
  86. 3273cb5 Backport r42314 which fixed Windows breakage when checking that socket by Neal Norwitz · 19 years ago
  87. 6fc1da1 Even more copyright locations! by Georg Brandl · 19 years ago
  88. bdba3b6 Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 19 years ago
  89. 2fec8b9 Update general copyright year to 2006. by Georg Brandl · 19 years ago
  90. 261058c Port of r42279 to email 3.0, but without the Python 2.1 backward compatible by Barry Warsaw · 19 years ago
  91. 8413eab Port of r42271 from the trunk -- relevant patches for SF 1409455 for email by Barry Warsaw · 19 years ago
  92. 90f1db3 Backport: by Neal Norwitz · 19 years ago
  93. b5abd16 Backport: by Neal Norwitz · 19 years ago
  94. 98a3292 Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
  95. ada0d18 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago
  96. 71a92a8 Fix typo by Neal Norwitz · 19 years ago
  97. 9c7c84d Port r42228 from the trunk. by Barry Warsaw · 19 years ago
  98. cb65c7e Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 19 years ago
  99. f5eccd0 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Barry Warsaw · 19 years ago
  100. cd8a8c3 Backport 42173: get bsddb test_associate to pass with BSDDB 4.1 by Neal Norwitz · 19 years ago