1. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  2. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  3. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  4. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  5. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  6. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  7. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  8. 8ed91b2 Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion by Martin v. Löwis · 15 years ago
  9. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 15 years ago
  10. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 15 years ago
  11. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  12. 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 15 years ago
  13. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  14. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  15. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  16. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  17. f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 15 years ago
  18. 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 15 years ago
  19. 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 15 years ago
  20. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
  21. 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 15 years ago
  22. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  23. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  24. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
  25. 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 15 years ago
  26. c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 15 years ago
  27. db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 15 years ago
  28. 3a6df81 Merged revisions 72794 via svnmerge from by Mark Dickinson · 15 years ago
  29. 7f8ed81 Fix a warning. by Georg Brandl · 15 years ago
  30. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  31. afdfbc7 Silence compiler warning. by Raymond Hettinger · 15 years ago
  32. c3583b2 Silence a compiler warning. by Raymond Hettinger · 15 years ago
  33. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 15 years ago
  34. 37d1c18 Merged revisions 72645 via svnmerge from by Antoine Pitrou · 15 years ago
  35. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  36. a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits by Antoine Pitrou · 15 years ago
  37. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  38. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 15 years ago
  39. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 15 years ago
  40. 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
  41. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 15 years ago
  42. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  43. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 15 years ago
  44. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  45. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 15 years ago
  47. 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 15 years ago
  48. 86a05ec Added missing semicolon. by Eric Smith · 15 years ago
  49. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago
  50. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  51. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 15 years ago
  52. bbb9be7 Merged revisions 72273 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  53. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  54. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  55. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  56. fecf5d1 Fixed warning. (Should not use *const* as variable name) by Hirokazu Yamamoto · 15 years ago
  57. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  58. 8966c99 Merged revisions 72180 via svnmerge from by Antoine Pitrou · 15 years ago
  59. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  60. c1edc2d Merged revisions 72081 via svnmerge from by Thomas Heller · 15 years ago
  61. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  62. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 15 years ago
  63. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 15 years ago
  64. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 15 years ago
  65. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  66. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  67. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  68. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  69. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  70. 579b65c Merged revisions 71640-71641 via svnmerge from by Thomas Heller · 15 years ago
  71. f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  72. 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
  73. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  74. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  75. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  76. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  77. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  78. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 15 years ago
  79. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  80. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  81. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  82. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  83. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 15 years ago
  84. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  85. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 15 years ago
  86. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  87. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  88. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 15 years ago
  89. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  90. 32d68c2 Merged revisions 70849,70852 via svnmerge from by Jesse Noller · 15 years ago
  91. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  92. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  93. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  95. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 15 years ago
  96. 8e21fb2 Fix leak in _fileio.c (patch by Hirokazu Yamamoto) by Antoine Pitrou · 15 years ago
  97. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  98. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 15 years ago
  99. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 15 years ago
  100. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago