1. 8184f5a Doc fixes. Remove overbroad, redundant warnings. Fixup example code. by Raymond Hettinger · 16 years ago
  2. d507afd Minor doc fixups. by Raymond Hettinger · 16 years ago
  3. 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
  4. 8bdd3b3 Make importlib backwards-compatible to Python 2.2 (but this is not promised to by Brett Cannon · 16 years ago
  5. 7757d7b This refactoring should make it easier to add new calling conventions. by Thomas Heller · 16 years ago
  6. 1797b7d Backport importlib to at least Python 2.5 by getting rid of use of str.format. by Brett Cannon · 16 years ago
  7. 9db495b Ignore bytecode files in importlib. by Brett Cannon · 16 years ago
  8. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
  9. 2c8585b Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
  10. 4a1b62a Record operator deprecations in docs. by Raymond Hettinger · 16 years ago
  11. d6fc262 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  12. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  13. d7bb4d4 NEWS entry for issue #1581476 by Guilherme Polo · 16 years ago
  14. 23fe2a8 Fix for issue #1581476 by Guilherme Polo · 16 years ago
  15. b98cb43 Moving to importlib by Guilherme Polo · 16 years ago
  16. b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 16 years ago
  17. fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 16 years ago
  18. e1e0a02 Set native svn:eol-style property for text files. by Hirokazu Yamamoto · 16 years ago
  19. 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 16 years ago
  20. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 16 years ago
  21. 86cc502 wording for for issue4903. by Gregory P. Smith · 16 years ago
  22. 5501d65 Update doc wording as suggested in issue4903. by Gregory P. Smith · 16 years ago
  23. 12554cb more flags which only work for function blocks by Benjamin Peterson · 16 years ago
  24. da9327f add explanatory comment by Benjamin Peterson · 16 years ago
  25. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 16 years ago
  26. a528dc5 markup fix by David Goodger · 16 years ago
  27. 1c5d21d fix indentation in comment by Benjamin Peterson · 16 years ago
  28. be1399e fix indentation; looks like all I managed to do the first time is make things uglier by Benjamin Peterson · 16 years ago
  29. d17fec7 fix indentation by Benjamin Peterson · 16 years ago
  30. fb921e2 I believe the intention here was to avoid a global lookup by Benjamin Peterson · 16 years ago
  31. 4829136 fix indentation by Benjamin Peterson · 16 years ago
  32. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  33. f709ab8 Add an extra test for long <-> float hash equivalence. by Mark Dickinson · 16 years ago
  34. 857ce15 completely detabify unicodeobject.c by Benjamin Peterson · 16 years ago
  35. 8c2f85c Text edits and markup fixes by Andrew M. Kuchling · 16 years ago
  36. a17cd4a Add a section by Andrew M. Kuchling · 16 years ago
  37. 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 16 years ago
  38. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 16 years ago
  39. 4a69410 pep8tify conditionals by Benjamin Peterson · 16 years ago
  40. 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
  41. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 16 years ago
  42. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 16 years ago
  43. e76816b Fix typo. by Raymond Hettinger · 16 years ago
  44. 36d816b Update itertools.__doc__ to include all tools. by Raymond Hettinger · 16 years ago
  45. 6c83218 fix download url by Benjamin Peterson · 16 years ago
  46. 53f1109 Ignore .pyc and .pyo files. by Brett Cannon · 16 years ago
  47. 8aa2c6c Minor spelling mistake in datetime docs. by Brett Cannon · 16 years ago
  48. 5b0d553 Clarify some __del__ stuff. by Brett Cannon · 16 years ago
  49. 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
  50. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 16 years ago
  51. b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 16 years ago
  52. 6d51f12 Make sure the root windows gets destroyed by Guilherme Polo · 16 years ago
  53. 7a77ee8 * Renaming test_tk_* to test_ttk_* since that is what they are testing. by Guilherme Polo · 16 years ago
  54. 6785cf0 Added support for collecting tests only from specific packages. by Guilherme Polo · 16 years ago
  55. 4eae078 Demos for ttk added. by Guilherme Polo · 16 years ago
  56. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 16 years ago
  57. fd0107f use True and False by Benjamin Peterson · 16 years ago
  58. 9f4f56d On Windows, use the Python 'Activation Context' when loading extensions by Mark Hammond · 16 years ago
  59. 560f9a8 Add more tests for the powerset() recipe. by Raymond Hettinger · 16 years ago
  60. 2f6c2e0 More exhaustive combinatoric checks. by Raymond Hettinger · 16 years ago
  61. ecf252a Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 16 years ago
  62. f93f303 Stronger tests for combinatoric relationships. by Raymond Hettinger · 16 years ago
  63. 2976aaa Add tests to verify combinatoric relationships. by Raymond Hettinger · 16 years ago
  64. 1763f8a excellent place to use a set() #5069 by Benjamin Peterson · 16 years ago
  65. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 16 years ago
  66. 22bfa9e Tweak column alignment for collections docs. by Raymond Hettinger · 16 years ago
  67. bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 16 years ago
  68. c028abf Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks by Mark Dickinson · 16 years ago
  69. a0eae03 Fix comment. by Mark Dickinson · 16 years ago
  70. 6ffa4a2 Fix undefined behaviour (left shift of negative value) in long_hash. Also, by Mark Dickinson · 16 years ago
  71. 0c2430b Copy over docs on advanced role features from Sphinx docs. by Georg Brandl · 16 years ago
  72. 354cfc1 Fix signed/unsigned mismatch. by Raymond Hettinger · 16 years ago
  73. 93881c6 Backport importlib in the form of providing importlib.import_module(). This has by Brett Cannon · 16 years ago
  74. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 16 years ago
  75. 1afe6dd No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large enough. by Mark Dickinson · 16 years ago
  76. 7c28be8 added missing module docstring by Tarek Ziadé · 16 years ago
  77. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 16 years ago
  78. 68d919e Improved itertools recipe for generating powerset(). by Raymond Hettinger · 16 years ago
  79. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 16 years ago
  80. 1af3b5a Issue #4863, removing remaining bits by Tarek Ziadé · 16 years ago
  81. ef249b1 Fixed #4863: removed distutils.mwerkscompiler by Tarek Ziadé · 16 years ago
  82. 1e234e8 Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
  83. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 16 years ago
  84. e52c314 Remove uses of cmp from the decimal module. by Mark Dickinson · 16 years ago
  85. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 16 years ago
  86. 10085c6 Issue #3657: fix occasional test_pickletools failures. by Mark Dickinson · 16 years ago
  87. a3ecd2c Issue #1672332: Fix unpickling of subnormal floats, which was raising by Mark Dickinson · 16 years ago
  88. c187d11 Issue #5025: Fix occasional test_kqueue failure on OS X. by Mark Dickinson · 16 years ago
  89. f081e1c Issue #3881: Help Tcl to load even when started through the by Martin v. Löwis · 16 years ago
  90. 7d7e1b7 Add heading for 2.7a0. by Martin v. Löwis · 16 years ago
  91. ff84aa8 Issue #4393: fix 3 classes of potential portability problems in longobject.c: by Mark Dickinson · 16 years ago
  92. 0dfcfc8 Issue #4710: Extract directories properly in the zipfile module; by Martin v. Löwis · 16 years ago
  93. 89e759d Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  94. 466bd9d Add various items by Andrew M. Kuchling · 16 years ago
  95. f6da8d1 Issue 3807: multiprocessing fails to compile under --without-threads by Jesse Noller · 16 years ago
  96. 403c663 Issue 4593: apply() documentation is unclear by Jesse Noller · 16 years ago
  97. 40e8415 Clarify wording. by Georg Brandl · 16 years ago
  98. 1bc1c8a Update comments and add an optimized path for Counter.update(). by Raymond Hettinger · 16 years ago
  99. 7bdca05 More doc tweaks. by Raymond Hettinger · 16 years ago
  100. 0a1f7b8 Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago