1. 3b2a6b8 Issue 3677: Fix import from UNC paths on Windows. by Kristján Valur Jónsson · 16 years ago
  2. 00f2df4 Issue 3582. Improved thread support and TLS for Windows by Kristján Valur Jónsson · 16 years ago
  3. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  4. 343b970 Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) by Hirokazu Yamamoto · 16 years ago
  5. eaec6b6 Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) by Hirokazu Yamamoto · 16 years ago
  6. b117852 remove temporary code now by Benjamin Peterson · 16 years ago
  7. f902a94 be more specific in -3 option help by Benjamin Peterson · 16 years ago
  8. c4431ee add -3 to manpage by Benjamin Peterson · 16 years ago
  9. a924289 fix spelling by Benjamin Peterson · 16 years ago
  10. cebb25d fix markup by Benjamin Peterson · 16 years ago
  11. fe8076e specify what -3 warnings are about by Benjamin Peterson · 16 years ago
  12. 25f221b Merged revisions 68306-68308,68340,68368,68422 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  14. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  15. 1a67f58 use new sphinx modules by Benjamin Peterson · 16 years ago
  16. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  17. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 16 years ago
  18. e6dc531 Issue #4869: clarify documentation for random.expovariate. by Mark Dickinson · 16 years ago
  19. fde5b80 Issue #4864: test_msvc9compiler failed on VC6/7. by Hirokazu Yamamoto · 16 years ago
  20. 09cafb6 Use shutil.rmtree rather than os.rmdir. by Antoine Pitrou · 16 years ago
  21. e96d4ea Issue #1180193: When importing a module from a .pyc (or .pyo) file with by Antoine Pitrou · 16 years ago
  22. 3741bfd Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration by Marc-André Lemburg · 16 years ago
  23. f99b011 Make sure to checkout any new packages by Neal Norwitz · 16 years ago
  24. e87a28c Update make.bat. by Georg Brandl · 16 years ago
  25. d680d96 use Jinja 2.1.1 by Benjamin Peterson · 16 years ago
  26. 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
  27. 514d483 Misc/NEWS entry for r68317 by Mark Dickinson · 16 years ago
  28. 65808ff More Python 2.3 compatibility fixes for decimal.py. by Mark Dickinson · 16 years ago
  29. 6a96163 Fix Decimal.from_float to use valid Python 2.3 syntax, as per by Mark Dickinson · 16 years ago
  30. 1de3327 It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any by Mark Dickinson · 16 years ago
  31. 1bf6401 Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. by Mark Dickinson · 16 years ago
  32. 0ebfedf Fix HAVE_DECL_ISINF/ISNAN test (again). by Mark Dickinson · 16 years ago
  33. 41fbae1 Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also by Mark Dickinson · 16 years ago
  34. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  35. 04b2723 Add autoconf test to detect x87-style double rounding, as described in by Mark Dickinson · 16 years ago
  36. d81780b using clearer syntax by Tarek Ziadé · 16 years ago
  37. 516144f If user configures --without-gcc give preference to $CC instead of blindly by Skip Montanaro · 16 years ago
  38. dd7e313 Fix two issues found by the suspicious builder. by Georg Brandl · 16 years ago
  39. 700cf28 Add "suspicious" builder which finds leftover markup in the HTML files. by Georg Brandl · 16 years ago
  40. 775aa4a Test commit. by Georg Brandl · 16 years ago
  41. 248fb13 only check the actual compile() call for a SyntaxError by Benjamin Peterson · 16 years ago
  42. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 16 years ago
  43. e54aea7 Add temporary code to fix the automatic doc build failure. by Georg Brandl · 16 years ago
  44. 8c8cc6b Manually merge r67868 from 2.6 branch. by Georg Brandl · 16 years ago
  45. fe42789 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. by Georg Brandl · 16 years ago
  46. c63785d Grammar fix. by Georg Brandl · 16 years ago
  47. e7f1403 The _tkinter module functions "createfilehandler", "deletefilehandler", by Guilherme Polo · 16 years ago
  48. 3b62c2f Disable the line length checker by default. by Georg Brandl · 16 years ago
  49. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  50. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  51. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  52. ae24e7b Recognize usage of the default role. by Georg Brandl · 16 years ago
  53. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 16 years ago
  54. a24067e Fix role name. by Georg Brandl · 16 years ago
  55. aa5bb32 Make indentation consistent. by Georg Brandl · 16 years ago
  56. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 16 years ago
  57. b7e835b Reapply r68191. by Raymond Hettinger · 16 years ago
  58. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  59. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  60. 37fc823 Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from by Benjamin Peterson · 16 years ago
  61. edd7d95 Fix indentation. by Georg Brandl · 16 years ago
  62. bc13092 Remove useless string literal. by Georg Brandl · 16 years ago
  63. 4aa04db Issue #4812: further renaming of internal Decimal constants, for clarity. by Mark Dickinson · 16 years ago
  64. c5de096 Issue #4812: add missing underscore prefix to some internal-use-only by Mark Dickinson · 16 years ago
  65. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  66. 10b1ec9 Add various items by Andrew M. Kuchling · 16 years ago
  67. 796798b fix compilation on non-Windows platforms by Benjamin Peterson · 16 years ago
  68. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 16 years ago
  69. 5344c99 Issue #4075: Use OutputDebugStringW in Py_FatalError. by Martin v. Löwis · 16 years ago
  70. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  71. 5110486 Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  72. 0132ee34 document PyMemberDef by Benjamin Peterson · 16 years ago
  73. 072bb40 Fix for issues #841800 and #900506 by Ronald Oussoren · 16 years ago
  74. 0bbebbb Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. by Ronald Oussoren · 16 years ago
  75. abcc168 Fix for issue 1149804 by Ronald Oussoren · 16 years ago
  76. 919697c Fix for issue r1737832 by Ronald Oussoren · 16 years ago
  77. 7f8cbf0 Fix for issue 1627952 by Ronald Oussoren · 16 years ago
  78. 63b74fe Fix for issue 900949 by Ronald Oussoren · 16 years ago
  79. 0238497e Fix for issue1594 by Ronald Oussoren · 16 years ago
  80. 8c95484 Fix for issue3559: No preferences menu in IDLE on OSX by Ronald Oussoren · 16 years ago
  81. 862359e Fix for issue 3433 by Ronald Oussoren · 16 years ago
  82. 5a5c739 Fix for issue4780 by Ronald Oussoren · 16 years ago
  83. f7d5405 Forgot to add a NEWS item in my previous checkin by Ronald Oussoren · 16 years ago
  84. 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 16 years ago
  85. 57eb0e9 #4801 _collections module fails to build on cygwin. by Amaury Forgeot d'Arc · 16 years ago
  86. d6baa70 welcome to 2009, Python! by Benjamin Peterson · 16 years ago
  87. 8ea9999 fix highlighting by Benjamin Peterson · 16 years ago
  88. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 16 years ago
  89. 733dc74 fill in actual issue number in tests by Antoine Pitrou · 16 years ago
  90. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 16 years ago
  91. 4ba9f41 #4767: Use correct submodules for all MIME classes. by Georg Brandl · 16 years ago
  92. 430effb Handlers are in the `logging.handlers` module. by Georg Brandl · 16 years ago
  93. da550b0 #4776: add data_files and package_dir arguments. by Georg Brandl · 16 years ago
  94. 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 16 years ago
  95. 07bfe45 #4784: ... on three counts ... by Georg Brandl · 16 years ago
  96. 3f74f57 Point to types module in new module deprecation notice. by Georg Brandl · 16 years ago
  97. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 16 years ago
  98. 775c307 #4222: document dis.findlabels() and dis.findlinestarts() and by Georg Brandl · 16 years ago
  99. 2adde05 #4185: clarify escape behavior of replacement strings. by Georg Brandl · 16 years ago
  100. d0eb8f9 #4156: make clear that "protocol" is to be replaced with the protocol name. by Georg Brandl · 16 years ago