1. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 15 years ago
  2. 1b3bef2 Issue #4915: Port sysmodule to Windows CE. by Martin v. Löwis · 15 years ago
  3. 51a3703 add email addresses by Benjamin Peterson · 16 years ago
  4. 987735c Update the documentation for binascii and zlib crc32/adler32 functions by Gregory P. Smith · 16 years ago
  5. 26f8d1b correct email address by Gregory P. Smith · 16 years ago
  6. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 16 years ago
  7. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 16 years ago
  8. b3b7d85 Issue #4279: Fix build of parsermodule under Cygwin. by Martin v. Löwis · 16 years ago
  9. 14aa459 Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 16 years ago
  10. 5ed4f6c macos 9 isn't supported by Benjamin Peterson · 16 years ago
  11. 4db53b2 move seealso to a more appropiate place by Benjamin Peterson · 16 years ago
  12. 164b045 make tests fail if they can't be imported by Benjamin Peterson · 16 years ago
  13. c2211ad Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  14. da62f81 Remove an unnecessary check from test_decimal. by Mark Dickinson · 16 years ago
  15. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  16. e7231cc Add ACKS entries for some of the patches I've been committing. by Antoine Pitrou · 16 years ago
  17. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  18. eee9583 rewrite verbose conditionals by Benjamin Peterson · 16 years ago
  19. 43723e2 - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on by Matthias Klose · 16 years ago
  20. bd4b5f2 Add NEWS entry for r68484. by Antoine Pitrou · 16 years ago
  21. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 16 years ago
  22. 7c303e9 Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  23. 99505c8 Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library. by Vinay Sajip · 16 years ago
  24. abb70e9 Issue 4906: Preserve windows error state across PyThread_get_key_value by Kristján Valur Jónsson · 16 years ago
  25. dbf5588 Added helper script to build Tcl/Tk. by Hirokazu Yamamoto · 16 years ago
  26. 420ab8a Link to debug version of Tcl/Tk when python is built as debug version. by Hirokazu Yamamoto · 16 years ago
  27. e0f8b3d Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) by Hirokazu Yamamoto · 16 years ago
  28. 4c5ecb7 Issue #4074: Change the criteria for doing a full garbage collection (i.e. by Antoine Pitrou · 16 years ago
  29. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  30. 0e91938 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  31. 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 16 years ago
  32. 7e876f5 Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks. by Kristján Valur Jónsson · 16 years ago
  33. 3b2a6b8 Issue 3677: Fix import from UNC paths on Windows. by Kristján Valur Jónsson · 16 years ago
  34. 00f2df4 Issue 3582. Improved thread support and TLS for Windows by Kristján Valur Jónsson · 16 years ago
  35. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  36. 343b970 Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) by Hirokazu Yamamoto · 16 years ago
  37. eaec6b6 Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) by Hirokazu Yamamoto · 16 years ago
  38. b117852 remove temporary code now by Benjamin Peterson · 16 years ago
  39. f902a94 be more specific in -3 option help by Benjamin Peterson · 16 years ago
  40. c4431ee add -3 to manpage by Benjamin Peterson · 16 years ago
  41. a924289 fix spelling by Benjamin Peterson · 16 years ago
  42. cebb25d fix markup by Benjamin Peterson · 16 years ago
  43. fe8076e specify what -3 warnings are about by Benjamin Peterson · 16 years ago
  44. 25f221b Merged revisions 68306-68308,68340,68368,68422 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  46. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  47. 1a67f58 use new sphinx modules by Benjamin Peterson · 16 years ago
  48. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  49. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 16 years ago
  50. e6dc531 Issue #4869: clarify documentation for random.expovariate. by Mark Dickinson · 16 years ago
  51. fde5b80 Issue #4864: test_msvc9compiler failed on VC6/7. by Hirokazu Yamamoto · 16 years ago
  52. 09cafb6 Use shutil.rmtree rather than os.rmdir. by Antoine Pitrou · 16 years ago
  53. e96d4ea Issue #1180193: When importing a module from a .pyc (or .pyo) file with by Antoine Pitrou · 16 years ago
  54. 3741bfd Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration by Marc-André Lemburg · 16 years ago
  55. f99b011 Make sure to checkout any new packages by Neal Norwitz · 16 years ago
  56. e87a28c Update make.bat. by Georg Brandl · 16 years ago
  57. d680d96 use Jinja 2.1.1 by Benjamin Peterson · 16 years ago
  58. f0d2c3f Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. by Antoine Pitrou · 16 years ago
  59. 514d483 Misc/NEWS entry for r68317 by Mark Dickinson · 16 years ago
  60. 65808ff More Python 2.3 compatibility fixes for decimal.py. by Mark Dickinson · 16 years ago
  61. 6a96163 Fix Decimal.from_float to use valid Python 2.3 syntax, as per by Mark Dickinson · 16 years ago
  62. 1de3327 It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any by Mark Dickinson · 16 years ago
  63. 1bf6401 Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. by Mark Dickinson · 16 years ago
  64. 0ebfedf Fix HAVE_DECL_ISINF/ISNAN test (again). by Mark Dickinson · 16 years ago
  65. 41fbae1 Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also by Mark Dickinson · 16 years ago
  66. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  67. 04b2723 Add autoconf test to detect x87-style double rounding, as described in by Mark Dickinson · 16 years ago
  68. d81780b using clearer syntax by Tarek Ziadé · 16 years ago
  69. 516144f If user configures --without-gcc give preference to $CC instead of blindly by Skip Montanaro · 16 years ago
  70. dd7e313 Fix two issues found by the suspicious builder. by Georg Brandl · 16 years ago
  71. 700cf28 Add "suspicious" builder which finds leftover markup in the HTML files. by Georg Brandl · 16 years ago
  72. 775aa4a Test commit. by Georg Brandl · 16 years ago
  73. 248fb13 only check the actual compile() call for a SyntaxError by Benjamin Peterson · 16 years ago
  74. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 16 years ago
  75. e54aea7 Add temporary code to fix the automatic doc build failure. by Georg Brandl · 16 years ago
  76. 8c8cc6b Manually merge r67868 from 2.6 branch. by Georg Brandl · 16 years ago
  77. fe42789 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. by Georg Brandl · 16 years ago
  78. c63785d Grammar fix. by Georg Brandl · 16 years ago
  79. e7f1403 The _tkinter module functions "createfilehandler", "deletefilehandler", by Guilherme Polo · 16 years ago
  80. 3b62c2f Disable the line length checker by default. by Georg Brandl · 16 years ago
  81. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  82. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  83. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  84. ae24e7b Recognize usage of the default role. by Georg Brandl · 16 years ago
  85. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 16 years ago
  86. a24067e Fix role name. by Georg Brandl · 16 years ago
  87. aa5bb32 Make indentation consistent. by Georg Brandl · 16 years ago
  88. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 16 years ago
  89. b7e835b Reapply r68191. by Raymond Hettinger · 16 years ago
  90. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  91. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  92. 37fc823 Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from by Benjamin Peterson · 16 years ago
  93. edd7d95 Fix indentation. by Georg Brandl · 16 years ago
  94. bc13092 Remove useless string literal. by Georg Brandl · 16 years ago
  95. 4aa04db Issue #4812: further renaming of internal Decimal constants, for clarity. by Mark Dickinson · 16 years ago
  96. c5de096 Issue #4812: add missing underscore prefix to some internal-use-only by Mark Dickinson · 16 years ago
  97. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  98. 10b1ec9 Add various items by Andrew M. Kuchling · 16 years ago
  99. 796798b fix compilation on non-Windows platforms by Benjamin Peterson · 16 years ago
  100. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 16 years ago