1. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 16 years ago
  2. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 16 years ago
  3. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 16 years ago
  4. 4db626f Overhaul Lib/compiler block ordering. The previous code was filled with by Neil Schemenauer · 16 years ago
  5. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 16 years ago
  6. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 16 years ago
  7. e20f54f Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error. by Kristján Valur Jónsson · 16 years ago
  8. 98da8e1 removed types usage and added test coverage (work for #3986) by Tarek Ziadé · 16 years ago
  9. c5ed5ba Fixed #3987 : removed unused import by Tarek Ziadé · 16 years ago
  10. a96a94a fix download link by Benjamin Peterson · 16 years ago
  11. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 16 years ago
  12. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 16 years ago
  13. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 16 years ago
  14. 5dde357 README now reflects the current state by Tarek Ziadé · 16 years ago
  15. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 16 years ago
  16. 0189ddc Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 16 years ago
  17. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 16 years ago
  18. 38870cb Oops, Mac build needs the 'incdirlist' variable so restore it. by Neil Schemenauer · 16 years ago
  19. c59c5f3 Make setup.py work when building in a directory other than the by Neil Schemenauer · 16 years ago
  20. a52f1c6 Fix test_build_ext.py to work when building in a separate directory. by Neil Schemenauer · 16 years ago
  21. e844be6 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
  22. 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
  23. ecd2afa #5031: fix Thread.daemon property docs. by Georg Brandl · 16 years ago
  24. 85c5ccf #4563: disable alpha and roman lists, fixes wrong formatting of contributor list. by Georg Brandl · 16 years ago
  25. 2b0dd8e #4820: use correct module for ctypes.util. by Georg Brandl · 16 years ago
  26. 253a29f #4827: fix callback example. by Georg Brandl · 16 years ago
  27. 4400d84 #5015: document PythonHome API functions. by Georg Brandl · 16 years ago
  28. 3ceebd2 PyErr_PrintEx is also in 2.x... by Georg Brandl · 16 years ago
  29. b21c75b #5059: fix example. by Georg Brandl · 16 years ago
  30. acc802b #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path. by Georg Brandl · 16 years ago
  31. 174fbe7 #5153: fix typo in example. by Georg Brandl · 16 years ago
  32. 97a69f0 Fix comment for #1835 by Tarek Ziadé · 16 years ago
  33. aff711d Clarify that named tuples do not have to subclass tuple. by Raymond Hettinger · 16 years ago
  34. 939a3cc Tweak the docs for Counter() objects. by Raymond Hettinger · 16 years ago
  35. 8184f5a Doc fixes. Remove overbroad, redundant warnings. Fixup example code. by Raymond Hettinger · 16 years ago
  36. d507afd Minor doc fixups. by Raymond Hettinger · 16 years ago
  37. fd4c872 issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. by Kristján Valur Jónsson · 16 years ago
  38. 8bdd3b3 Make importlib backwards-compatible to Python 2.2 (but this is not promised to by Brett Cannon · 16 years ago
  39. 7757d7b This refactoring should make it easier to add new calling conventions. by Thomas Heller · 16 years ago
  40. 1797b7d Backport importlib to at least Python 2.5 by getting rid of use of str.format. by Brett Cannon · 16 years ago
  41. 9db495b Ignore bytecode files in importlib. by Brett Cannon · 16 years ago
  42. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
  43. 2c8585b Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
  44. 4a1b62a Record operator deprecations in docs. by Raymond Hettinger · 16 years ago
  45. d6fc262 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  46. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  47. d7bb4d4 NEWS entry for issue #1581476 by Guilherme Polo · 16 years ago
  48. 23fe2a8 Fix for issue #1581476 by Guilherme Polo · 16 years ago
  49. b98cb43 Moving to importlib by Guilherme Polo · 16 years ago
  50. b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 16 years ago
  51. fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 16 years ago
  52. e1e0a02 Set native svn:eol-style property for text files. by Hirokazu Yamamoto · 16 years ago
  53. 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 16 years ago
  54. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 16 years ago
  55. 86cc502 wording for for issue4903. by Gregory P. Smith · 16 years ago
  56. 5501d65 Update doc wording as suggested in issue4903. by Gregory P. Smith · 16 years ago
  57. 12554cb more flags which only work for function blocks by Benjamin Peterson · 16 years ago
  58. da9327f add explanatory comment by Benjamin Peterson · 16 years ago
  59. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 16 years ago
  60. a528dc5 markup fix by David Goodger · 16 years ago
  61. 1c5d21d fix indentation in comment by Benjamin Peterson · 16 years ago
  62. be1399e fix indentation; looks like all I managed to do the first time is make things uglier by Benjamin Peterson · 16 years ago
  63. d17fec7 fix indentation by Benjamin Peterson · 16 years ago
  64. fb921e2 I believe the intention here was to avoid a global lookup by Benjamin Peterson · 16 years ago
  65. 4829136 fix indentation by Benjamin Peterson · 16 years ago
  66. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  67. f709ab8 Add an extra test for long <-> float hash equivalence. by Mark Dickinson · 16 years ago
  68. 857ce15 completely detabify unicodeobject.c by Benjamin Peterson · 16 years ago
  69. 8c2f85c Text edits and markup fixes by Andrew M. Kuchling · 16 years ago
  70. a17cd4a Add a section by Andrew M. Kuchling · 16 years ago
  71. 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 16 years ago
  72. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 16 years ago
  73. 4a69410 pep8tify conditionals by Benjamin Peterson · 16 years ago
  74. 5da9a51 fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available by Tarek Ziadé · 16 years ago
  75. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 16 years ago
  76. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 16 years ago
  77. e76816b Fix typo. by Raymond Hettinger · 16 years ago
  78. 36d816b Update itertools.__doc__ to include all tools. by Raymond Hettinger · 16 years ago
  79. 6c83218 fix download url by Benjamin Peterson · 16 years ago
  80. 53f1109 Ignore .pyc and .pyo files. by Brett Cannon · 16 years ago
  81. 8aa2c6c Minor spelling mistake in datetime docs. by Brett Cannon · 16 years ago
  82. 5b0d553 Clarify some __del__ stuff. by Brett Cannon · 16 years ago
  83. 1712baa Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 16 years ago
  84. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 16 years ago
  85. b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 16 years ago
  86. 6d51f12 Make sure the root windows gets destroyed by Guilherme Polo · 16 years ago
  87. 7a77ee8 * Renaming test_tk_* to test_ttk_* since that is what they are testing. by Guilherme Polo · 16 years ago
  88. 6785cf0 Added support for collecting tests only from specific packages. by Guilherme Polo · 16 years ago
  89. 4eae078 Demos for ttk added. by Guilherme Polo · 16 years ago
  90. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 16 years ago
  91. fd0107f use True and False by Benjamin Peterson · 16 years ago
  92. 9f4f56d On Windows, use the Python 'Activation Context' when loading extensions by Mark Hammond · 16 years ago
  93. 560f9a8 Add more tests for the powerset() recipe. by Raymond Hettinger · 16 years ago
  94. 2f6c2e0 More exhaustive combinatoric checks. by Raymond Hettinger · 16 years ago
  95. ecf252a Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 16 years ago
  96. f93f303 Stronger tests for combinatoric relationships. by Raymond Hettinger · 16 years ago
  97. 2976aaa Add tests to verify combinatoric relationships. by Raymond Hettinger · 16 years ago
  98. 1763f8a excellent place to use a set() #5069 by Benjamin Peterson · 16 years ago
  99. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 16 years ago
  100. 22bfa9e Tweak column alignment for collections docs. by Raymond Hettinger · 16 years ago