1. b1a8964 Create the tag for 2.6a2 by Barry Warsaw · 16 years ago
  2. 9649cdd Updating for 2.6a2 by Barry Warsaw · 16 years ago
  3. b235500 Suggested proposed changes to Python be considered on some mailing lists first by Benjamin Peterson · 16 years ago
  4. f7cf388 Remove debug prints; the buildbot now passes the tests by Amaury Forgeot d'Arc · 16 years ago
  5. 89a01cd Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 16 years ago
  6. b7edfc4 Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 16 years ago
  7. e5aefa0 Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period. by Vinay Sajip · 16 years ago
  8. dbc114a Update information pertaining to building external components, as well as notes on x64 builds. This file now accurately describes the build process as is; however, there's still a lot of room for improvement, especially with regards to how we build Tcl/Tk, Tix, and OpenSSL. Watch this space for further improvements. by Trent Nelson · 16 years ago
  9. d0a91af Apply same patch from 3k branch to try and prevent this test from hanging by Neal Norwitz · 16 years ago
  10. ab56131 Try to make test_signal less flaky. I still see some flakiness in by Jeffrey Yasskin · 16 years ago
  11. cb0f2ad A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run. by Amaury Forgeot d'Arc · 16 years ago
  12. 4d0c117 Correct the apparent refleak in test_io: by Amaury Forgeot d'Arc · 16 years ago
  13. b1ba750 Remove the advertising clause from the BSD license in timing.h. by Guido van Rossum · 16 years ago
  14. f0a4970 Newly enabled test appears to leak: by Amaury Forgeot d'Arc · 16 years ago
  15. ce6f6c1 Fix and enable a skipped test: by Amaury Forgeot d'Arc · 16 years ago
  16. 8820f2a Add ``if __name__ == '__main__'`` to some test files where it didn't take a lot by Brett Cannon · 16 years ago
  17. 8d2a90a Generalize test.test_support.test_stdout() with a base context manager so that by Brett Cannon · 16 years ago
  18. d48a2f7 Be sure to close the file. 2 places were deleting the file, so it was probably by Neal Norwitz · 16 years ago
  19. 092a1f7 PyErr_Warn is decrepated. Use PyErr_WarnEx by Benjamin Peterson · 16 years ago
  20. affbe80 Merged revisions 61990-62079 via svnmerge from by Martin v. Löwis · 16 years ago
  21. 371d174 Use file.write instead of print to make it easier to merge with 3k. by Neal Norwitz · 16 years ago
  22. 105f3d4 Block the sys.exc_clear -3 warning from threading.py. by Jeffrey Yasskin · 16 years ago
  23. e34c21c Make AST nodes pickleable. by Georg Brandl · 16 years ago
  24. 1721e75 Fix error message -- "expects either 0 or 0 arguments" by Georg Brandl · 16 years ago
  25. 1c88e0f The other download formats will be available for 2.6 too. by Georg Brandl · 16 years ago
  26. 9d0b604 Updated README regarding doc formats by Benjamin Peterson · 16 years ago
  27. 2c55c59 Make _fields attr for no fields consistent with _attributes attr. by Georg Brandl · 16 years ago
  28. ebc8ded Convert test_ast to unittest and add a test for r62049. by Georg Brandl · 16 years ago
  29. c52ed59 #2505: allow easier creation of AST nodes. by Georg Brandl · 16 years ago
  30. c87c580 Adapt test_ast to the new ExceptHandler type. by Georg Brandl · 16 years ago
  31. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 16 years ago
  32. c15317e Documented the lastrowid attribute. by Gerhard Häring · 16 years ago
  33. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 16 years ago
  34. 672fbf5 Still investigating on the hanging test_socket. by Amaury Forgeot d'Arc · 16 years ago
  35. 5e08e8b The buildbot "x86 W2k8 trunk" seems to hang in test_socket. by Amaury Forgeot d'Arc · 16 years ago
  36. f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 16 years ago
  37. ea13dc6 Now that Lib/test/output is gone, tests should not print anything, by Amaury Forgeot d'Arc · 16 years ago
  38. bae17a8 lib2to3 should install a logging handler only when run as a main program, by Amaury Forgeot d'Arc · 16 years ago
  39. 0069d85 Fix capitalization. by Georg Brandl · 16 years ago
  40. 594b76b Be explicit about what efficient means. by Raymond Hettinger · 16 years ago
  41. 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 16 years ago
  42. 2aece57 Correctly call the base class tearDown(); by Amaury Forgeot d'Arc · 16 years ago
  43. 504a48f Revert my experiment. I found one reason of failures in test_logging. by Amaury Forgeot d'Arc · 16 years ago
  44. 4130930 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which by Gerhard Häring · 16 years ago
  45. 554d4f0 At least let the module compile by Amaury Forgeot d'Arc · 16 years ago
  46. 8a69707 Try to understand why most buildbots suddenly turned to red. by Amaury Forgeot d'Arc · 16 years ago
  47. a45ab9f NIL => NULL by Benjamin Peterson · 16 years ago
  48. 1725f24 One #ifdef too much, and I broke all windows buildbots: by Amaury Forgeot d'Arc · 16 years ago
  49. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  50. 41cf50d #2498 modernized try, except, finally statements in bdb by Benjamin Peterson · 16 years ago
  51. 69b747b Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 16 years ago
  52. aa5fbdd Silence compiler warning at the source. by Georg Brandl · 16 years ago
  53. 473445c Silence a compilation warning by Amaury Forgeot d'Arc · 16 years ago
  54. a98be45 These svn adds were forgotten in r62000 by Gregory P. Smith · 16 years ago
  55. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 16 years ago
  56. d289ea6 #2502: add example how to do enum types with named tuples. by Georg Brandl · 16 years ago
  57. 489343e Don't use the confusing term "set membership". by Georg Brandl · 16 years ago
  58. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 16 years ago
  59. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 16 years ago
  60. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 16 years ago
  61. 621cd26 #2406: add examples to gzip docs. by Georg Brandl · 16 years ago
  62. 0001c2e This patch moves some tests from test_urllib2_net to test_urllib2_localnet. by Gregory P. Smith · 16 years ago
  63. ab364c4 Name the main method correctly so the test is run by Neal Norwitz · 16 years ago
  64. 70cea58 Bug 1503: Get the test to pass on OSX. This should make the test more by Neal Norwitz · 16 years ago
  65. 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 16 years ago
  66. 85a8969 Merged revisions 61825-61989 via svnmerge from by Martin v. Löwis · 16 years ago
  67. 53dbcd3 Run 2to3 tests. by Martin v. Löwis · 16 years ago
  68. fac4f09 Disable test that depends on #2412 being fixed. by Martin v. Löwis · 16 years ago
  69. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 16 years ago
  70. 36550bd Print more information the next time test_socket throws the wrong exception. by Jeffrey Yasskin · 16 years ago
  71. 023cd00 Allow use of other ports so the test can pass if 9091 is in use by Neal Norwitz · 16 years ago
  72. 8b9091f Kill a race in test_threading in which the exception info in a thread finishing by Jeffrey Yasskin · 16 years ago
  73. 7db15fe test_future3.py is a regular test file, and should be part of the test suite by Amaury Forgeot d'Arc · 16 years ago
  74. da0c025 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 16 years ago
  75. 853e44c The bug for which there was a test in outstanding_bugs.py was agreed not to be a bug. by Georg Brandl · 16 years ago
  76. deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 16 years ago
  77. 6c052fd Fixed tokenize tests by Christian Heimes · 16 years ago
  78. 61e4590 Build bots are working again - removing the hack by Christian Heimes · 16 years ago
  79. 23a48ad Added test cases for single quoted strings, both forms of triple quotes, by Eric Smith · 16 years ago
  80. 81caa79 Quick 'n dirty hack: Increase the magic by 2 to force a rebuild of pyc/pyo files on the build bots by Christian Heimes · 16 years ago
  81. c0a56ff Pluralss only need one s, not 2 (intss -> ints) by Neal Norwitz · 16 years ago
  82. 5802bb2 Fix compiler warnings by Neal Norwitz · 16 years ago
  83. 311d071 Fix test_compiler after adding unicode_literals by Neal Norwitz · 16 years ago
  84. 231346e Fix warnings about using char as an array subscript. This is not portable by Neal Norwitz · 16 years ago
  85. 4ebd46a Fix memory leaks by Neal Norwitz · 16 years ago
  86. 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 16 years ago
  87. 9a960c6 Revert commit accident by Christian Heimes · 16 years ago
  88. a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 16 years ago
  89. 8113586 add commas for introductory clauses by Benjamin Peterson · 16 years ago
  90. 3784c6b Use the new unicode literals for the io module by Christian Heimes · 16 years ago
  91. df70e05 C89 compliance: Microsoft compilers want variable declarations at the top by Amaury Forgeot d'Arc · 16 years ago
  92. fa50bad I forgot to svn add the future test by Christian Heimes · 16 years ago
  93. 7f23d86 Initialize PyCompilerFlags cf_flags with 0 by Christian Heimes · 16 years ago
  94. 342212c Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD by Christian Heimes · 16 years ago
  95. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  96. 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 16 years ago
  97. 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 16 years ago
  98. 8c78cc3 Updated Misc/NEWS by Christian Heimes · 16 years ago
  99. 48e2b01 Removed merge tracking for "svnmerge" for by Christian Heimes · 16 years ago
  100. 5770dda Removed merge tracking for "svnmerge" for by Christian Heimes · 16 years ago