1. 7257231 Added a datetime new features entry by Alexander Belopolsky · 14 years ago
  2. 3405de0 Mention NASM which is needed to build openssl-1.0.0a original source. by Hirokazu Yamamoto · 14 years ago
  3. 515fabb Entry for inspect.getattr_static(). by Raymond Hettinger · 14 years ago
  4. b1ff402 Example of argparge with subparsers. by Raymond Hettinger · 14 years ago
  5. 2ffa671 range() example by Raymond Hettinger · 14 years ago
  6. f34445f Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  7. 24a0941 Nits. by Raymond Hettinger · 14 years ago
  8. 83d8079 Clean-ups. by Raymond Hettinger · 14 years ago
  9. b105519 Add example for concurrent.futures. by Raymond Hettinger · 14 years ago
  10. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  11. 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
  12. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
  13. 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
  14. 2c1ecc3 Martin's name with Unicode. by Raymond Hettinger · 14 years ago
  15. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  16. 673ccf2 Clean-ups and examples. by Raymond Hettinger · 14 years ago
  17. 68f1e8d Spelling. by Raymond Hettinger · 14 years ago
  18. a026633 More cleanups and examples. by Raymond Hettinger · 14 years ago
  19. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  20. 9b955de use the more direct API by Benjamin Peterson · 14 years ago
  21. 9b4e27e add news note by Benjamin Peterson · 14 years ago
  22. 0eb7f86 return views from dict proxy items/values/keys #10630 by Benjamin Peterson · 14 years ago
  23. b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
  24. 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
  25. 778645a Fix typo by David Malcolm · 14 years ago
  26. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  27. 7c23ea2 Don't use deprecated aliases. by Georg Brandl · 14 years ago
  28. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  29. b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
  30. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  31. f645b0e Retagging 3.2b1. by Georg Brandl · 14 years ago
  32. 65b2eb9 Fix title. by Georg Brandl · 14 years ago
  33. 4392b56 Remove tag. by Georg Brandl · 14 years ago
  34. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  35. 5ce0c6f Tagging 3.2b1. by Georg Brandl · 14 years ago
  36. e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
  37. 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
  38. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  39. 7bd5dbe More fine-grained monitoring of alterations to logging state by Nick Coghlan · 14 years ago
  40. 413abbc Spelling by Raymond Hettinger · 14 years ago
  41. dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
  42. 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
  43. e5e728b New string format character. by Raymond Hettinger · 14 years ago
  44. d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
  45. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  46. 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
  47. dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
  48. 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago
  49. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  50. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  51. c269ae8 Optimization of Timsort. by Raymond Hettinger · 14 years ago
  52. a5a3554 Start the argparse entry. by Raymond Hettinger · 14 years ago
  53. 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 14 years ago
  54. 6f04adc Fill-in stub for concurrent.futures by Raymond Hettinger · 14 years ago
  55. d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
  56. 41ea8ae Bump to 3.2b1. by Georg Brandl · 14 years ago
  57. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  58. bccb8be Update suspicious exceptions. by Georg Brandl · 14 years ago
  59. b0592a6 Update pydoc topics. by Georg Brandl · 14 years ago
  60. 8c30a71 Silence compile error by Antoine Pitrou · 14 years ago
  61. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  62. 2f0fd0f configparser: mapping protocol access get() handles configparser-specific arguments as well by Łukasz Langa · 14 years ago
  63. 1215915 Use proper plural forms in argparse (#4391) by Éric Araujo · 14 years ago
  64. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  65. 44588b4 More issue #10624: Add requires_IEEE_754 to __all__. by Eric Smith · 14 years ago
  66. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
  67. f3fa568 Fix typo. by Georg Brandl · 14 years ago
  68. f8b893e Fix accidental checkin. by Georg Brandl · 14 years ago
  69. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  70. 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
  71. 1ed77f3 Issue 10625: Add tests for negative zeros in complex str and repr. by Eric Smith · 14 years ago
  72. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  73. 932e49e Fix PEP number. by Martin v. Löwis · 14 years ago
  74. 535c077 support for checking test coverage added. by Łukasz Langa · 14 years ago
  75. 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
  76. 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
  77. 7b1bee4 Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations. by Mark Dickinson · 14 years ago
  78. 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 14 years ago
  79. d2a9b20 Issue #10596: Fix float.__mod__ to have the same behaviour as by Mark Dickinson · 14 years ago
  80. 7f4bc00 I hope this will fix Win2008(x64) buildbot error. by Hirokazu Yamamoto · 14 years ago
  81. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  82. 66f2623 Remove some unecessary '#ifdef Py_NAN's from floatobject.c by Mark Dickinson · 14 years ago
  83. 24bcc61 configparser: minute refactoring of RawConfigParser.items() by Łukasz Langa · 14 years ago
  84. 09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the by Gregory P. Smith · 14 years ago
  85. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  86. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  87. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  88. c9fb3c6 Fix indentation in Objects/longobject.c by Mark Dickinson · 14 years ago
  89. c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. by Georg Brandl · 14 years ago
  90. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  91. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  92. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  93. 427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse by Hirokazu Yamamoto · 14 years ago
  94. b416230 refactor the warning test. by Gregory P. Smith · 14 years ago
  95. 10064e9 Add the NEWS entry for issue7904 by Senthil Kumaran · 14 years ago
  96. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  97. da72231 Regenerate. by Martin v. Löwis · 14 years ago
  98. 81c9b45 Add Revision keyword. by Martin v. Löwis · 14 years ago
  99. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  100. 35f08f0 Make script 2-vs-3-agnostic. by Martin v. Löwis · 14 years ago