1. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  2. b746448 fix grammar by Benjamin Peterson · 16 years ago
  3. f1a4069 bytearrays are mutable sequences by Benjamin Peterson · 16 years ago
  4. 2407ac9 follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 format, by Amaury Forgeot d'Arc · 16 years ago
  5. 5e5fbb6 fix inspect.isclass() on instances with a custom __getattr__ #1225107 by Benjamin Peterson · 16 years ago
  6. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
  7. bd55c52 #4930: Slightly cleaner (and faster) code in type creation: by Amaury Forgeot d'Arc · 16 years ago
  8. d25f87a #3997: zipfiles generated with more than 65536 files could not be opened by Amaury Forgeot d'Arc · 16 years ago
  9. f320c22 trying to find some fpathconf() settings that all unixs support... by Benjamin Peterson · 16 years ago
  10. 9109f91 use enumerate by Benjamin Peterson · 16 years ago
  11. 757d255 Change an example in the docs to avoid a mistake when the code is copy by Thomas Heller · 16 years ago
  12. b3af601 compare with == not is #4946 by Benjamin Peterson · 16 years ago
  13. b1a15e4 Minor changes/corrections in markup. by Vinay Sajip · 16 years ago
  14. b5902e6 Made minor changes/corrections in markup. Added a couple of section headings. by Vinay Sajip · 16 years ago
  15. 4f69b7e Make all the invalid fd tests for os subject to the function being available. by Kristján Valur Jónsson · 16 years ago
  16. 71ba215 Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. by Kristján Valur Jónsson · 16 years ago
  17. 51a035e Issue 4929: Handle socket errors when receiving by Kristján Valur Jónsson · 16 years ago
  18. a200dd5 Another typo fix. by Mark Dickinson · 16 years ago
  19. 0e15182 Comment typo by Mark Dickinson · 16 years ago
  20. e82cdae Issue #4397. Fix occasional test_socket failure on OS X. by Mark Dickinson · 16 years ago
  21. 8adc0b5 Fix recently introduced test cases. by Kristján Valur Jónsson · 16 years ago
  22. 018760e Re-enable all tests for windows platforms. by Kristján Valur Jónsson · 16 years ago
  23. 2950bca Fix-up indentation of sample code blocks for namedtuple mthod definitions. by Raymond Hettinger · 16 years ago
  24. afd112b Add tests for __init__() and update() with no args. by Raymond Hettinger · 16 years ago
  25. 5989412 Minor doc tweaks. by Raymond Hettinger · 16 years ago
  26. 717c083 fix test_xmlrpc failures #4939 by Benjamin Peterson · 16 years ago
  27. b54447f #1162154: inspect.getmembers() now skips attributes that raise AttributeError, by Amaury Forgeot d'Arc · 16 years ago
  28. a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 16 years ago
  29. c2f0221 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  30. 3a5067c de-spacify by Benjamin Peterson · 16 years ago
  31. b24c951 Use assertRaises. by Georg Brandl · 16 years ago
  32. 3bf451a add bytearrayobject.h to PYTHON_HEADERS by Benjamin Peterson · 16 years ago
  33. fac1bc6 make bytearrayobject.o depend on the stringlib #4936 by Benjamin Peterson · 16 years ago
  34. 3a6a043 Fix refcount leak in error cases. Bug found by coverity. by Thomas Heller · 16 years ago
  35. 847c43a Note that first coord. is left alone by Andrew M. Kuchling · 16 years ago
  36. dd53e11 ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907. by Armin Ronacher · 16 years ago
  37. 2d21d50 Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). by Raymond Hettinger · 16 years ago
  38. fbcf749 Add table of idioms/patterns for using Counter objects. by Raymond Hettinger · 16 years ago
  39. dd958e0 Fix call signature and markup. by Georg Brandl · 16 years ago
  40. 35288c6 Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport. by Raymond Hettinger · 16 years ago
  41. 783d73f Fixup and simplify docstrings and doctests. by Raymond Hettinger · 16 years ago
  42. 8278385 Minor documentation tweaks and simpler update() example. by Raymond Hettinger · 16 years ago
  43. 5a0c864 small logic correction by Benjamin Peterson · 16 years ago
  44. aaa6e63 Simplify Counter() API. Replace items keyword argument by Raymond Hettinger · 16 years ago
  45. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 16 years ago
  46. f94d7fa Issue 1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  47. 99234c5 Minor changes/corrections in markup. by Vinay Sajip · 16 years ago
  48. 1c62b65 Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. by Kristján Valur Jónsson · 16 years ago
  49. b5bc33c Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size. by Raymond Hettinger · 16 years ago
  50. c22ab18 Misc/NEWS for issue 4293 by Kristján Valur Jónsson · 16 years ago
  51. 6220e41 Update Misc/NEWS for issue 3582 by Kristján Valur Jónsson · 16 years ago
  52. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 16 years ago
  53. 1b3bef2 Issue #4915: Port sysmodule to Windows CE. by Martin v. Löwis · 16 years ago
  54. 51a3703 add email addresses by Benjamin Peterson · 16 years ago
  55. 987735c Update the documentation for binascii and zlib crc32/adler32 functions by Gregory P. Smith · 16 years ago
  56. 26f8d1b correct email address by Gregory P. Smith · 16 years ago
  57. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 16 years ago
  58. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 16 years ago
  59. b3b7d85 Issue #4279: Fix build of parsermodule under Cygwin. by Martin v. Löwis · 16 years ago
  60. 14aa459 Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 16 years ago
  61. 5ed4f6c macos 9 isn't supported by Benjamin Peterson · 16 years ago
  62. 4db53b2 move seealso to a more appropiate place by Benjamin Peterson · 16 years ago
  63. 164b045 make tests fail if they can't be imported by Benjamin Peterson · 16 years ago
  64. c2211ad Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  65. da62f81 Remove an unnecessary check from test_decimal. by Mark Dickinson · 16 years ago
  66. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  67. e7231cc Add ACKS entries for some of the patches I've been committing. by Antoine Pitrou · 16 years ago
  68. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  69. eee9583 rewrite verbose conditionals by Benjamin Peterson · 16 years ago
  70. 43723e2 - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on by Matthias Klose · 16 years ago
  71. bd4b5f2 Add NEWS entry for r68484. by Antoine Pitrou · 16 years ago
  72. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 16 years ago
  73. 7c303e9 Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  74. 99505c8 Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library. by Vinay Sajip · 16 years ago
  75. abb70e9 Issue 4906: Preserve windows error state across PyThread_get_key_value by Kristján Valur Jónsson · 16 years ago
  76. dbf5588 Added helper script to build Tcl/Tk. by Hirokazu Yamamoto · 16 years ago
  77. 420ab8a Link to debug version of Tcl/Tk when python is built as debug version. by Hirokazu Yamamoto · 16 years ago
  78. e0f8b3d Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) by Hirokazu Yamamoto · 16 years ago
  79. 4c5ecb7 Issue #4074: Change the criteria for doing a full garbage collection (i.e. by Antoine Pitrou · 16 years ago
  80. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  81. 0e91938 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  82. 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 16 years ago
  83. 7e876f5 Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks. by Kristján Valur Jónsson · 16 years ago
  84. 3b2a6b8 Issue 3677: Fix import from UNC paths on Windows. by Kristján Valur Jónsson · 16 years ago
  85. 00f2df4 Issue 3582. Improved thread support and TLS for Windows by Kristján Valur Jónsson · 16 years ago
  86. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  87. 343b970 Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) by Hirokazu Yamamoto · 16 years ago
  88. eaec6b6 Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) by Hirokazu Yamamoto · 16 years ago
  89. b117852 remove temporary code now by Benjamin Peterson · 16 years ago
  90. f902a94 be more specific in -3 option help by Benjamin Peterson · 16 years ago
  91. c4431ee add -3 to manpage by Benjamin Peterson · 16 years ago
  92. a924289 fix spelling by Benjamin Peterson · 16 years ago
  93. cebb25d fix markup by Benjamin Peterson · 16 years ago
  94. fe8076e specify what -3 warnings are about by Benjamin Peterson · 16 years ago
  95. 25f221b Merged revisions 68306-68308,68340,68368,68422 via svnmerge from by Benjamin Peterson · 16 years ago
  96. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  97. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  98. 1a67f58 use new sphinx modules by Benjamin Peterson · 16 years ago
  99. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  100. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 16 years ago