1. 720ddb6 Use PyString_FromFormat for formatting error messages. by Martin v. Löwis · 18 years ago
  2. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  3. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  4. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 18 years ago
  5. 1523154 doubletounicode(), longtounicode(): by Tim Peters · 18 years ago
  6. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  7. 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 18 years ago
  8. b1410fb Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalize by Thomas Wouters · 18 years ago
  9. 55aafab Added some more versionchanged markup. by Vinay Sajip · 18 years ago
  10. a87c445 Remove C99ism. by Martin v. Löwis · 18 years ago
  11. 2ae3c91 Drop py:lastmerged. by Martin v. Löwis · 18 years ago
  12. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  13. 4482929 use correct function in example by Fred Drake · 18 years ago
  14. 7941552 Find test failures consistently by Neal Norwitz · 18 years ago
  15. 219c164 randombits(): Stop compiler warning about mixing by Tim Peters · 18 years ago
  16. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  17. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  18. cffcfed New test code failed to close the file. This caused by Tim Peters · 18 years ago
  19. 967aa8b * Refcount leak. It was just a reference to Py_None, but still. by Armin Rigo · 18 years ago
  20. 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 · 18 years ago
  21. c16dd48 Doc some user visible changes by Neal Norwitz · 18 years ago
  22. 389cea8 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 18 years ago
  23. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 18 years ago
  24. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  25. cbcdfdc Whitespace normalization. by Tim Peters · 18 years ago
  26. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 18 years ago
  27. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 18 years ago
  28. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  29. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  30. 03ca23d Explain the clearing of the stack in a comment in Python/ceval.c's by Thomas Wouters · 18 years ago
  31. c492502 One more mod for support of C++ classes. by Jack Jansen · 18 years ago
  32. 82bca63 Avoid linking python with readline. by Martin v. Löwis · 18 years ago
  33. 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 18 years ago
  34. 2bc23f5 The default timer unit was incorrectly measured in milliseconds instead by Armin Rigo · 18 years ago
  35. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 18 years ago
  36. ed1992f Added function name to LogRecord. by Vinay Sajip · 18 years ago
  37. 260ce43 Propagate exceptions from shutdown() if raiseExceptions is not set. by Vinay Sajip · 18 years ago
  38. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 18 years ago
  39. bd3490a Be a little less sensitive to failures. Only check for the result from by Neal Norwitz · 18 years ago
  40. 82a9394 Add doc discussing how AST compiler is structured and designed. by Brett Cannon · 18 years ago
  41. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  42. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  43. 5eefdca Update projected release date by Andrew M. Kuchling · 18 years ago
  44. 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 18 years ago
  45. e0f8592 Removed defensive test in Handler.close by Vinay Sajip · 18 years ago
  46. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 18 years ago
  47. 05110aa Add versionadded note for new methods by Neal Norwitz · 18 years ago
  48. 082b2df Bug #876637, prevent stack corruption when socket descriptor by Neal Norwitz · 18 years ago
  49. 19cbcad Fix indentation (whitespace only). by Neal Norwitz · 18 years ago
  50. 02876df Check return results for errors by Neal Norwitz · 18 years ago
  51. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 18 years ago
  52. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 18 years ago
  53. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  54. d1cfc8a Whitespace normalization by Neal Norwitz · 18 years ago
  55. 96e48d4 Use C-style comment by Neal Norwitz · 18 years ago
  56. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  57. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 18 years ago
  58. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 18 years ago
  59. faa26df Fix typo by Neal Norwitz · 18 years ago
  60. 1469466 Drop C library for stat/fstat on Windows. by Martin v. Löwis · 18 years ago
  61. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago
  62. 5a49fae SF patch #1421726 by Fredrik Lundh · 18 years ago
  63. 553489a As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() by Thomas Wouters · 18 years ago
  64. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 18 years ago
  65. c81e3a6 Fix typo. by Martin v. Löwis · 18 years ago
  66. fd049a6 maintain support for older python versions in this module so that it by Gregory P. Smith · 18 years ago
  67. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 18 years ago
  68. 249c7b0 Whitespace normalization. by Tim Peters · 18 years ago
  69. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 18 years ago
  70. f684888 Explicitly close the server socket. by Martin v. Löwis · 18 years ago
  71. cfc4a8d add bsddb.db.DBEnv.set_tx_timestamp mention by Gregory P. Smith · 18 years ago
  72. 4ddc78a Delete aclocal.m4, and require autoconf 2.59, fixing #811160 in a different way. by Martin v. Löwis · 18 years ago
  73. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 18 years ago
  74. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 18 years ago
  75. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  76. 8a47404 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  77. b941825 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Barry Warsaw · 18 years ago
  78. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 18 years ago
  79. 14361ff Remove generated test db files by Neal Norwitz · 18 years ago
  80. 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 18 years ago
  81. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 18 years ago
  82. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 18 years ago
  83. 92037a1 Whitespace normalization. by Tim Peters · 18 years ago
  84. e101df9 note the bsddb extension module changes. by Gregory P. Smith · 18 years ago
  85. 4e414d8 commits sourceforge patch #1407992 by neil.norwitz. by Gregory P. Smith · 18 years ago
  86. ec2f74f module list utility by Fredrik Lundh · 18 years ago
  87. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 18 years ago
  88. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  89. bab05c9 Fix SF #1412837, compile failed with Watcom compiler by Neal Norwitz · 18 years ago
  90. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 18 years ago
  91. caa94bd Correct misspellings. by Georg Brandl · 18 years ago
  92. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 18 years ago
  93. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 18 years ago
  94. 8797578 Add two missing markup tags. by Georg Brandl · 18 years ago
  95. bc29c1a Whitespace normalization. by Tim Peters · 18 years ago
  96. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 18 years ago
  97. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 18 years ago
  98. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 18 years ago
  99. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 18 years ago
  100. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 18 years ago