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