1. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
  2. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  3. 47fab92 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 19 years ago
  4. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  5. 7b4e7c2 Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 19 years ago
  6. 2d65b55 Fix intptr_t fallback for Py_ssize_t. by Martin v. Löwis · 19 years ago
  7. 5bb8a15 Fix typo. by Martin v. Löwis · 19 years ago
  8. 1518607 Fix size computation on Win64. by Martin v. Löwis · 19 years ago
  9. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  10. 24f7cad Changed the new deprecation warning to show the by Tim Peters · 19 years ago
  11. b6be87f Whitespace normalization. by Tim Peters · 19 years ago
  12. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  13. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  14. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 19 years ago
  15. 5c97c79 Make ssize_t-clean. by Martin v. Löwis · 19 years ago
  16. 21dd1af Add NEWS entry to previous checkin. by Georg Brandl · 19 years ago
  17. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  18. bcd548b Update "undocumented modules" section. by Georg Brandl · 19 years ago
  19. b86a54f Add deprecation warning to modules deprecated since 2000. by Georg Brandl · 19 years ago
  20. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 19 years ago
  21. 2c98a7b Fix typo. by Thomas Wouters · 19 years ago
  22. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 19 years ago
  23. 0e1abe2 Add bug number to NEWS entry. by Georg Brandl · 19 years ago
  24. 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 19 years ago
  25. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
  26. 86d6626 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 19 years ago
  27. cfe7e09 Remove size restrictions. by Martin v. Löwis · 19 years ago
  28. f288295 mmap_flush_method(): Squash compiler warning about by Tim Peters · 19 years ago
  29. 8f9cc29 Remove space between function name and left paren in function calls. by Tim Peters · 19 years ago
  30. 23721ee Removed pointless parens around `return` expressions; by Tim Peters · 19 years ago
  31. ec0a5f0 Trimmed trailing whitespace. by Tim Peters · 19 years ago
  32. e564e7f new_mmap_object(), Windows flavor. by Tim Peters · 19 years ago
  33. dde1765 More Py_ssize_t format characters. by Thomas Wouters · 19 years ago
  34. 2ad8c56 struct_pack(): Repair new assert-fail crash in by Tim Peters · 19 years ago
  35. 02cbdd3 Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in by Thomas Wouters · 19 years ago
  36. de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 19 years ago
  37. 13870b1 Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over by Thomas Wouters · 19 years ago
  38. ed6254a Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t by Thomas Wouters · 19 years ago
  39. 7a2f83b Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). by Thomas Wouters · 19 years ago
  40. 977485d Use Py_ssize_t in helper function between Py_ssize_t-using functions. by Thomas Wouters · 19 years ago
  41. f4de69e Add encoding-test datafiles to svn:ignore: by Thomas Wouters · 19 years ago
  42. 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 19 years ago
  43. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 19 years ago
  44. 4129068 Change _PyObject_GC_Resize to expect Py_ssize_t. by Martin v. Löwis · 19 years ago
  45. df40ce3 Fix typo by Martin v. Löwis · 19 years ago
  46. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 19 years ago
  47. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 19 years ago
  48. f5adf1e Use Py_ssize_t to count the length. by Martin v. Löwis · 19 years ago
  49. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 19 years ago
  50. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
  51. 97c65a8 Use Py_ssize_t for field sizes and offsets. by Martin v. Löwis · 19 years ago
  52. 44e379d Allow for ssize_t field offsets. by Martin v. Löwis · 19 years ago
  53. 3eaf2b5 Update comment and make accurate. by Neal Norwitz · 19 years ago
  54. 82c5a86 Oops, this is supposed to be disabled by default. by Neal Norwitz · 19 years ago
  55. 720ddb6 Use PyString_FromFormat for formatting error messages. by Martin v. Löwis · 19 years ago
  56. e0e89f7 Revert 42400. by Martin v. Löwis · 19 years ago
  57. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  58. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 19 years ago
  59. 1523154 doubletounicode(), longtounicode(): by Tim Peters · 19 years ago
  60. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 19 years ago
  61. 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 19 years ago
  62. b1410fb Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalize by Thomas Wouters · 19 years ago
  63. 55aafab Added some more versionchanged markup. by Vinay Sajip · 19 years ago
  64. a87c445 Remove C99ism. by Martin v. Löwis · 19 years ago
  65. 2ae3c91 Drop py:lastmerged. by Martin v. Löwis · 19 years ago
  66. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  67. 4482929 use correct function in example by Fred Drake · 19 years ago
  68. 7941552 Find test failures consistently by Neal Norwitz · 19 years ago
  69. 219c164 randombits(): Stop compiler warning about mixing by Tim Peters · 19 years ago
  70. 9fb181b Add _lsprof. by Martin v. Löwis · 19 years ago
  71. 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
  72. cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
  73. 967aa8b * Refcount leak. It was just a reference to Py_None, but still. by Armin Rigo · 19 years ago
  74. 88b78d8 Support 2.4 (released versions) better. (rsync was not working with adding the *. Only some files/dirs were copied, not everything.) by Neal Norwitz · 19 years ago
  75. c16dd48 Doc some user visible changes by Neal Norwitz · 19 years ago
  76. 389cea8 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 19 years ago
  77. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
  78. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  79. cbcdfdc Whitespace normalization. by Tim Peters · 19 years ago
  80. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
  81. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 19 years ago
  82. b69406d Update general copyright years to 2006. by Georg Brandl · 19 years ago
  83. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 19 years ago
  84. 03ca23d Explain the clearing of the stack in a comment in Python/ceval.c's by Thomas Wouters · 19 years ago
  85. c492502 One more mod for support of C++ classes. by Jack Jansen · 19 years ago
  86. 82bca63 Avoid linking python with readline. by Martin v. Löwis · 19 years ago
  87. 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 19 years ago
  88. 2bc23f5 The default timer unit was incorrectly measured in milliseconds instead by Armin Rigo · 19 years ago
  89. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 19 years ago
  90. ed1992f Added function name to LogRecord. by Vinay Sajip · 19 years ago
  91. 260ce43 Propagate exceptions from shutdown() if raiseExceptions is not set. by Vinay Sajip · 19 years ago
  92. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 19 years ago
  93. bd3490a Be a little less sensitive to failures. Only check for the result from by Neal Norwitz · 19 years ago
  94. 82a9394 Add doc discussing how AST compiler is structured and designed. by Brett Cannon · 19 years ago
  95. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  96. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  97. 5eefdca Update projected release date by Andrew M. Kuchling · 19 years ago
  98. 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 19 years ago
  99. e0f8592 Removed defensive test in Handler.close by Vinay Sajip · 19 years ago
  100. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 19 years ago