1. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  2. ec79b1c Merged revisions 75020 via svnmerge from by Brett Cannon · 15 years ago
  3. 7d12c55 Merged revisions 75011 via svnmerge from by Brett Cannon · 15 years ago
  4. ca767bd Merged revisions 75007 via svnmerge from by Antoine Pitrou · 15 years ago
  5. 6ce931f Merged revisions 74972 via svnmerge from by Ronald Oussoren · 15 years ago
  6. 2efd924 Merged revisions 74970 via svnmerge from by Ronald Oussoren · 15 years ago
  7. 04ebea3 Merged revisions 74948 via svnmerge from by Thomas Heller · 15 years ago
  8. 69b639f Merged revisions 74921 via svnmerge from by Thomas Heller · 15 years ago
  9. d7cb1b9 Merged revisions 74917 via svnmerge from by Thomas Heller · 15 years ago
  10. 3360401 Merged revisions 74843 via svnmerge from by Mark Dickinson · 15 years ago
  11. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 8b93952 Issue 6239: ctypes.c_char_p return value must return bytes. by Thomas Heller · 15 years ago
  13. ccd686a Merged revisions 74581 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  14. 2f82738 Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now. by Brett Cannon · 15 years ago
  15. 2349020 fix typo in c++ ifdef by Benjamin Peterson · 15 years ago
  16. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 15 years ago
  17. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  18. e5842c1 Merged revisions 74303 via svnmerge from by Mark Dickinson · 15 years ago
  19. 54628fa Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  20. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  21. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  22. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  23. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  24. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  25. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  26. cf7128c Merged revisions 74051-74052 via svnmerge from by Alexandre Vassalotti · 15 years ago
  27. 7aaa770 Use the proper autoconf macro for checking byte order. by Alexandre Vassalotti · 15 years ago
  28. 5f8ed37 Fix omission in a comment. by Alexandre Vassalotti · 15 years ago
  29. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  30. 216cca7 #6430: remove mention of "w" array typecode. by Georg Brandl · 15 years ago
  31. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  32. d99620d Merged revisions 73880 via svnmerge from by Mark Dickinson · 15 years ago
  33. 783f86e Merged revisions 73873 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  34. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 15 years ago
  35. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 15 years ago
  36. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 15 years ago
  37. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  38. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  39. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 15 years ago
  40. 4962d75 Merged revisions 73767 via svnmerge from by Jesus Cea · 15 years ago
  41. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  42. 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  43. 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 · 15 years ago
  44. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  46. bbcd1eb add sys prefix by Benjamin Peterson · 15 years ago
  47. ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  48. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 15 years ago
  49. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  50. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  51. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  52. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  53. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  54. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  55. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  56. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  57. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  58. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  59. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 15 years ago
  60. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 15 years ago
  61. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 15 years ago
  62. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  63. 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 15 years ago
  64. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  65. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  66. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  67. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  68. f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 15 years ago
  69. 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 15 years ago
  70. 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 15 years ago
  71. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
  72. 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 15 years ago
  73. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  74. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  75. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
  76. 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 15 years ago
  77. c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 15 years ago
  78. db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 15 years ago
  79. 3a6df81 Merged revisions 72794 via svnmerge from by Mark Dickinson · 15 years ago
  80. 7f8ed81 Fix a warning. by Georg Brandl · 15 years ago
  81. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  82. afdfbc7 Silence compiler warning. by Raymond Hettinger · 15 years ago
  83. c3583b2 Silence a compiler warning. by Raymond Hettinger · 15 years ago
  84. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 15 years ago
  85. 37d1c18 Merged revisions 72645 via svnmerge from by Antoine Pitrou · 15 years ago
  86. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  87. a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits by Antoine Pitrou · 15 years ago
  88. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  89. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 15 years ago
  90. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 15 years ago
  91. 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 · 15 years ago
  92. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 15 years ago
  93. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  94. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 15 years ago
  95. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  96. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 15 years ago
  97. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 15 years ago
  98. 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 15 years ago
  99. 86a05ec Added missing semicolon. by Eric Smith · 15 years ago
  100. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago