1. 314861c Minor bugs in the __index__ code (PEP 357), with tests. by Armin Rigo · 18 years ago
  2. 4ef3a23 whitespace normalisation by Anthony Baxter · 18 years ago
  3. ecdc0a9 That one was a mistake. by Georg Brandl · 18 years ago
  4. d37ac69 Remove unnecessary casts from type object initializers. by Georg Brandl · 18 years ago
  5. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 18 years ago
  6. 3987df5 Try to build _ctypes on x86 openbsd. by Thomas Heller · 18 years ago
  7. 5eca19b Checking in the test for PEP 357. by Armin Rigo · 18 years ago
  8. 67b6d51 Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 18 years ago
  9. 262c00a Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 18 years ago
  10. 80a5d01 Mark the upload command as new in 2.5, per Neal Norwitz's request. by Phillip J. Eby · 18 years ago
  11. 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 18 years ago
  12. 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 18 years ago
  13. 59821cf Oops, forgot to checkin the NEWS for --identity by Phillip J. Eby · 18 years ago
  14. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 18 years ago
  15. 3c3346d SF bug #1460340: random.sample can raise KeyError by Raymond Hettinger · 18 years ago
  16. 62e97f0 In format strings slinging Py_ssize_t, unconditionally by Tim Peters · 18 years ago
  17. efb6e75 add the ctypes.test subpackage to a normal Unix installation -- by Armin Rigo · 18 years ago
  18. 12bec1b fix a comment. by Armin Rigo · 18 years ago
  19. 80bb2bb Revert r43399. by Georg Brandl · 18 years ago
  20. d34fa52 answer a question from a comment by Armin Rigo · 18 years ago
  21. 1d278fc Move product_codes in their own file. by Martin v. Löwis · 18 years ago
  22. 275935d document sys.maxint in std objects by Georg Brandl · 18 years ago
  23. 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 18 years ago
  24. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 18 years ago
  25. 240ec6b Make the tests succeed with -Qnew: Do not rely on the exact wording of a ZeroDivisionError. by Thomas Heller · 18 years ago
  26. f871270 Make uu use floor division instead of classic division. by Georg Brandl · 18 years ago
  27. 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 18 years ago
  28. b921a84 Make xdrlib use floor division instead of classic division. by Georg Brandl · 18 years ago
  29. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 18 years ago
  30. 4054b97 In true regression-test spirit, make sure the by Thomas Wouters · 18 years ago
  31. a33b2bc Add an example of a generator->freevar->cell->generator reference-cycle that by Thomas Wouters · 18 years ago
  32. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 18 years ago
  33. df51179 Correct case in test for Windows 9X. by Martin v. Löwis · 18 years ago
  34. b82cb8d Part of bug 1459808: fiddle test_input_and_raw_input() so it passes w/ -Qnew. by Tim Peters · 18 years ago
  35. 1c5bc1c Part of bug 1459808: fiddle so that this passes with or without -Qnew. by Tim Peters · 18 years ago
  36. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 18 years ago
  37. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 18 years ago
  38. 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 18 years ago
  39. bdfd693 Fix some missing imports by Phillip J. Eby · 18 years ago
  40. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 18 years ago
  41. d207b4f Document the contextlib module. by Phillip J. Eby · 18 years ago
  42. 849974f dummy_thread needs to support PEP 343 too. by Phillip J. Eby · 18 years ago
  43. b6e92c4 Document change made to number of preallocated integers. by Georg Brandl · 18 years ago
  44. 02e1997 Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages. by Phillip J. Eby · 18 years ago
  45. 16e86da The "with" statement needs a __future__. :) by Phillip J. Eby · 18 years ago
  46. 075ef1a Document the "with" statement. by Phillip J. Eby · 18 years ago
  47. 19bf33b Make itertools.tee and its internal teedataobject participate in GC. This by Thomas Wouters · 18 years ago
  48. 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 18 years ago
  49. 06b3dde Drop information about 2.4 DLLs. by Martin v. Löwis · 18 years ago
  50. 0a4e98b Allow supression of subwcrev.exe invocation on a per-working-copy basis. by Martin v. Löwis · 18 years ago
  51. cff2208 Whitespace for generated code. by Walter Dörwald · 18 years ago
  52. 0750883 Tagging for release r25a0 by Anthony Baxter · 18 years ago
  53. 285965a oops. lets try that one more time by Anthony Baxter · 18 years ago
  54. 06a4ed5 Tagging for release r25a0 by Anthony Baxter · 18 years ago
  55. a0b1a74 Tagging for release svn+ssh://pythondev@svn.python.org/python//tags/r25a0 by Anthony Baxter · 18 years ago
  56. deee509 more testing. by Anthony Baxter · 18 years ago
  57. 1fe4f01 Add product ids for 2.5. by Martin v. Löwis · 18 years ago
  58. a8da934 Whitespace. by Walter Dörwald · 18 years ago
  59. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 18 years ago
  60. 6c40359 Find a source file in srcdir to allow to build outside of srcdir. by Hye-Shik Chang · 18 years ago
  61. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 18 years ago
  62. 40108c9 Mention patch id for the CJK part of the patch and by Walter Dörwald · 18 years ago
  63. 17d25ca tagging for release 2.5a0 by Anthony Baxter · 18 years ago
  64. f096615 updating snapshot. by Anthony Baxter · 18 years ago
  65. c9d78aa Years in the making. by Tim Peters · 18 years ago
  66. 1c168d8 Bug #1457264: parse http://host?query correctly in urllib by Georg Brandl · 18 years ago
  67. 04855cc Fix typo. by Martin v. Löwis · 18 years ago
  68. 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 18 years ago
  69. c667d05 Provide more debug output, to diagnose OpenBSD test failures. by Martin v. Löwis · 18 years ago
  70. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 18 years ago
  71. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 18 years ago
  72. 7545a6b regsub is gone, nothing to ignore by Neal Norwitz · 18 years ago
  73. 2c85d82 Try to handle sys.getfilesystemencoding() returning None. by Neal Norwitz · 18 years ago
  74. 334b5b2 Tighten an overbroad and misleading assertion. (Reported by Jim Jewett.) by Raymond Hettinger · 18 years ago
  75. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  76. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 18 years ago
  77. 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 18 years ago
  78. 7fbd691 Get rid of warnings on some platforms by using %u for a size_t. by Neal Norwitz · 18 years ago
  79. 4d65af0 Add section headers and examples. by Raymond Hettinger · 18 years ago
  80. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 18 years ago
  81. 4ec3c26 Found this in an old email message from Hartmut Goebel. by Skip Montanaro · 18 years ago
  82. baf05b7 fix typo by Georg Brandl · 18 years ago
  83. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 18 years ago
  84. ccc7bb4 More extensive comment on __exit__ handling, per Guido's request. by Phillip J. Eby · 18 years ago
  85. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  86. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  87. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  88. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 18 years ago
  89. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 18 years ago
  90. e751c86 Add more tests by Raymond Hettinger · 18 years ago
  91. 4a26633 Revert r42719, because the isinstance() check wasn't redundant; formatting a by Phillip J. Eby · 18 years ago
  92. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  93. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 18 years ago
  94. c841bb6 run_module shouldn't hold the import lock when running a script by Nick Coghlan · 18 years ago
  95. cdb7948 Use absolute import. by Neal Norwitz · 18 years ago
  96. b95caff Clarify cases when waitpid might not return self.pid. by Martin v. Löwis · 18 years ago
  97. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 18 years ago
  98. 846d72a Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  99. de868c9 Hmmm, I don't think we wanted to test // twice and / not at all (in this section). by Neal Norwitz · 18 years ago
  100. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago