1. 97b28f8 Merged revisions 74316,74335 via svnmerge from by Georg Brandl · 15 years ago
  2. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  3. 606bbc9 Merged revisions 74356-74357 via svnmerge from by Benjamin Peterson · 15 years ago
  4. 0473e56 Merged revisions 74338 via svnmerge from by Antoine Pitrou · 15 years ago
  5. 216dc7b Merged revisions 74305 via svnmerge from by Mark Dickinson · 15 years ago
  6. 99a13ee Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  7. a62c94b Merged revisions 73882 via svnmerge from by Mark Dickinson · 15 years ago
  8. 5f587b4 Merged revisions 73874 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  9. 7dfed63 Merged revisions 73768 via svnmerge from by Jesus Cea · 15 years ago
  10. 4e82f2d Merged revisions 73684 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  11. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  12. bbcd1eb add sys prefix by Benjamin Peterson · 15 years ago
  13. ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  14. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 15 years ago
  15. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  16. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  17. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  18. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  19. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  20. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  21. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  22. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  23. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  24. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  25. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 15 years ago
  26. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 15 years ago
  27. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 15 years ago
  28. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  29. 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 15 years ago
  30. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  31. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  32. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  33. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  34. f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 15 years ago
  35. 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 15 years ago
  36. 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 15 years ago
  37. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
  38. 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 15 years ago
  39. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  40. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  41. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
  42. 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 15 years ago
  43. c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 15 years ago
  44. db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 15 years ago
  45. 3a6df81 Merged revisions 72794 via svnmerge from by Mark Dickinson · 15 years ago
  46. 7f8ed81 Fix a warning. by Georg Brandl · 15 years ago
  47. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  48. afdfbc7 Silence compiler warning. by Raymond Hettinger · 15 years ago
  49. c3583b2 Silence a compiler warning. by Raymond Hettinger · 15 years ago
  50. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 15 years ago
  51. 37d1c18 Merged revisions 72645 via svnmerge from by Antoine Pitrou · 15 years ago
  52. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  53. a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits by Antoine Pitrou · 15 years ago
  54. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  55. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 15 years ago
  56. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 15 years ago
  57. 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
  58. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 15 years ago
  59. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  60. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 15 years ago
  61. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  62. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 15 years ago
  64. 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 15 years ago
  65. 86a05ec Added missing semicolon. by Eric Smith · 15 years ago
  66. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago
  67. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  68. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 15 years ago
  69. bbb9be7 Merged revisions 72273 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  70. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  71. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  72. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  73. fecf5d1 Fixed warning. (Should not use *const* as variable name) by Hirokazu Yamamoto · 15 years ago
  74. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  75. 8966c99 Merged revisions 72180 via svnmerge from by Antoine Pitrou · 15 years ago
  76. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  77. c1edc2d Merged revisions 72081 via svnmerge from by Thomas Heller · 15 years ago
  78. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 15 years ago
  80. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 15 years ago
  81. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 15 years ago
  82. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  83. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  84. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  85. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  86. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  87. 579b65c Merged revisions 71640-71641 via svnmerge from by Thomas Heller · 15 years ago
  88. f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  89. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  90. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  91. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  92. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  93. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  94. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  95. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 15 years ago
  96. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  97. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  98. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  99. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  100. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 15 years ago