1. 8d28a92 issue 10683 by Kristján Valur Jónsson · 14 years ago
  2. 3c54ea6 Actually finish the tests for r87182 by Nick Coghlan · 14 years ago
  3. 1d5d685 Logging documentation - further update. by Vinay Sajip · 14 years ago
  4. 97b886d Logging documentation - further update. by Vinay Sajip · 14 years ago
  5. 36675b6 Logging documentation - further update. by Vinay Sajip · 14 years ago
  6. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 14 years ago
  7. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  8. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 14 years ago
  9. e72b586 Fix heading level by Antoine Pitrou · 14 years ago
  10. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  11. 5260a9b #243654: only create a new MIME boundary if we don't already have one. by R. David Murray · 14 years ago
  12. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  13. 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
  14. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 14 years ago
  15. 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 14 years ago
  16. b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 14 years ago
  17. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 14 years ago
  18. f234eb9 Logging documentation - further update. by Vinay Sajip · 14 years ago
  19. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  20. 0e65cf0 Logging documentation - further update. by Vinay Sajip · 14 years ago
  21. 5286ccf Logging documentation - further update. by Vinay Sajip · 14 years ago
  22. a18b959 Logging documentation update. by Vinay Sajip · 14 years ago
  23. 8c84b71 having three copies of the same test is surely a bit excessive by Benjamin Peterson · 14 years ago
  24. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  25. 18d378d Fix markup. by Georg Brandl · 14 years ago
  26. ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target by Barry Warsaw · 14 years ago
  27. 6d9839d Add versionchanged for parameter type changes. by Martin v. Löwis · 14 years ago
  28. ab3734f Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. by Georg Brandl · 14 years ago
  29. dd59097 Adjust PySlice_GetIndices documentation to signature change. by Martin v. Löwis · 14 years ago
  30. cc9d237 Fix typo. by Georg Brandl · 14 years ago
  31. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago
  32. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  33. 070ec70 Move nntp entry back to changed modules section and add entry for non-ascii import directories. by Raymond Hettinger · 14 years ago
  34. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  35. cf03ac0 #10668: fix wrong call of __init__. by Georg Brandl · 14 years ago
  36. 40e86f0 Fied typo by Vinay Sajip · 14 years ago
  37. 129fd04 test.support: Added TestHandler and Matcher classes for better support of assertions about logging. by Vinay Sajip · 14 years ago
  38. dfa0a2a Minor documentation tweak. by Vinay Sajip · 14 years ago
  39. 8f77630 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. by Ezio Melotti · 14 years ago
  40. 522cc0a Reclassify some entries and remove a couple of minor ones. by Raymond Hettinger · 14 years ago
  41. 21ec4bc Overview of email module and recategorize various entries. by Raymond Hettinger · 14 years ago
  42. 5eb6390 Doh! Example pasted twice, but only once in the right place. by Raymond Hettinger · 14 years ago
  43. c95c918 Guard against rogue tuples. by Georg Brandl · 14 years ago
  44. b56c0e2 #10661: give QName a nicer repr. by Georg Brandl · 14 years ago
  45. fb1720b Fix "seperate". by Georg Brandl · 14 years ago
  46. 792c076 Entries for datetime, callable, and collections.Counter. by Raymond Hettinger · 14 years ago
  47. 5280275 Fixed typo in comment. by Hirokazu Yamamoto · 14 years ago
  48. 524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) by Hirokazu Yamamoto · 14 years ago
  49. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  50. 1b2bd3b Have script_helper._assert_python strip refcount strings from stderr. by R. David Murray · 14 years ago
  51. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  52. 84cc062 Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. by Alexander Belopolsky · 14 years ago
  53. 7257231 Added a datetime new features entry by Alexander Belopolsky · 14 years ago
  54. 3405de0 Mention NASM which is needed to build openssl-1.0.0a original source. by Hirokazu Yamamoto · 14 years ago
  55. 515fabb Entry for inspect.getattr_static(). by Raymond Hettinger · 14 years ago
  56. b1ff402 Example of argparge with subparsers. by Raymond Hettinger · 14 years ago
  57. 2ffa671 range() example by Raymond Hettinger · 14 years ago
  58. f34445f Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  59. 24a0941 Nits. by Raymond Hettinger · 14 years ago
  60. 83d8079 Clean-ups. by Raymond Hettinger · 14 years ago
  61. b105519 Add example for concurrent.futures. by Raymond Hettinger · 14 years ago
  62. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  63. 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
  64. 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
  65. 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
  66. 2c1ecc3 Martin's name with Unicode. by Raymond Hettinger · 14 years ago
  67. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  68. 673ccf2 Clean-ups and examples. by Raymond Hettinger · 14 years ago
  69. 68f1e8d Spelling. by Raymond Hettinger · 14 years ago
  70. a026633 More cleanups and examples. by Raymond Hettinger · 14 years ago
  71. 677e10a Add example for the entry for argparse by Raymond Hettinger · 14 years ago
  72. 9b955de use the more direct API by Benjamin Peterson · 14 years ago
  73. 9b4e27e add news note by Benjamin Peterson · 14 years ago
  74. 0eb7f86 return views from dict proxy items/values/keys #10630 by Benjamin Peterson · 14 years ago
  75. b5d7933 Add entry for new pdb features by Raymond Hettinger · 14 years ago
  76. 3f9734c Add entry for the new sysconfig module. by Raymond Hettinger · 14 years ago
  77. 778645a Fix typo by David Malcolm · 14 years ago
  78. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  79. 7c23ea2 Don't use deprecated aliases. by Georg Brandl · 14 years ago
  80. fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
  81. b87ba26 Typo fixups. by Raymond Hettinger · 14 years ago
  82. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  83. f645b0e Retagging 3.2b1. by Georg Brandl · 14 years ago
  84. 65b2eb9 Fix title. by Georg Brandl · 14 years ago
  85. 4392b56 Remove tag. by Georg Brandl · 14 years ago
  86. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  87. 5ce0c6f Tagging 3.2b1. by Georg Brandl · 14 years ago
  88. e5e1a98 Nits and todos by Raymond Hettinger · 14 years ago
  89. 3ad4675 Apply rest of #10628, and add a few todo comments. by Georg Brandl · 14 years ago
  90. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  91. 7bd5dbe More fine-grained monitoring of alterations to logging state by Nick Coghlan · 14 years ago
  92. 413abbc Spelling by Raymond Hettinger · 14 years ago
  93. dc2f9b5 Update the unittest section. by Raymond Hettinger · 14 years ago
  94. 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
  95. e5e728b New string format character. by Raymond Hettinger · 14 years ago
  96. d8fae4e Optimization notes. by Raymond Hettinger · 14 years ago
  97. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  98. 43b5a85 Describe the transform/untranform methods by Raymond Hettinger · 14 years ago
  99. dadf93c Note the updates to range objects. by Raymond Hettinger · 14 years ago
  100. 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago