1. d99620d Merged revisions 73880 via svnmerge from by Mark Dickinson · 16 years ago
  2. 783f86e Merged revisions 73873 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  3. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 16 years ago
  4. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 16 years ago
  5. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 16 years ago
  6. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 16 years ago
  7. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 16 years ago
  8. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 16 years ago
  9. 4962d75 Merged revisions 73767 via svnmerge from by Jesus Cea · 16 years ago
  10. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  11. 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  12. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  15. bbcd1eb add sys prefix by Benjamin Peterson · 16 years ago
  16. ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 16 years ago
  17. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 16 years ago
  18. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 16 years ago
  19. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  20. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
  21. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 16 years ago
  22. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 16 years ago
  23. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
  24. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 16 years ago
  25. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 16 years ago
  26. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 16 years ago
  27. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 16 years ago
  28. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 16 years ago
  29. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 16 years ago
  30. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 16 years ago
  31. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 16 years ago
  32. 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 16 years ago
  33. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 16 years ago
  34. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 16 years ago
  35. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 16 years ago
  36. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 16 years ago
  37. f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 16 years ago
  38. 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 16 years ago
  39. 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 16 years ago
  40. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 16 years ago
  41. 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 16 years ago
  42. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 16 years ago
  44. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 16 years ago
  45. 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 16 years ago
  46. c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 16 years ago
  47. db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 16 years ago
  48. 3a6df81 Merged revisions 72794 via svnmerge from by Mark Dickinson · 16 years ago
  49. 7f8ed81 Fix a warning. by Georg Brandl · 16 years ago
  50. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  51. afdfbc7 Silence compiler warning. by Raymond Hettinger · 16 years ago
  52. c3583b2 Silence a compiler warning. by Raymond Hettinger · 16 years ago
  53. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 16 years ago
  54. 37d1c18 Merged revisions 72645 via svnmerge from by Antoine Pitrou · 16 years ago
  55. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 16 years ago
  56. a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits by Antoine Pitrou · 16 years ago
  57. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 16 years ago
  58. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 16 years ago
  59. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 16 years ago
  60. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 16 years ago
  62. 81c447f turn this into a macro by Benjamin Peterson · 16 years ago
  63. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 16 years ago
  64. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
  65. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 16 years ago
  67. 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 16 years ago
  68. 86a05ec Added missing semicolon. by Eric Smith · 16 years ago
  69. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 16 years ago
  70. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
  71. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 16 years ago
  72. bbb9be7 Merged revisions 72273 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  73. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 16 years ago
  74. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 16 years ago
  75. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 16 years ago
  76. fecf5d1 Fixed warning. (Should not use *const* as variable name) by Hirokazu Yamamoto · 16 years ago
  77. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 16 years ago
  78. 8966c99 Merged revisions 72180 via svnmerge from by Antoine Pitrou · 16 years ago
  79. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 16 years ago
  80. c1edc2d Merged revisions 72081 via svnmerge from by Thomas Heller · 16 years ago
  81. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 16 years ago
  82. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 16 years ago
  83. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 16 years ago
  84. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 16 years ago
  85. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 16 years ago
  86. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  87. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 16 years ago
  88. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 16 years ago
  89. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 16 years ago
  90. 579b65c Merged revisions 71640-71641 via svnmerge from by Thomas Heller · 16 years ago
  91. f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 16 years ago
  92. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
  93. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 16 years ago
  94. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  95. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 16 years ago
  96. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 16 years ago
  97. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  98. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 16 years ago
  99. 8f2b665 fix typo #5687 by Benjamin Peterson · 16 years ago
  100. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago