1. c255c7b Bug #1086854: Rename PyHeapType members adding ht_ prefix. by Georg Brandl · 18 years ago
  2. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  3. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 18 years ago
  4. a223d2c Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 18 years ago
  5. 9a27617 Based on discussion with Martin and Thomas on python-checkins by Neal Norwitz · 18 years ago
  6. e393bf6 Patch #931938: prevent setting sys.prefix to "" by Georg Brandl · 18 years ago
  7. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 18 years ago
  8. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 18 years ago
  9. de2cde6 Detect Win64 builds. by Martin v. Löwis · 18 years ago
  10. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 18 years ago
  11. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 18 years ago
  12. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 18 years ago
  13. 81299ad bug #872175: add --with-fpectl to README by Georg Brandl · 18 years ago
  14. dbd8339 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 18 years ago
  15. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  16. 200a580 Whitespace normalization. by Tim Peters · 18 years ago
  17. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 18 years ago
  18. 6302a5a Fix typpo. by Thomas Wouters · 18 years ago
  19. 20dd93f Fix compiler warning on amd64. We can't use zd here since this is by Neal Norwitz · 18 years ago
  20. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 18 years ago
  21. 87f2875 Minor tweaks by Neal Norwitz · 18 years ago
  22. 0090a4c Generators have been permanent for a while. This comment is no longer applicable. by Neal Norwitz · 18 years ago
  23. f415d5f Ignore the tests which report leaks sporadically. by Neal Norwitz · 18 years ago
  24. d69e034 Fix a build problem introduced by r42230. by Hye-Shik Chang · 18 years ago
  25. e810fe2 Remove two instances of trailing commas. Resolves patch #1209781. by Georg Brandl · 18 years ago
  26. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 18 years ago
  27. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 18 years ago
  28. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 18 years ago
  29. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 18 years ago
  30. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 18 years ago
  31. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  32. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 18 years ago
  33. e9b1949 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 18 years ago
  34. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 18 years ago
  35. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  36. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  37. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 18 years ago
  38. 26caeba Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). by Georg Brandl · 18 years ago
  39. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 18 years ago
  40. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  41. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  42. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  43. 093ab1a Remove unused variable by Neal Norwitz · 18 years ago
  44. 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 18 years ago
  45. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 18 years ago
  46. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 18 years ago
  47. 47fab92 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 18 years ago
  48. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 18 years ago
  49. 7b4e7c2 Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 18 years ago
  50. 2d65b55 Fix intptr_t fallback for Py_ssize_t. by Martin v. Löwis · 18 years ago
  51. 5bb8a15 Fix typo. by Martin v. Löwis · 18 years ago
  52. 1518607 Fix size computation on Win64. by Martin v. Löwis · 18 years ago
  53. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  54. 24f7cad Changed the new deprecation warning to show the by Tim Peters · 18 years ago
  55. b6be87f Whitespace normalization. by Tim Peters · 18 years ago
  56. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 18 years ago
  57. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 18 years ago
  58. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago
  59. 5c97c79 Make ssize_t-clean. by Martin v. Löwis · 18 years ago
  60. 21dd1af Add NEWS entry to previous checkin. by Georg Brandl · 18 years ago
  61. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 18 years ago
  62. bcd548b Update "undocumented modules" section. by Georg Brandl · 18 years ago
  63. b86a54f Add deprecation warning to modules deprecated since 2000. by Georg Brandl · 18 years ago
  64. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 18 years ago
  65. 2c98a7b Fix typo. by Thomas Wouters · 18 years ago
  66. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 18 years ago
  67. 0e1abe2 Add bug number to NEWS entry. by Georg Brandl · 18 years ago
  68. 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 18 years ago
  69. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  70. 86d6626 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 18 years ago
  71. cfe7e09 Remove size restrictions. by Martin v. Löwis · 18 years ago
  72. f288295 mmap_flush_method(): Squash compiler warning about by Tim Peters · 18 years ago
  73. 8f9cc29 Remove space between function name and left paren in function calls. by Tim Peters · 18 years ago
  74. 23721ee Removed pointless parens around `return` expressions; by Tim Peters · 18 years ago
  75. ec0a5f0 Trimmed trailing whitespace. by Tim Peters · 18 years ago
  76. e564e7f new_mmap_object(), Windows flavor. by Tim Peters · 18 years ago
  77. dde1765 More Py_ssize_t format characters. by Thomas Wouters · 18 years ago
  78. 2ad8c56 struct_pack(): Repair new assert-fail crash in by Tim Peters · 18 years ago
  79. 02cbdd3 Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in by Thomas Wouters · 18 years ago
  80. de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 18 years ago
  81. 13870b1 Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over by Thomas Wouters · 18 years ago
  82. ed6254a Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t by Thomas Wouters · 18 years ago
  83. 7a2f83b Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). by Thomas Wouters · 18 years ago
  84. 977485d Use Py_ssize_t in helper function between Py_ssize_t-using functions. by Thomas Wouters · 18 years ago
  85. f4de69e Add encoding-test datafiles to svn:ignore: by Thomas Wouters · 18 years ago
  86. 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 18 years ago
  87. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 18 years ago
  88. 4129068 Change _PyObject_GC_Resize to expect Py_ssize_t. by Martin v. Löwis · 18 years ago
  89. df40ce3 Fix typo by Martin v. Löwis · 18 years ago
  90. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 18 years ago
  91. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  92. f5adf1e Use Py_ssize_t to count the length. by Martin v. Löwis · 18 years ago
  93. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  94. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  95. 97c65a8 Use Py_ssize_t for field sizes and offsets. by Martin v. Löwis · 18 years ago
  96. 44e379d Allow for ssize_t field offsets. by Martin v. Löwis · 18 years ago
  97. 3eaf2b5 Update comment and make accurate. by Neal Norwitz · 18 years ago
  98. 82c5a86 Oops, this is supposed to be disabled by default. by Neal Norwitz · 18 years ago
  99. 720ddb6 Use PyString_FromFormat for formatting error messages. by Martin v. Löwis · 18 years ago
  100. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago