1. 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 15 years ago
  2. d38d344 revert r74152 by Benjamin Peterson · 15 years ago
  3. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 15 years ago
  4. af2406f Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O by Tarek Ziadé · 15 years ago
  5. bee2e18 simplify by Benjamin Peterson · 15 years ago
  6. 771e87b install unittest as a package by Benjamin Peterson · 15 years ago
  7. dd89705 #6536 fixed typo by Ezio Melotti · 15 years ago
  8. d8431ae Revert rev 74134, as it does not completely fixx issue #6493. by Thomas Heller · 15 years ago
  9. 24d9175 must use _PyThreadState_Current so it isn't checked for NULL #6530 by Benjamin Peterson · 15 years ago
  10. 6adda96 Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. by Thomas Heller · 15 years ago
  11. 4d4b739 Merged revisions 74121-74122 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 15 years ago
  13. a2514f4 Merged revisions 74116 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 840077c Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-73969,73972-73974,73977,73981,73984,74065,74113 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 83dfc30 remove docs for deprecated -p option by Benjamin Peterson · 15 years ago
  16. c037943 http://bugs.python.org/issue6499 gzip.GzipFile may not exist as a parent class by Kristján Valur Jónsson · 15 years ago
  17. 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 15 years ago
  18. d7b0eeb split unittest.py into a package by Benjamin Peterson · 15 years ago
  19. 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  20. 5215875 Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work by Mark Dickinson · 15 years ago
  21. 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 15 years ago
  22. 3bb4747 #6489: fix an ambiguity in getiterator() documentation. by Georg Brandl · 15 years ago
  23. a1a4bdb #6505: fix typos. by Georg Brandl · 15 years ago
  24. b4d0ef9 #6513: fix example code: warning categories are classes, not instances. by Georg Brandl · 15 years ago
  25. 130ae15 Add a check to ensure the correct autoconf version is used by Alexandre Vassalotti · 15 years ago
  26. 2ccefe1 Regenerate configure script using autoconf 2.61. by Alexandre Vassalotti · 15 years ago
  27. bd7569b Revert r74048. by Alexandre Vassalotti · 15 years ago
  28. 0b5b8af Fix GCC warning about fprintf used without a string literal and by Alexandre Vassalotti · 15 years ago
  29. 6d78736 Initialize variables in PyCurses_getsyx() to avoid compiler warnings. by Alexandre Vassalotti · 15 years ago
  30. a2db687 Regenerate configure script. by Alexandre Vassalotti · 15 years ago
  31. e7cf118 Double-quote the test case for %zd printf() format support to avoid by Alexandre Vassalotti · 15 years ago
  32. 1a3d085 NEWS about r74040. by Hirokazu Yamamoto · 15 years ago
  33. e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 15 years ago
  34. 66da263 Clean up the test case for broken poll(). by Alexandre Vassalotti · 15 years ago
  35. 30267d6 Double-quote the test cases for chflags() and lchflags() by Alexandre Vassalotti · 15 years ago
  36. 0090089 Cache the results of all runtime checks. by Alexandre Vassalotti · 15 years ago
  37. 856782e Rename the useless AC_INCLUDES_DEFAULT and protect the includes. by Alexandre Vassalotti · 15 years ago
  38. 786c29e Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. by Alexandre Vassalotti · 15 years ago
  39. 3e8b869 Revert r74028. by Georg Brandl · 15 years ago
  40. 3601a38 #6482: simplify "except: raise" to "finally:". by Georg Brandl · 15 years ago
  41. a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 15 years ago
  42. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 15 years ago
  43. 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 15 years ago
  44. da33424 #6486: start with built in functions rather than "built in objects". by Georg Brandl · 15 years ago
  45. d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 15 years ago
  46. b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 15 years ago
  47. 999ecc0 Issue #2389: Pickle array objects using a list representation for portability by Alexandre Vassalotti · 15 years ago
  48. d5a23e3 methods' names pep8ification by Ezio Melotti · 15 years ago
  49. 573025f update year by Benjamin Peterson · 15 years ago
  50. 91dcd93 Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. by Michael Foord · 15 years ago
  51. 78c06bd Document the newly added codec by Amaury Forgeot d'Arc · 15 years ago
  52. cecaa65 Use a different VER command output parser to address the localization by Marc-André Lemburg · 15 years ago
  53. 19e5b3f Use a new global DEV_NULL instead of hard-coding /dev/null into the system by Marc-André Lemburg · 15 years ago
  54. 9d11fef NEWS entry for r74000. by Amaury Forgeot d'Arc · 15 years ago
  55. 70dda76 #1616979: Add the cp720 (Arabic DOS) encoding. by Amaury Forgeot d'Arc · 15 years ago
  56. f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 15 years ago
  57. cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 15 years ago
  58. d50a5d5 fix umlaut by Benjamin Peterson · 15 years ago
  59. 95e5ebe change encoding to utf-8 by Benjamin Peterson · 15 years ago
  60. 1944d7e fix another name by Benjamin Peterson · 15 years ago
  61. dd116c2 change encoding to utf-8 by Benjamin Peterson · 15 years ago
  62. 36a8138 fix Tarek's name by Benjamin Peterson · 15 years ago
  63. 0369ba2 http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy by Kristján Valur Jónsson · 15 years ago
  64. 6736530 add Joe by Benjamin Peterson · 15 years ago
  65. 72f94f7 add versionadded by Benjamin Peterson · 15 years ago
  66. 6633a66 Fixed distutils test. by Hirokazu Yamamoto · 15 years ago
  67. 9d2916c ignore things in Lib/test/data/ by Benjamin Peterson · 15 years ago
  68. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 15 years ago
  69. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 15 years ago
  70. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 15 years ago
  71. c91cbb9 array.array is actually a class. by Georg Brandl · 15 years ago
  72. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 15 years ago
  73. b7e14ed #6456: clarify the meaning of constants used as arguments to nl_langinfo(). by Georg Brandl · 15 years ago
  74. 51c045d cleaned up distutils.build_ext module by Tarek Ziadé · 15 years ago
  75. 7750505 #6430: add note about size of "u" type. by Georg Brandl · 15 years ago
  76. 7c150bf #6448: clarify docs for find_module(). by Georg Brandl · 15 years ago
  77. 0294de0 #6446: fix import_spam() function to use correct error and reference handling. by Georg Brandl · 15 years ago
  78. 3405cbc Fix style. by Georg Brandl · 15 years ago
  79. 9175742 Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  80. ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 15 years ago
  81. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 15 years ago
  82. 8318afa #6447: typo in subprocess docstring by Amaury Forgeot d'Arc · 15 years ago
  83. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 15 years ago
  84. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 15 years ago
  85. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  86. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 15 years ago
  87. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 15 years ago
  88. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 15 years ago
  89. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 15 years ago
  90. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 15 years ago
  91. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 15 years ago
  92. 00e1f63 Make test work with -O. by R. David Murray · 15 years ago
  93. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 15 years ago
  94. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 15 years ago
  95. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 15 years ago
  96. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 15 years ago
  97. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 15 years ago
  98. 24766ba Typo in error message by Mark Dickinson · 15 years ago
  99. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 15 years ago
  100. c71fae5 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago