1. a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 16 years ago
  2. 8113586 add commas for introductory clauses by Benjamin Peterson · 16 years ago
  3. 3784c6b Use the new unicode literals for the io module by Christian Heimes · 16 years ago
  4. df70e05 C89 compliance: Microsoft compilers want variable declarations at the top by Amaury Forgeot d'Arc · 16 years ago
  5. fa50bad I forgot to svn add the future test by Christian Heimes · 16 years ago
  6. 7f23d86 Initialize PyCompilerFlags cf_flags with 0 by Christian Heimes · 16 years ago
  7. 342212c Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD by Christian Heimes · 16 years ago
  8. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  9. 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 16 years ago
  10. 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 16 years ago
  11. 8c78cc3 Updated Misc/NEWS by Christian Heimes · 16 years ago
  12. 48e2b01 Removed merge tracking for "svnmerge" for by Christian Heimes · 16 years ago
  13. 5770dda Removed merge tracking for "svnmerge" for by Christian Heimes · 16 years ago
  14. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 16 years ago
  15. 630b57a Prepare integration of bytearray backport branch by Christian Heimes · 16 years ago
  16. 13be2cf Added help options to PDB by Benjamin Peterson · 16 years ago
  17. 27f4374 Add an example for an RFC 822 continuation. by Georg Brandl · 16 years ago
  18. 7ddd10d Add Josiah. by Georg Brandl · 16 years ago
  19. fc7b3e3 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 16 years ago
  20. 9f7af8d Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 16 years ago
  21. 22b3e3a Ensure that the mailbox is closed to prevent problems on Windows with removing by Neal Norwitz · 16 years ago
  22. 14f0bc7 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 16 years ago
  23. 85fc3c1 Try to get this test to be less flaky. It was failing sometimes because by Neal Norwitz · 16 years ago
  24. 7c29aae Add various items by Andrew M. Kuchling · 16 years ago
  25. a8c3f2b Minor docstring typos by Andrew M. Kuchling · 16 years ago
  26. da868d6 Opps! I merged the revisions, but forgot to add the header to ACKS by Benjamin Peterson · 16 years ago
  27. fffd939 Make _ctypes.c PY_SSIZE_T_CLEAN. by Thomas Heller · 16 years ago
  28. 6f7e71d Merged the ACKS from py3k by Benjamin Peterson · 16 years ago
  29. 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 16 years ago
  30. cdde579 Add Benjamin. by Georg Brandl · 16 years ago
  31. 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 16 years ago
  32. f8f1fbd Move declarations to block start. by Georg Brandl · 16 years ago
  33. 799b372 #2476: document that %default feature is new in 2.4. by Georg Brandl · 16 years ago
  34. 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 16 years ago
  35. d65ab95 Fix tabs. by Georg Brandl · 16 years ago
  36. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 16 years ago
  37. 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 16 years ago
  38. aef3e52 On platforms without zlib, make this do the right thing and return the python by Gregory P. Smith · 16 years ago
  39. 1fa588e Use a 32-bit unsigned int here, a long is not needed. by Gregory P. Smith · 16 years ago
  40. 18f1914 #868845: document <...> reprs. by Georg Brandl · 16 years ago
  41. bb89e68 Try to get this test to be more stable: by Neal Norwitz · 16 years ago
  42. be9160b Don't try to close a non-open file. by Neal Norwitz · 16 years ago
  43. 8844096 A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more by Gregory P. Smith · 16 years ago
  44. 4677fbf7 Try to fix a bunch of compiler warnings on Win64. by Neal Norwitz · 16 years ago
  45. 40f5e4c Fix a bunch of UnboundLocalErrors when the tests fail. by Neal Norwitz · 16 years ago
  46. fac02fa Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4 builds. by Amaury Forgeot d'Arc · 16 years ago
  47. a113bd9 Added quick hack for bzr by Christian Heimes · 16 years ago
  48. 6a453c3 Added quick hack for bzr by Christian Heimes · 16 years ago
  49. b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 16 years ago
  50. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  51. cdbc977 Install 2to3 script. by Martin v. Löwis · 16 years ago
  52. 9bdead0 #1700821: add a note to audioop docs about signedness of sample formats. by Georg Brandl · 16 years ago
  53. b72233c Issue 2460: Make Ellipsis objects copyable. by Raymond Hettinger · 16 years ago
  54. d145240 Tighten documentation for Random.triangular. by Raymond Hettinger · 16 years ago
  55. 966d0e0 Merged revisions 61724-61824 via svnmerge from by Martin v. Löwis · 16 years ago
  56. 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 16 years ago
  57. dd10284 prevent a warning from the struct module when data size >= 2**32. by Gregory P. Smith · 16 years ago
  58. ac830e9 A bugfix for r61813, it would fail if the data size was >=2**32. by Gregory P. Smith · 16 years ago
  59. be446b4 replace calls to get the initial values with the raw constants. by Gregory P. Smith · 16 years ago
  60. 79b4ba8 Fix gzip to deal with CRC's being signed values in Python 2.x properly and to by Gregory P. Smith · 16 years ago
  61. 73f57b0 Revert r61779 - It undid correct code and caused test_zlib to fail on all by Gregory P. Smith · 16 years ago
  62. c4f7bab Adopt Nick's suggestion for useful default arguments. by Raymond Hettinger · 16 years ago
  63. bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 16 years ago
  64. 9a0d346 #1477: ur'\U0010FFFF' raised in narrow unicode builds. by Amaury Forgeot d'Arc · 16 years ago
  65. 6185433 Make the doctests presentation-friendlier. by Georg Brandl · 16 years ago
  66. ade57d0 Remove compiler warnings (on Alpha at least) about using chars as by Neal Norwitz · 16 years ago
  67. acdb6fb Try to prevent the alarm going off early in tearDown by Neal Norwitz · 16 years ago
  68. 0d2192b Move itertools before future_builtins since the latter depends on the former. by Neal Norwitz · 16 years ago
  69. 41d6491 Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.org by Neal Norwitz · 16 years ago
  70. acbd642 Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449 by Neal Norwitz · 16 years ago
  71. 3bda069 Skip the epoll test if epoll() does not work by Neal Norwitz · 16 years ago
  72. 162d719 Speed up the test by avoiding socket timeouts. by Neal Norwitz · 16 years ago
  73. 1f2995b Try to make this test a little more robust and not fail with: by Neal Norwitz · 16 years ago
  74. e70bb8d Simplify demo code. by Raymond Hettinger · 16 years ago
  75. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 16 years ago
  76. 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 16 years ago
  77. 4f0f34f Test doctests in operator docs. by Georg Brandl · 16 years ago
  78. 3f04303 Test doctests in datetime docs. by Georg Brandl · 16 years ago
  79. 4c8bbe6 Make collections' doctests executable. by Georg Brandl · 16 years ago
  80. 3dd5781 Fix-up syntax problems. by Georg Brandl · 16 years ago
  81. 838b4b0 No need to specify explicit "doctest_block" anymore. by Georg Brandl · 16 years ago
  82. 473f164 Make more doctests in pprint docs testable. by Georg Brandl · 16 years ago
  83. 6199e32 Make doctests in re docs usable with sphinx' doctest. by Georg Brandl · 16 years ago
  84. 9f66232 Test decimal.rst doctests as far as possible with sphinx doctest. by Georg Brandl · 16 years ago
  85. 09a7fe6 Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctest builder. by Georg Brandl · 16 years ago
  86. b98fe5a Allow giving source names on the cmdline. by Georg Brandl · 16 years ago
  87. 17baef0 Activate the Sphinx doctest extension and convert howto/functional to use it. by Georg Brandl · 16 years ago
  88. 86f38c8 #1918: document that weak references *to* an object are by Georg Brandl · 16 years ago
  89. ab68a3d Added warning for the removal of 'hotshot' in Py3k. by Alexandre Vassalotti · 16 years ago
  90. 6415667 Small fix that complicated the test actually when that test failed. by Facundo Batista · 16 years ago
  91. 3e838dd Install lib2to3. by Martin v. Löwis · 16 years ago
  92. baf267c Merged revisions 61602-61723 via svnmerge from by Martin v. Löwis · 16 years ago
  93. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 16 years ago
  94. 5f79446 Add missing versionadded tag. by Georg Brandl · 16 years ago
  95. d290b04 Replace hack in regrtest.py with use of sys.py3kwarning. by Steven Bethard · 16 years ago
  96. c326801 Update doc ACKS. by Georg Brandl · 16 years ago
  97. 4ab9feb #2160: document PyImport_GetImporter. by Georg Brandl · 16 years ago
  98. 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 16 years ago
  99. 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 16 years ago
  100. 5a44424 #2358: add py3k warning to sys.exc_clear(). by Georg Brandl · 16 years ago