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