1. 3bb4747 #6489: fix an ambiguity in getiterator() documentation. by Georg Brandl · 16 years ago
  2. a1a4bdb #6505: fix typos. by Georg Brandl · 16 years ago
  3. b4d0ef9 #6513: fix example code: warning categories are classes, not instances. by Georg Brandl · 16 years ago
  4. 130ae15 Add a check to ensure the correct autoconf version is used by Alexandre Vassalotti · 16 years ago
  5. 2ccefe1 Regenerate configure script using autoconf 2.61. by Alexandre Vassalotti · 16 years ago
  6. bd7569b Revert r74048. by Alexandre Vassalotti · 16 years ago
  7. 0b5b8af Fix GCC warning about fprintf used without a string literal and by Alexandre Vassalotti · 16 years ago
  8. 6d78736 Initialize variables in PyCurses_getsyx() to avoid compiler warnings. by Alexandre Vassalotti · 16 years ago
  9. a2db687 Regenerate configure script. by Alexandre Vassalotti · 16 years ago
  10. e7cf118 Double-quote the test case for %zd printf() format support to avoid by Alexandre Vassalotti · 16 years ago
  11. 1a3d085 NEWS about r74040. by Hirokazu Yamamoto · 16 years ago
  12. e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago
  13. 66da263 Clean up the test case for broken poll(). by Alexandre Vassalotti · 16 years ago
  14. 30267d6 Double-quote the test cases for chflags() and lchflags() by Alexandre Vassalotti · 16 years ago
  15. 0090089 Cache the results of all runtime checks. by Alexandre Vassalotti · 16 years ago
  16. 856782e Rename the useless AC_INCLUDES_DEFAULT and protect the includes. by Alexandre Vassalotti · 16 years ago
  17. 786c29e Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. by Alexandre Vassalotti · 16 years ago
  18. 3e8b869 Revert r74028. by Georg Brandl · 16 years ago
  19. 3601a38 #6482: simplify "except: raise" to "finally:". by Georg Brandl · 16 years ago
  20. a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 16 years ago
  21. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
  22. 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 16 years ago
  23. da33424 #6486: start with built in functions rather than "built in objects". by Georg Brandl · 16 years ago
  24. d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 16 years ago
  25. b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 16 years ago
  26. 999ecc0 Issue #2389: Pickle array objects using a list representation for portability by Alexandre Vassalotti · 16 years ago
  27. d5a23e3 methods' names pep8ification by Ezio Melotti · 16 years ago
  28. 573025f update year by Benjamin Peterson · 16 years ago
  29. 91dcd93 Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. by Michael Foord · 16 years ago
  30. 78c06bd Document the newly added codec by Amaury Forgeot d'Arc · 16 years ago
  31. cecaa65 Use a different VER command output parser to address the localization by Marc-André Lemburg · 16 years ago
  32. 19e5b3f Use a new global DEV_NULL instead of hard-coding /dev/null into the system by Marc-André Lemburg · 16 years ago
  33. 9d11fef NEWS entry for r74000. by Amaury Forgeot d'Arc · 16 years ago
  34. 70dda76 #1616979: Add the cp720 (Arabic DOS) encoding. by Amaury Forgeot d'Arc · 16 years ago
  35. f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 16 years ago
  36. cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 16 years ago
  37. d50a5d5 fix umlaut by Benjamin Peterson · 16 years ago
  38. 95e5ebe change encoding to utf-8 by Benjamin Peterson · 16 years ago
  39. 1944d7e fix another name by Benjamin Peterson · 16 years ago
  40. dd116c2 change encoding to utf-8 by Benjamin Peterson · 16 years ago
  41. 36a8138 fix Tarek's name by Benjamin Peterson · 16 years ago
  42. 0369ba2 http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy by Kristján Valur Jónsson · 16 years ago
  43. 6736530 add Joe by Benjamin Peterson · 16 years ago
  44. 72f94f7 add versionadded by Benjamin Peterson · 16 years ago
  45. 6633a66 Fixed distutils test. by Hirokazu Yamamoto · 16 years ago
  46. 9d2916c ignore things in Lib/test/data/ by Benjamin Peterson · 16 years ago
  47. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 16 years ago
  48. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 16 years ago
  49. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
  50. c91cbb9 array.array is actually a class. by Georg Brandl · 16 years ago
  51. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 16 years ago
  52. b7e14ed #6456: clarify the meaning of constants used as arguments to nl_langinfo(). by Georg Brandl · 16 years ago
  53. 51c045d cleaned up distutils.build_ext module by Tarek Ziadé · 16 years ago
  54. 7750505 #6430: add note about size of "u" type. by Georg Brandl · 16 years ago
  55. 7c150bf #6448: clarify docs for find_module(). by Georg Brandl · 16 years ago
  56. 0294de0 #6446: fix import_spam() function to use correct error and reference handling. by Georg Brandl · 16 years ago
  57. 3405cbc Fix style. by Georg Brandl · 16 years ago
  58. 9175742 Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 16 years ago
  59. ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 16 years ago
  60. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 16 years ago
  61. 8318afa #6447: typo in subprocess docstring by Amaury Forgeot d'Arc · 16 years ago
  62. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 16 years ago
  63. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 16 years ago
  64. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 16 years ago
  65. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
  66. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 16 years ago
  67. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 16 years ago
  68. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 16 years ago
  69. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 16 years ago
  70. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 16 years ago
  71. 00e1f63 Make test work with -O. by R. David Murray · 16 years ago
  72. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 16 years ago
  73. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 16 years ago
  74. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
  75. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 16 years ago
  76. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 16 years ago
  77. 24766ba Typo in error message by Mark Dickinson · 16 years ago
  78. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 16 years ago
  79. c71fae5 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 16 years ago
  80. e93eee7 #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. by Amaury Forgeot d'Arc · 16 years ago
  81. fd00916 Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. by Alexandre Vassalotti · 16 years ago
  82. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 16 years ago
  83. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 16 years ago
  84. f5b8ea9 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 16 years ago
  85. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
  86. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 16 years ago
  87. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
  88. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
  89. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 16 years ago
  90. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 16 years ago
  91. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 16 years ago
  92. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 16 years ago
  93. c197d0a news entry for r73825 by Gregory P. Smith · 16 years ago
  94. dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 16 years ago
  95. 41c7570 #6398 typo: versio. -> version. by Ezio Melotti · 16 years ago
  96. e5445da http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 16 years ago
  97. f83648e http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 16 years ago
  98. b5faac7 http://bugs.python.org/issue6381 by Kristján Valur Jónsson · 16 years ago
  99. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 16 years ago
  100. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 16 years ago