1. bcf6b18 A few more minor fixes in longobject.c by Mark Dickinson · 15 years ago
  2. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 15 years ago
  3. 5b8c701 Fixed typo. by Hirokazu Yamamoto · 15 years ago
  4. f3715d2 #5179: don't leak PIPE fds when child execution fails. by Georg Brandl · 15 years ago
  5. 95777bb this needn't be a shebang line by Benjamin Peterson · 15 years ago
  6. 76afd3b we're no longer using CVS, so this doesn't have to be binary by Benjamin Peterson · 15 years ago
  7. 09d3d2d Replace variable by Tarek Ziadé · 15 years ago
  8. 1369900 Fix for #5257: refactored all tests in distutils, so they use a temporary directory. by Tarek Ziadé · 15 years ago
  9. a403803 Add keyword argument support to itertools.count(). by Raymond Hettinger · 15 years ago
  10. 544c3e1 fix the environ for distutils test_util by Tarek Ziadé · 15 years ago
  11. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 15 years ago
  12. 275958a Issue #2461: added tests for distutils.util by Tarek Ziadé · 15 years ago
  13. 7e28b9c Add optional code signing after merging. by Martin v. Löwis · 15 years ago
  14. a63b995 Update Tix build procedure. by Martin v. Löwis · 15 years ago
  15. 416d31a Move amd64 properties further to the top, so that they override by Martin v. Löwis · 15 years ago
  16. 6f1d931 reverted leak fix, to use the one done in py3k branch (r67382) by Tarek Ziadé · 15 years ago
  17. 9e8a250 Fix compiler warning (gcc) by Antoine Pitrou · 15 years ago
  18. 76a4b89 Issue #5186: Reduce hash collisions for objects with no __hash__ method by by Antoine Pitrou · 15 years ago
  19. 2c07929 Fix warnings GCC emits where the argument of PyErr_Format is a single variable. by Georg Brandl · 15 years ago
  20. cbb4958 Fix warnings GCC emits where the argument of PyErr_Format is a single variable. by Georg Brandl · 15 years ago
  21. 0638a08 #3694: add test for fix committed in r66693. by Georg Brandl · 15 years ago
  22. 5ccf2ae #1661108: note that urlsafe encoded string can contain "=". by Georg Brandl · 15 years ago
  23. 9834dd7 #3734: document complex coercing behavior better. by Georg Brandl · 15 years ago
  24. 8fba5b3 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 15 years ago
  25. e6aeba7 #5158: added documentation on the depends option in distutils extensions by Tarek Ziadé · 15 years ago
  26. 5b2cb1d Add links to the other versions we have in stock. by Georg Brandl · 15 years ago
  27. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 15 years ago
  28. b516c12 fixing the leak introduced in r69304 by Tarek Ziadé · 15 years ago
  29. 39c6f7f Typo fix. by Mark Dickinson · 15 years ago
  30. dbe3bfb One more test. by Raymond Hettinger · 15 years ago
  31. aa04461 Add an extra testcase. by Raymond Hettinger · 15 years ago
  32. 66373ab Fix spaces/tabs in example. by Raymond Hettinger · 15 years ago
  33. 31c769c Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 15 years ago
  34. 4bb96fe no need for this __bases__ trick anymore by Benjamin Peterson · 15 years ago
  35. 1312b4b os.fsync() should be used to ensure that data is written to disk by Benjamin Peterson · 15 years ago
  36. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 15 years ago
  37. bcd3ea8 Issue #5204: Define _PyVerify_fd on VC6 to make test_fdopen (test_os.py) pass. by Hirokazu Yamamoto · 15 years ago
  38. e4ae63c Clean-up named tuple docs. by Raymond Hettinger · 15 years ago
  39. 3689ae2 Issue#5203: ctypes segfaults when passing a unicode string to a by Thomas Heller · 15 years ago
  40. d155bbf _testcapi depends on testcapi_long.h by Mark Dickinson · 15 years ago
  41. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 15 years ago
  42. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 15 years ago
  43. e71fc87 Fixed svn:eol-style. by Hirokazu Yamamoto · 15 years ago
  44. de7cdee Set eol-style to native by Martin v. Löwis · 15 years ago
  45. a3e3cb7 Issue #5134: Silence compiler warnings when compiling sqlite with VC++. by Martin v. Löwis · 15 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é · 15 years ago
  47. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 15 years ago
  48. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 15 years ago
  49. c5eba1e Enforcing Tk 8.3.1 requirement. by Guilherme Polo · 15 years ago
  50. a66cf5b Fixed issue #5122: Synchronize tk load failure check to prevent a by Guilherme Polo · 15 years ago
  51. 55bdb8e Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) by Guilherme Polo · 15 years ago
  52. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 15 years ago
  53. 94034ea Issue 5171: itertools.product docstring missing 'repeat' argument by Raymond Hettinger · 15 years ago
  54. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 15 years ago
  55. 190c35f Turned setup_master public by Guilherme Polo · 15 years ago
  56. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 15 years ago
  57. 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 · 15 years ago
  58. 9e58a37 Silence 'arg may be used uninitialized in this function' warning from gcc. by Mark Dickinson · 15 years ago
  59. b8e17f7 a few edits and typos by Benjamin Peterson · 15 years ago
  60. 10fe877 Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit by Mark Dickinson · 15 years ago
  61. c5e68b1 document numliterals fixer by Benjamin Peterson · 15 years ago
  62. b91d2f5 Remove redundant assignment in _PyObject_LengthHint by Mark Dickinson · 15 years ago
  63. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 15 years ago
  64. c3623b1 Mention patch submitter in NEWS entry for r69419 by Nick Coghlan · 15 years ago
  65. 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 · 15 years ago
  66. e0820e2 document individual 2to3 fixers by Benjamin Peterson · 15 years ago
  67. 096c3ad make destinsrc private by Benjamin Peterson · 15 years ago
  68. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 15 years ago
  69. f8741ea Add test for issue #999042, explict global statement works. by Neil Schemenauer · 15 years ago
  70. 8573d62 Fix broken test in test_hotshot. Treating the current directory as an by Neil Schemenauer · 15 years ago
  71. 34feea3 #5174: fix wrong file closing in example. by Georg Brandl · 15 years ago
  72. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 16 years ago
  73. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 16 years ago
  74. 98c3b85 Make names generated for 'with' variables match the built-in compiler. by Neil Schemenauer · 16 years ago
  75. 8be8765 #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place by Tarek Ziadé · 16 years ago
  76. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 16 years ago
  77. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 16 years ago
  78. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 16 years ago
  79. 4db626f Overhaul Lib/compiler block ordering. The previous code was filled with by Neil Schemenauer · 16 years ago
  80. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 16 years ago
  81. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 16 years ago
  82. 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
  83. 98da8e1 removed types usage and added test coverage (work for #3986) by Tarek Ziadé · 16 years ago
  84. c5ed5ba Fixed #3987 : removed unused import by Tarek Ziadé · 16 years ago
  85. a96a94a fix download link by Benjamin Peterson · 16 years ago
  86. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 16 years ago
  87. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 16 years ago
  88. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 16 years ago
  89. 5dde357 README now reflects the current state by Tarek Ziadé · 16 years ago
  90. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 16 years ago
  91. 0189ddc Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 16 years ago
  92. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 16 years ago
  93. 38870cb Oops, Mac build needs the 'incdirlist' variable so restore it. by Neil Schemenauer · 16 years ago
  94. c59c5f3 Make setup.py work when building in a directory other than the by Neil Schemenauer · 16 years ago
  95. a52f1c6 Fix test_build_ext.py to work when building in a separate directory. by Neil Schemenauer · 16 years ago
  96. e844be6 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
  97. 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
  98. ecd2afa #5031: fix Thread.daemon property docs. by Georg Brandl · 16 years ago
  99. 85c5ccf #4563: disable alpha and roman lists, fixes wrong formatting of contributor list. by Georg Brandl · 16 years ago
  100. 2b0dd8e #4820: use correct module for ctypes.util. by Georg Brandl · 16 years ago