1. 84cc062 Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. by Alexander Belopolsky · 14 years ago
  2. 7257231 Added a datetime new features entry by Alexander Belopolsky · 14 years ago
  3. 3405de0 Mention NASM which is needed to build openssl-1.0.0a original source. by Hirokazu Yamamoto · 14 years ago
  4. 515fabb Entry for inspect.getattr_static(). by Raymond Hettinger · 14 years ago
  5. b1ff402 Example of argparge with subparsers. by Raymond Hettinger · 14 years ago
  6. 2ffa671 range() example by Raymond Hettinger · 14 years ago
  7. f34445f Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  8. 24a0941 Nits. by Raymond Hettinger · 14 years ago
  9. 83d8079 Clean-ups. by Raymond Hettinger · 14 years ago
  10. b105519 Add example for concurrent.futures. by Raymond Hettinger · 14 years ago
  11. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  12. 8497f0a backporting security fix of issue 9129 (smtpd module vulnerable to DoS attacks in case of connection bashing) by Giampaolo Rodolà · 14 years ago
  13. 517858a Fix for issue #10406: enable Rstrip extension on OSX by Ronald Oussoren · 14 years ago
  14. 8ec374c Merged revisions 87119 via svnmerge from by Ronald Oussoren · 14 years ago
  15. a85b671 Merged revisions 87119 via svnmerge from by Ronald Oussoren · 14 years ago
  16. 10e05e1 Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. by Ronald Oussoren · 14 years ago
  17. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
  18. 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
  19. 2c1ecc3 Martin's name with Unicode. by Raymond Hettinger · 14 years ago
  20. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  21. 673ccf2 Clean-ups and examples. by Raymond Hettinger · 14 years ago
  22. 68f1e8d Spelling. by Raymond Hettinger · 14 years ago
  23. a026633 More cleanups and examples. by Raymond Hettinger · 14 years ago
  24. d8e4edd Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  25. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  26. 9b955de use the more direct API by Benjamin Peterson · 14 years ago
  27. 9b4e27e add news note by Benjamin Peterson · 14 years ago
  28. 0eb7f86 return views from dict proxy items/values/keys #10630 by Benjamin Peterson · 14 years ago
  29. b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
  30. 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
  31. 778645a Fix typo by David Malcolm · 14 years ago
  32. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  33. 7c23ea2 Don't use deprecated aliases. by Georg Brandl · 14 years ago
  34. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  35. 705e8d8 Blocked revisions 85674 via svnmerge by R. David Murray · 14 years ago
  36. 269a881 Merged revisions 85674 via svnmerge from by R. David Murray · 14 years ago
  37. 82e7aae Merged revisions 85146 via svnmerge from by R. David Murray · 14 years ago
  38. abb1075 Merged revisions 85146 via svnmerge from by R. David Murray · 14 years ago
  39. 13219a3 Merged revisions 85130 via svnmerge from by R. David Murray · 14 years ago
  40. c1b3ed5 Merged revisions 85130 via svnmerge from by R. David Murray · 14 years ago
  41. b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
  42. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  43. f645b0e Retagging 3.2b1. by Georg Brandl · 14 years ago
  44. 65b2eb9 Fix title. by Georg Brandl · 14 years ago
  45. 4392b56 Remove tag. by Georg Brandl · 14 years ago
  46. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  47. 5ce0c6f Tagging 3.2b1. by Georg Brandl · 14 years ago
  48. e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
  49. 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
  50. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  51. 7bd5dbe More fine-grained monitoring of alterations to logging state by Nick Coghlan · 14 years ago
  52. 413abbc Spelling by Raymond Hettinger · 14 years ago
  53. dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
  54. 7d81975 Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it) by Nick Coghlan · 14 years ago
  55. e5e728b New string format character. by Raymond Hettinger · 14 years ago
  56. d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
  57. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  58. 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
  59. dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
  60. 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago
  61. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  62. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  63. c269ae8 Optimization of Timsort. by Raymond Hettinger · 14 years ago
  64. a5a3554 Start the argparse entry. by Raymond Hettinger · 14 years ago
  65. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
  66. 6f04adc Fill-in stub for concurrent.futures by Raymond Hettinger · 14 years ago
  67. d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
  68. 41ea8ae Bump to 3.2b1. by Georg Brandl · 14 years ago
  69. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  70. bccb8be Update suspicious exceptions. by Georg Brandl · 14 years ago
  71. 950b3d8 Add missing label. by Georg Brandl · 14 years ago
  72. b0592a6 Update pydoc topics. by Georg Brandl · 14 years ago
  73. 8c30a71 Silence compile error by Antoine Pitrou · 14 years ago
  74. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  75. 2f0fd0f configparser: mapping protocol access get() handles configparser-specific arguments as well by Łukasz Langa · 14 years ago
  76. 1215915 Use proper plural forms in argparse (#4391) by Éric Araujo · 14 years ago
  77. 0960bc5 Merged revisions 85086 via svnmerge from by R. David Murray · 14 years ago
  78. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  79. cd4f758 Merged revisions 85086 via svnmerge from by R. David Murray · 14 years ago
  80. 44588b4 More issue #10624: Add requires_IEEE_754 to __all__. by Eric Smith · 14 years ago
  81. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
  82. f3fa568 Fix typo. by Georg Brandl · 14 years ago
  83. f8b893e Fix accidental checkin. by Georg Brandl · 14 years ago
  84. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  85. af9e92b Blocked revisions 87039-87040,87043-87044 via svnmerge by Eric Smith · 14 years ago
  86. 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 14 years ago
  87. 1ed77f3 Issue 10625: Add tests for negative zeros in complex str and repr. by Eric Smith · 14 years ago
  88. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  89. 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
  90. 535c077 support for checking test coverage added. by Łukasz Langa · 14 years ago
  91. f24a0d9 Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly. by Eric Smith · 14 years ago
  92. 70099a1 Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex. by Eric Smith · 14 years ago
  93. 7b1bee4 Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations. by Mark Dickinson · 14 years ago
  94. 0169af1 Merged revisions 87032 via svnmerge from by Mark Dickinson · 14 years ago
  95. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 14 years ago
  96. 3315438 Backout broken backport. (Sorry.) by Mark Dickinson · 14 years ago
  97. 11e77ff Merged revisions 87032 via svnmerge from by Mark Dickinson · 14 years ago
  98. ecf8ec6 Merged revisions 87032 via svnmerge from by Mark Dickinson · 14 years ago
  99. d2a9b20 Issue #10596: Fix float.__mod__ to have the same behaviour as by Mark Dickinson · 14 years ago
  100. 7f4bc00 I hope this will fix Win2008(x64) buildbot error. by Hirokazu Yamamoto · 14 years ago