1. 0a4e98b Allow supression of subwcrev.exe invocation on a per-working-copy basis. by Martin v. Löwis · 18 years ago
  2. cff2208 Whitespace for generated code. by Walter Dörwald · 18 years ago
  3. 0750883 Tagging for release r25a0 by Anthony Baxter · 18 years ago
  4. 285965a oops. lets try that one more time by Anthony Baxter · 18 years ago
  5. 06a4ed5 Tagging for release r25a0 by Anthony Baxter · 18 years ago
  6. a0b1a74 Tagging for release svn+ssh://pythondev@svn.python.org/python//tags/r25a0 by Anthony Baxter · 18 years ago
  7. deee509 more testing. by Anthony Baxter · 18 years ago
  8. 1fe4f01 Add product ids for 2.5. by Martin v. Löwis · 18 years ago
  9. a8da934 Whitespace. by Walter Dörwald · 18 years ago
  10. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 18 years ago
  11. 6c40359 Find a source file in srcdir to allow to build outside of srcdir. by Hye-Shik Chang · 18 years ago
  12. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 18 years ago
  13. 40108c9 Mention patch id for the CJK part of the patch and by Walter Dörwald · 18 years ago
  14. 17d25ca tagging for release 2.5a0 by Anthony Baxter · 18 years ago
  15. f096615 updating snapshot. by Anthony Baxter · 18 years ago
  16. c9d78aa Years in the making. by Tim Peters · 18 years ago
  17. 1c168d8 Bug #1457264: parse http://host?query correctly in urllib by Georg Brandl · 18 years ago
  18. 04855cc Fix typo. by Martin v. Löwis · 18 years ago
  19. 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 18 years ago
  20. c667d05 Provide more debug output, to diagnose OpenBSD test failures. by Martin v. Löwis · 18 years ago
  21. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 18 years ago
  22. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 18 years ago
  23. 7545a6b regsub is gone, nothing to ignore by Neal Norwitz · 18 years ago
  24. 2c85d82 Try to handle sys.getfilesystemencoding() returning None. by Neal Norwitz · 18 years ago
  25. 334b5b2 Tighten an overbroad and misleading assertion. (Reported by Jim Jewett.) by Raymond Hettinger · 18 years ago
  26. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  27. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 18 years ago
  28. 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 18 years ago
  29. 7fbd691 Get rid of warnings on some platforms by using %u for a size_t. by Neal Norwitz · 18 years ago
  30. 4d65af0 Add section headers and examples. by Raymond Hettinger · 18 years ago
  31. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 18 years ago
  32. 4ec3c26 Found this in an old email message from Hartmut Goebel. by Skip Montanaro · 18 years ago
  33. baf05b7 fix typo by Georg Brandl · 18 years ago
  34. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 18 years ago
  35. ccc7bb4 More extensive comment on __exit__ handling, per Guido's request. by Phillip J. Eby · 18 years ago
  36. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  37. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  38. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  39. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 18 years ago
  40. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 18 years ago
  41. e751c86 Add more tests by Raymond Hettinger · 18 years ago
  42. 4a26633 Revert r42719, because the isinstance() check wasn't redundant; formatting a by Phillip J. Eby · 18 years ago
  43. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  44. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 18 years ago
  45. c841bb6 run_module shouldn't hold the import lock when running a script by Nick Coghlan · 18 years ago
  46. cdb7948 Use absolute import. by Neal Norwitz · 18 years ago
  47. b95caff Clarify cases when waitpid might not return self.pid. by Martin v. Löwis · 18 years ago
  48. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 18 years ago
  49. 846d72a Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  50. de868c9 Hmmm, I don't think we wanted to test // twice and / not at all (in this section). by Neal Norwitz · 18 years ago
  51. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  52. 7fbb9d1 SF bug #1457411, fix errors using variables that don't exist. by Neal Norwitz · 18 years ago
  53. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 18 years ago
  54. c92157f Relax result test for program mode of quopri. by Martin v. Löwis · 18 years ago
  55. bd8dbab Preserve command name, for later printing of active by Martin v. Löwis · 18 years ago
  56. 83be966 Rewrite pipe code using subprocess, to make sure the by Martin v. Löwis · 18 years ago
  57. d478f34 Patch #1396919: Reenable the system scope threads on FreeBSD 5.4 by Hye-Shik Chang · 18 years ago
  58. dfbd34c Cosmetic improvement for r43247 by Hye-Shik Chang · 18 years ago
  59. 55f316c Skip to install files for empty directories; to name it, Lib/lib-old. by Hye-Shik Chang · 18 years ago
  60. badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 18 years ago
  61. 9076842 Fix a ssize_t issue by Neal Norwitz · 18 years ago
  62. 8af92d1 Heh -- used the right format for a refcount, but forgot to stop truncating it. by Tim Peters · 18 years ago
  63. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 18 years ago
  64. 4d073bb _Py_NegativeRefcount(): print the full value of ob_refcnt. by Tim Peters · 18 years ago
  65. d6316a9 Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. by Barry Warsaw · 18 years ago
  66. bcfccca Fix some int/Py_ssize_t issues which led to compiler warnings by Thomas Heller · 18 years ago
  67. 59feb6f Include <malloc.h> on windows, to avoid warnings when compiling with mingw. by Thomas Heller · 18 years ago
  68. c61c049 ctypes was added. by Thomas Heller · 18 years ago
  69. f303261 Remove false information from the comment and reformat it like other by Hye-Shik Chang · 18 years ago
  70. 8142cb6 Damn another occurrence of using as as a keywordf by Neal Norwitz · 18 years ago
  71. 72d7a78 Change NEWS entry for recent socket API change by Georg Brandl · 18 years ago
  72. 0ae07bd Whitespace normalization. by Tim Peters · 18 years ago
  73. b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 18 years ago
  74. 4d90bbd News about email 4.0. by Barry Warsaw · 18 years ago
  75. 0568f40 remove test file by Barry Warsaw · 18 years ago
  76. a3aaf3e py trunk svn test by Barry Warsaw · 18 years ago
  77. 49c54bc py trunk svn test by Barry Warsaw · 18 years ago
  78. f37ec35 py trunk svn test by Barry Warsaw · 18 years ago
  79. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 18 years ago
  80. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  81. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 18 years ago
  82. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  83. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 18 years ago
  84. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  85. e502693 Avoid a potential double-free bug. by Thomas Heller · 18 years ago
  86. ba29e4c Apply patch from Martin v. Loewis: Avoid function pointer casts. by Thomas Heller · 18 years ago
  87. a0dd3e3 Remove mention of fpectl in README. by Georg Brandl · 18 years ago
  88. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 18 years ago
  89. 711e7f0 Fix another bug found by Coverty. by Thomas Heller · 18 years ago
  90. e2061dc Fix bug found by Coverty. by Thomas Heller · 18 years ago
  91. cce2267 Plug a leak in the ctypes test suite when tests are run repeatedly. by Thomas Heller · 18 years ago
  92. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 18 years ago
  93. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 18 years ago
  94. 46fa48a whitespace n11n by Anthony Baxter · 18 years ago
  95. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 18 years ago
  96. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 18 years ago
  97. 3dd8be4 Get Py_DEPRECATED to work with gcc 4.x too by Neal Norwitz · 18 years ago
  98. 24078c5 moved older releases into HISTORY by Anthony Baxter · 18 years ago
  99. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  100. 910b5ee experimenting with release stuff. please ignore by Anthony Baxter · 18 years ago