1. 8c56f88 Backport 69934: Register xrange() as a Sequence. by Raymond Hettinger · 16 years ago
  2. c9332fa Fix call to os.waitpid, it does not take keyword args. by Neil Schemenauer · 16 years ago
  3. 11b34d0 more test coverage by Tarek Ziadé · 16 years ago
  4. 7b47172 Removing unused __main__ sections by Tarek Ziadé · 16 years ago
  5. 28bba74 removing map and lambda usage, so the test is similar to py3k's branch one by Tarek Ziadé · 16 years ago
  6. 90b7d56 moved distutils.text_file tests into a real unittest class by Tarek Ziadé · 16 years ago
  7. b03f532 Revert debugging statements, culprit is possibly test_distutils (see #5316) by Antoine Pitrou · 16 years ago
  8. 13d1690 Try to make sense of the test_site buildbot failures by Antoine Pitrou · 16 years ago
  9. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  10. be9b765 Speedup and simplify negative counter using count's new step argument. by Raymond Hettinger · 16 years ago
  11. aa681c7 Fix keyword arguments for itertools.count(). by Raymond Hettinger · 16 years ago
  12. 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 16 years ago
  13. 8725dce Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. by Collin Winter · 16 years ago
  14. 1a0d2be #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
  15. 8f9a1ee Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
  16. f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  17. 182edae Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
  18. 2e2909f Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
  19. 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
  20. 17a837e Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, by Hirokazu Yamamoto · 16 years ago
  21. f6bbd0e Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. by Hirokazu Yamamoto · 16 years ago
  22. f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 16 years ago
  23. ae9dc8c #2279: use os.sep so the MANIFEST file test work on win32 by Tarek Ziadé · 16 years ago
  24. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
  25. b21d810 Add GC support to count() objects. Backport candidate. by Raymond Hettinger · 16 years ago
  26. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 16 years ago
  27. f3715d2 #5179: don't leak PIPE fds when child execution fails. by Georg Brandl · 17 years ago
  28. 95777bb this needn't be a shebang line by Benjamin Peterson · 17 years ago
  29. 76afd3b we're no longer using CVS, so this doesn't have to be binary by Benjamin Peterson · 17 years ago
  30. 09d3d2d Replace variable by Tarek Ziadé · 17 years ago
  31. 1369900 Fix for #5257: refactored all tests in distutils, so they use a temporary directory. by Tarek Ziadé · 17 years ago
  32. a403803 Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  33. 544c3e1 fix the environ for distutils test_util by Tarek Ziadé · 17 years ago
  34. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 17 years ago
  35. 275958a Issue #2461: added tests for distutils.util by Tarek Ziadé · 17 years ago
  36. 6f1d931 reverted leak fix, to use the one done in py3k branch (r67382) by Tarek Ziadé · 17 years ago
  37. 0638a08 #3694: add test for fix committed in r66693. by Georg Brandl · 17 years ago
  38. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 17 years ago
  39. b516c12 fixing the leak introduced in r69304 by Tarek Ziadé · 17 years ago
  40. dbe3bfb One more test. by Raymond Hettinger · 17 years ago
  41. aa04461 Add an extra testcase. by Raymond Hettinger · 17 years ago
  42. 31c769c Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  43. 4bb96fe no need for this __bases__ trick anymore by Benjamin Peterson · 17 years ago
  44. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 17 years ago
  45. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 17 years ago
  46. 74fbf60 Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib by Tarek Ziadé · 17 years ago
  47. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 17 years ago
  48. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 17 years ago
  49. 55bdb8e Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) by Guilherme Polo · 17 years ago
  50. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 17 years ago
  51. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 17 years ago
  52. 190c35f Turned setup_master public by Guilherme Polo · 17 years ago
  53. b20af94 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 17 years ago
  54. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 17 years ago
  55. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 17 years ago
  56. 096c3ad make destinsrc private by Benjamin Peterson · 17 years ago
  57. f8741ea Add test for issue #999042, explict global statement works. by Neil Schemenauer · 17 years ago
  58. 8573d62 Fix broken test in test_hotshot. Treating the current directory as an by Neil Schemenauer · 17 years ago
  59. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 17 years ago
  60. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 17 years ago
  61. 98c3b85 Make names generated for 'with' variables match the built-in compiler. by Neil Schemenauer · 17 years ago
  62. 8be8765 #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place by Tarek Ziadé · 17 years ago
  63. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 17 years ago
  64. 4db626f Overhaul Lib/compiler block ordering. The previous code was filled with by Neil Schemenauer · 17 years ago
  65. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 17 years ago
  66. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 17 years ago
  67. e20f54f Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error. by Kristján Valur Jónsson · 17 years ago
  68. 98da8e1 removed types usage and added test coverage (work for #3986) by Tarek Ziadé · 17 years ago
  69. c5ed5ba Fixed #3987 : removed unused import by Tarek Ziadé · 17 years ago
  70. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 17 years ago
  71. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 17 years ago
  72. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 17 years ago
  73. 5dde357 README now reflects the current state by Tarek Ziadé · 17 years ago
  74. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 17 years ago
  75. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 17 years ago
  76. a52f1c6 Fix test_build_ext.py to work when building in a separate directory. by Neil Schemenauer · 17 years ago
  77. e844be6 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 17 years ago
  78. 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 17 years ago
  79. 97a69f0 Fix comment for #1835 by Tarek Ziadé · 17 years ago
  80. d507afd Minor doc fixups. by Raymond Hettinger · 17 years ago
  81. 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 · 17 years ago
  82. 8bdd3b3 Make importlib backwards-compatible to Python 2.2 (but this is not promised to by Brett Cannon · 17 years ago
  83. 1797b7d Backport importlib to at least Python 2.5 by getting rid of use of str.format. by Brett Cannon · 17 years ago
  84. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 17 years ago
  85. 2c8585b Register decimals as numbers.Number by Raymond Hettinger · 17 years ago
  86. d6fc262 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 17 years ago
  87. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 17 years ago
  88. b98cb43 Moving to importlib by Guilherme Polo · 17 years ago
  89. b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 17 years ago
  90. 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 17 years ago
  91. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 17 years ago
  92. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 17 years ago
  93. fb921e2 I believe the intention here was to avoid a global lookup by Benjamin Peterson · 17 years ago
  94. f709ab8 Add an extra test for long <-> float hash equivalence. by Mark Dickinson · 17 years ago
  95. 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 17 years ago
  96. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 17 years ago
  97. 4a69410 pep8tify conditionals by Benjamin Peterson · 17 years ago
  98. 5da9a51 fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available by Tarek Ziadé · 17 years ago
  99. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 17 years ago
  100. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 17 years ago