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