1. 5fdea68 Silence a compiler warning by Christian Heimes · 16 years ago
  2. 2ef32f2 Blocked revisions 62769 via svnmerge by Christian Heimes · 16 years ago
  3. 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 16 years ago
  4. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  5. 5d8da20 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from by Christian Heimes · 16 years ago
  6. b91960c Blocked revisions 62734,62736,62748 via svnmerge by Christian Heimes · 16 years ago
  7. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 16 years ago
  8. 7694100 Give with_traceback a docstring. by Georg Brandl · 16 years ago
  9. 4251481 #2761: Some are types too. by Georg Brandl · 16 years ago
  10. de2b00e Clarify map() behavior. by Georg Brandl · 16 years ago
  11. 1a9f900 Merged revisions 62726 via svnmerge from by Martin v. Löwis · 16 years ago
  12. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  13. 43653bb Block r62722 since it relies on r62720. by Brett Cannon · 16 years ago
  14. 0eb0ab4 Block r62720 (DeprecationWarning for warnings.showwarning() and lack of 'line' by Brett Cannon · 16 years ago
  15. daaf8ee Re-enabled test by Christian Heimes · 16 years ago
  16. 9f4bf1d Fix merge error by Benjamin Peterson · 16 years ago
  17. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  18. c0b6cc8 Blocked revisions 62684 via svnmerge by Mark Dickinson · 16 years ago
  19. 349a785 Revert changes in 62669, since they caused test failures. by Mark Dickinson · 16 years ago
  20. e757005 Merge OpenSearch-related changes. by Georg Brandl · 16 years ago
  21. 40360f2 Remove broken __round__, __ceil__ and __floor__ from Decimal by Mark Dickinson · 16 years ago
  22. 227e7f5 block r62666 by Mark Dickinson · 16 years ago
  23. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  24. 999679a Fixed a small omission in the renaming of "unicode" to "str". by Alexandre Vassalotti · 16 years ago
  25. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  26. 8cb02b6 Removed memoryview objects from bytes_types. by Alexandre Vassalotti · 16 years ago
  27. 3fe8216 Fixed a bug in the representation of self-referential tuples. by Alexandre Vassalotti · 16 years ago
  28. 73eada3 One more attempt to track down Debian/alpha test_math failures: by Mark Dickinson · 16 years ago
  29. 8fb57fc Remove temporary autoconf checks added in revision 62592 by Mark Dickinson · 16 years ago
  30. b03c1d9 Don't output floats in prime example. by Georg Brandl · 16 years ago
  31. de42962 Whoops. errno should only be tested when the result is finite. by Mark Dickinson · 16 years ago
  32. a0de26c Make floating-point exception error messages slightly more verbose: in by Mark Dickinson · 16 years ago
  33. 3cbf15f Removed merge tracking for "svnmerge" for by Thomas Heller · 16 years ago
  34. f392057 Merged revisions 62602 via svnmerge from by Georg Brandl · 16 years ago
  35. c71520e Block backport of next(). by Georg Brandl · 16 years ago
  36. aaa6392 Fix nits in builtin next(). by Georg Brandl · 16 years ago
  37. b041fda Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,62591-62594 via svnmerge from by Thomas Heller · 16 years ago
  38. 6471f96 Add some temporary autoconf checks to try to figure out why test_math is by Mark Dickinson · 16 years ago
  39. b2c7af8 Merged revisions 62586 via svnmerge from by Eric Smith · 16 years ago
  40. c14bb75 Fix var name. by Georg Brandl · 16 years ago
  41. 9155aa7 Cleanup the Unicode header documentation and formatting a bit. by Marc-André Lemburg · 16 years ago
  42. a2f837f Document the fact that '\U' and '\u' escapes are not treated specially in 3.0 (see issue 2541) by Benjamin Peterson · 16 years ago
  43. a288fae Blocked revisions 62536 via svnmerge by Benjamin Peterson · 16 years ago
  44. d321d99 Blocked revisions 62517-62518 via svnmerge by Benjamin Peterson · 16 years ago
  45. b0e2b4c Merged revisions 62499 via svnmerge from by Mark Dickinson · 16 years ago
  46. a1e5325 Block 2.6-only doc change. by Georg Brandl · 16 years ago
  47. df0a5cb #2689 Fix indentation in Objects/rangeobject.c by Benjamin Peterson · 16 years ago
  48. cef5b3d Remove duplicated code in pydoc.py, probably a merge conflict some months ago. by Amaury Forgeot d'Arc · 16 years ago
  49. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 768db92 Correct recently merged tests: by Amaury Forgeot d'Arc · 16 years ago
  51. 8c03b4d Merged revisions 62486-62487 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  52. e106dc3 Merged revisions 62481 via svnmerge from by Thomas Heller · 16 years ago
  53. a461873 Obvious simplification, now that "long" has disappeared. by Amaury Forgeot d'Arc · 16 years ago
  54. ae0b088 There is no reason for imp.get_magic() to return a mutable bytearray by Amaury Forgeot d'Arc · 16 years ago
  55. be5229e Removed documentation for future_builtins by Benjamin Peterson · 16 years ago
  56. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  57. 3513358 Issue 2440: remove the guard around the handling of case 'n' in getargs.c's convertsimple() such that we always treat it as an index type, regardless of whether or not sizeof(size_t) == sizeof(long). Fix the test_args2.Signed_TestCase.test_n() such that it tests for adherence to PEP 357 (don't try and coerce objects that don't have nb_index slots but do have nb_int slots (i.e. floats) into indexes 'just because we can'). Three other commits are related to this one: r62269 and r62279, which were changes to PyNumber_Index (among other things) to check for nb_int slots when we lack nb_index slots -- and r62292, which is when I reverted these changes after various people pointed out that the test was in fact wrong, not the code. by Trent Nelson · 16 years ago
  58. b9e2304 dumps() and loads() work in terms of bytes objects not strings. by Mark Summerfield · 16 years ago
  59. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  60. 1a3239e Blocked revisions 62431 via svnmerge by Benjamin Peterson · 16 years ago
  61. e6d5f30 A lot of small detailed revisions to the io module's doc. by Mark Summerfield · 16 years ago
  62. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  63. 58f9e4f Remove duplicated reduce() entry. by Georg Brandl · 16 years ago
  64. e8dd070 Reverted 62397; no versionadded/changed in 3.0 docs by Benjamin Peterson · 16 years ago
  65. d198bbe Blocked revisions 62398 via svnmerge by Benjamin Peterson · 16 years ago
  66. 7014164 the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.) by Benjamin Peterson · 16 years ago
  67. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  68. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  69. dc3e06c Have test_coding conditionally remove test files instead of assuming that they by Brett Cannon · 16 years ago
  70. 7ab6be2 PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long); by Mark Dickinson · 16 years ago
  71. 32dde22 Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62128,62130,62132,62134-62135,62137,62139-62140,62144,62146,62151,62155,62157,62162-62166,62171-62172,62175-62176,62178,62181-62186,62188-62192,62196,62200-62203,62206,62211-62213,62215-62218,62222,62224-62226,62228,62232,62236,62240-62245,62248,62250-62254,62256-62258,62262,62264-62265,62267-62270,62272-62276,62280-62288,62291-62292,62299-62301,62307,62312,62316-62318,62322-62331,62333-62337,62339-62344,62346-62348 via svnmerge from by Neal Norwitz · 16 years ago
  72. d6372b9 Recorded merge of revisions 62345 via svnmerge from by Alexandre Vassalotti · 16 years ago
  73. 9efcc4b Fix problems in the io docs noted by Alexandre Vassalotti by Benjamin Peterson · 16 years ago
  74. e0313f2 Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space indents. by Alexandre Vassalotti · 16 years ago
  75. 8dcdb25 Improved bytes_extend() to avoid making a full copy of the temporary by Alexandre Vassalotti · 16 years ago
  76. 3071f81 Merged revisions 62338 via svnmerge from by Thomas Heller · 16 years ago
  77. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago
  78. 13d4a61 Another io doc fix by Benjamin Peterson · 16 years ago
  79. d860762 Merged revisions 62332 via svnmerge from by Benjamin Peterson · 16 years ago
  80. b85a584 A few io doc fixes by Benjamin Peterson · 16 years ago
  81. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  82. 659d32d Blocked revisions 62309-62310 via svnmerge by Benjamin Peterson · 16 years ago
  83. 2c5f828 Fleshed out docstrings in the io module, improving the reST one as I went. by Benjamin Peterson · 16 years ago
  84. d238cb8 Removed unused variable. by Alexandre Vassalotti · 16 years ago
  85. 7179220 Issue 2440: revert r62269 and r62279. These changes were made in an effort to fix test_args2.Signed_TestCase.test_n(), which was failing on Windows x64 on the following line: 'self.failUnlessEqual(99, getargs_n(Long()))'. Although the two commits *did* fix the test on Windows x64, it's become clear that it's the test that's incorrect, and the changes to PyNumber_Index() in particular were not warranted (and actually violate PEP 357). This commit will get us back to where we were at r62268, before I started butchering things. by Trent Nelson · 16 years ago
  86. dd21912 Synced builtin open and io.open documentation, taking the best of each by Benjamin Peterson · 16 years ago
  87. d12fbe9 Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floats to be interpreted as longs. Thanks to Benjamin Peterson for picking this up. by Trent Nelson · 16 years ago
  88. 7fedbe5 Add a NEWS entry for issue2221. by Amaury Forgeot d'Arc · 16 years ago
  89. 7852000 Update test_ssl.py to reflect the new approach for writing network-oriented tests in such a way that contention for ports is eliminated, thus allowing multiple instances of the same test to be run in parallel without issue (import for buildbots to run smoothly). This change is in line with the changes made to network-oriented tests in trunk in r62234. test_ssl.py is an odd case because the py3k version was newer than trunk. When the most recent svnmerge was run from trunk to py3k in r62242, the older trunk version was brought over on top of the newer py3k version. So, the plan was/is: revert the recent svnmerged version (done), manually make the changes to improve running in parallel (done with this commit), copy this version back to trunk and manually 3to2 it (to do next), check that in, then svnmerge block it. Then when future changes need to be made to test_ssl.py, we can make them against trunk, and hopefully the merge to py3k should be a lot less painful. by Trent Nelson · 16 years ago
  90. 6b240cd Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should't have been brought over in the merge. by Trent Nelson · 16 years ago
  91. 8efc62c Bug #2606: Avoid calling .sort() on a dict_keys object. by Martin v. Löwis · 16 years ago
  92. e2ae468 Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), extend Objects/abstract.c's PyNumber_Index() to accept PyObjects that have nb_int slots, and update test_getargs2 to test that an exception is thrown when __int__() returns a non-int object. by Trent Nelson · 16 years ago
  93. 5680d0c Merged revisions 62246-62259 via svnmerge from by Martin v. Löwis · 16 years ago
  94. 3de92bf Merged revisions 62263 via svnmerge from by Martin v. Löwis · 16 years ago
  95. b47aace zap the last of the class.method typos in io docs by Benjamin Peterson · 16 years ago
  96. ddee308 #2575: bininteger missing in production list. by Georg Brandl · 16 years ago
  97. 225d3c8 #2580: int() docs revision. by Georg Brandl · 16 years ago
  98. 014197c #2530: io module documentation. by Georg Brandl · 16 years ago
  99. 8e2f755 Remove __repr__ that doesn't have any advantage compared to the standard one. by Georg Brandl · 16 years ago
  100. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago