1. 334b5b2 Tighten an overbroad and misleading assertion. (Reported by Jim Jewett.) by Raymond Hettinger · 18 years ago
  2. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  3. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 18 years ago
  4. 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 18 years ago
  5. 7fbd691 Get rid of warnings on some platforms by using %u for a size_t. by Neal Norwitz · 18 years ago
  6. 4d65af0 Add section headers and examples. by Raymond Hettinger · 18 years ago
  7. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 18 years ago
  8. 4ec3c26 Found this in an old email message from Hartmut Goebel. by Skip Montanaro · 18 years ago
  9. baf05b7 fix typo by Georg Brandl · 18 years ago
  10. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 18 years ago
  11. ccc7bb4 More extensive comment on __exit__ handling, per Guido's request. by Phillip J. Eby · 18 years ago
  12. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  13. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  14. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  15. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 18 years ago
  16. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 18 years ago
  17. e751c86 Add more tests by Raymond Hettinger · 18 years ago
  18. 4a26633 Revert r42719, because the isinstance() check wasn't redundant; formatting a by Phillip J. Eby · 18 years ago
  19. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  20. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 18 years ago
  21. c841bb6 run_module shouldn't hold the import lock when running a script by Nick Coghlan · 18 years ago
  22. cdb7948 Use absolute import. by Neal Norwitz · 18 years ago
  23. b95caff Clarify cases when waitpid might not return self.pid. by Martin v. Löwis · 18 years ago
  24. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 18 years ago
  25. 846d72a Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  26. de868c9 Hmmm, I don't think we wanted to test // twice and / not at all (in this section). by Neal Norwitz · 18 years ago
  27. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  28. 7fbb9d1 SF bug #1457411, fix errors using variables that don't exist. by Neal Norwitz · 18 years ago
  29. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 18 years ago
  30. c92157f Relax result test for program mode of quopri. by Martin v. Löwis · 18 years ago
  31. bd8dbab Preserve command name, for later printing of active by Martin v. Löwis · 18 years ago
  32. 83be966 Rewrite pipe code using subprocess, to make sure the by Martin v. Löwis · 18 years ago
  33. d478f34 Patch #1396919: Reenable the system scope threads on FreeBSD 5.4 by Hye-Shik Chang · 18 years ago
  34. dfbd34c Cosmetic improvement for r43247 by Hye-Shik Chang · 18 years ago
  35. 55f316c Skip to install files for empty directories; to name it, Lib/lib-old. by Hye-Shik Chang · 18 years ago
  36. badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 18 years ago
  37. 9076842 Fix a ssize_t issue by Neal Norwitz · 18 years ago
  38. 8af92d1 Heh -- used the right format for a refcount, but forgot to stop truncating it. by Tim Peters · 18 years ago
  39. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 18 years ago
  40. 4d073bb _Py_NegativeRefcount(): print the full value of ob_refcnt. by Tim Peters · 18 years ago
  41. d6316a9 Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. by Barry Warsaw · 18 years ago
  42. bcfccca Fix some int/Py_ssize_t issues which led to compiler warnings by Thomas Heller · 18 years ago
  43. 59feb6f Include <malloc.h> on windows, to avoid warnings when compiling with mingw. by Thomas Heller · 18 years ago
  44. c61c049 ctypes was added. by Thomas Heller · 18 years ago
  45. f303261 Remove false information from the comment and reformat it like other by Hye-Shik Chang · 18 years ago
  46. 8142cb6 Damn another occurrence of using as as a keywordf by Neal Norwitz · 18 years ago
  47. 72d7a78 Change NEWS entry for recent socket API change by Georg Brandl · 18 years ago
  48. 0ae07bd Whitespace normalization. by Tim Peters · 18 years ago
  49. b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 18 years ago
  50. 4d90bbd News about email 4.0. by Barry Warsaw · 18 years ago
  51. 0568f40 remove test file by Barry Warsaw · 18 years ago
  52. a3aaf3e py trunk svn test by Barry Warsaw · 18 years ago
  53. 49c54bc py trunk svn test by Barry Warsaw · 18 years ago
  54. f37ec35 py trunk svn test by Barry Warsaw · 18 years ago
  55. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 18 years ago
  56. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  57. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 18 years ago
  58. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  59. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 18 years ago
  60. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  61. e502693 Avoid a potential double-free bug. by Thomas Heller · 18 years ago
  62. ba29e4c Apply patch from Martin v. Loewis: Avoid function pointer casts. by Thomas Heller · 18 years ago
  63. a0dd3e3 Remove mention of fpectl in README. by Georg Brandl · 18 years ago
  64. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 18 years ago
  65. 711e7f0 Fix another bug found by Coverty. by Thomas Heller · 18 years ago
  66. e2061dc Fix bug found by Coverty. by Thomas Heller · 18 years ago
  67. cce2267 Plug a leak in the ctypes test suite when tests are run repeatedly. by Thomas Heller · 18 years ago
  68. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 18 years ago
  69. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 18 years ago
  70. 46fa48a whitespace n11n by Anthony Baxter · 18 years ago
  71. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 18 years ago
  72. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 18 years ago
  73. 3dd8be4 Get Py_DEPRECATED to work with gcc 4.x too by Neal Norwitz · 18 years ago
  74. 24078c5 moved older releases into HISTORY by Anthony Baxter · 18 years ago
  75. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  76. 910b5ee experimenting with release stuff. please ignore by Anthony Baxter · 18 years ago
  77. 1747143 replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. by Anthony Baxter · 18 years ago
  78. d48f2b8 ignore the fetched NormalizationTest.txt file by Anthony Baxter · 18 years ago
  79. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  80. d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 18 years ago
  81. c3264e5 Get rid of some warnings. by Neal Norwitz · 18 years ago
  82. d5b0c9b Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() by Neal Norwitz · 18 years ago
  83. 29892cc Update function name to reflect params and stop casting to long to avoid losing data by Neal Norwitz · 18 years ago
  84. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 18 years ago
  85. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 18 years ago
  86. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 18 years ago
  87. c54ae35 Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind, via suffix wildcards. by Barry Warsaw · 18 years ago
  88. fa76224 Ignore *.pyc and *.pyo by Hye-Shik Chang · 18 years ago
  89. 6a7ec7c Change raise statement to PEP 8 style. by Walter Dörwald · 18 years ago
  90. e5c5117 Shim for test_email_renamed.py tests. by Barry Warsaw · 18 years ago
  91. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 18 years ago
  92. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 18 years ago
  93. ba8e180 Release codecs variable earlier. by Walter Dörwald · 18 years ago
  94. f4063ca Fix compiler warning. by Thomas Heller · 18 years ago
  95. ddb84d7 Bug #1353433: be conciliant with spaces in redirect URLs by Georg Brandl · 18 years ago
  96. abd1ff8 Previously, Python code had no easy way to access the contents of a by Georg Brandl · 18 years ago
  97. 237037b You need at least one \item by Andrew M. Kuchling · 18 years ago
  98. b182db4 Write section by Andrew M. Kuchling · 18 years ago
  99. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 18 years ago
  100. 5c170fd Fix some missing checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 18 years ago