1. 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 16 years ago
  2. 1921970 Better diagnostic. by Georg Brandl · 16 years ago
  3. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 16 years ago
  4. c4dc0d4 #2905: fix merge glitch on OSX. by Georg Brandl · 16 years ago
  5. bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 16 years ago
  6. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  7. 2e08136 Tkinter, step 4: merge simple- and filedialog modules. by Georg Brandl · 16 years ago
  8. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  9. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago
  10. 4b006de Fixed signature of theThread in test_lock. by Alexandre Vassalotti · 16 years ago
  11. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  12. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago
  13. acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 16 years ago
  14. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  15. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  16. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  17. cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 16 years ago
  18. acbb786 Remove the statvfs module. by Brett Cannon · 16 years ago
  19. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  20. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  21. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 16 years ago
  22. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  23. 2402e93 Fixed another missed ConfigParser import rename. by Alexandre Vassalotti · 16 years ago
  24. fc02aef Fixed configparser import in distutils.config. by Alexandre Vassalotti · 16 years ago
  25. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  26. c7db1d6 Change Pickler._batch_appends() and Pickler._batch_setitems() to take by Alexandre Vassalotti · 16 years ago
  27. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  28. 32ac22a remove plat-darwin by Benjamin Peterson · 16 years ago
  29. b2fdf35 remove test_multifile by Benjamin Peterson · 16 years ago
  30. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  31. cc80bfe Fix doctest's __all__. by Georg Brandl · 16 years ago
  32. c737283 Remove function obsolete since Python 2.3 from traceback module. by Georg Brandl · 16 years ago
  33. 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 16 years ago
  34. 2b2b44d #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried. by Amaury Forgeot d'Arc · 16 years ago
  35. d3343cb Remove the multifile module as deprecated by PEP 4. by Brett Cannon · 16 years ago
  36. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  37. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  38. 25c7f0f Revert commit r63088. by Alexandre Vassalotti · 16 years ago
  39. cf3520c Remove the sre module. by Brett Cannon · 16 years ago
  40. 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 16 years ago
  41. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  42. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  43. aa5b411 #756982: Remove rfc822 reference. by Georg Brandl · 16 years ago
  44. 2b576d2 Renamed PixMapWrapper module to pixmapwrapper. by Alexandre Vassalotti · 16 years ago
  45. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  46. 4e3e21e Remove test for now-removed classes. by Georg Brandl · 16 years ago
  47. 8041d47 fix __all__ by Benjamin Peterson · 16 years ago
  48. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  49. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  50. d8b61ee Remove the mhlib module. by Brett Cannon · 16 years ago
  51. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  52. b59a2bd Remove the fpformat module. by Brett Cannon · 16 years ago
  53. f4fd993 Remove the dircache module. by Brett Cannon · 16 years ago
  54. 7ecf3dc Fixup old, invalid import. by Jeremy Hylton · 16 years ago
  55. d175b4c The Canvas module has been removed. by Brett Cannon · 16 years ago
  56. f0c0ff6 Removed redundant max() call. by Alexandre Vassalotti · 16 years ago
  57. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  58. b27406c Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in by Mark Dickinson · 16 years ago
  59. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  60. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 900ee3a Remove the user module. by Brett Cannon · 16 years ago
  62. d7cce26 Remove the mutex module. by Brett Cannon · 16 years ago
  63. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  64. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  65. e580f5c Forward port r62849. by Raymond Hettinger · 16 years ago
  66. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago
  67. 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 16 years ago
  68. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 16 years ago
  69. 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 16 years ago
  70. 8130f7c Fixed the negative value check in io._BytesIO.seek(). by Alexandre Vassalotti · 16 years ago
  71. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  72. 2e0419d Cleaned how _BytesIO.read() returns an empty bytes object. by Alexandre Vassalotti · 16 years ago
  73. 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 16 years ago
  74. 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 16 years ago
  75. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  76. 5da31eb Added tests to check the buffer type returned during reading. by Alexandre Vassalotti · 16 years ago
  77. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  78. 5d8da20 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from by Christian Heimes · 16 years ago
  79. 1a9f900 Merged revisions 62726 via svnmerge from by Martin v. Löwis · 16 years ago
  80. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  81. daaf8ee Re-enabled test by Christian Heimes · 16 years ago
  82. 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
  83. 349a785 Revert changes in 62669, since they caused test failures. by Mark Dickinson · 16 years ago
  84. 40360f2 Remove broken __round__, __ceil__ and __floor__ from Decimal by Mark Dickinson · 16 years ago
  85. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  86. 8cb02b6 Removed memoryview objects from bytes_types. by Alexandre Vassalotti · 16 years ago
  87. a0de26c Make floating-point exception error messages slightly more verbose: in by Mark Dickinson · 16 years ago
  88. b041fda Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,62591-62594 via svnmerge from by Thomas Heller · 16 years ago
  89. b2c7af8 Merged revisions 62586 via svnmerge from by Eric Smith · 16 years ago
  90. cef5b3d Remove duplicated code in pydoc.py, probably a merge conflict some months ago. by Amaury Forgeot d'Arc · 16 years ago
  91. 768db92 Correct recently merged tests: by Amaury Forgeot d'Arc · 16 years ago
  92. 8c03b4d Merged revisions 62486-62487 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  93. a461873 Obvious simplification, now that "long" has disappeared. by Amaury Forgeot d'Arc · 16 years ago
  94. 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
  95. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  96. 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
  97. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  98. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  99. dc3e06c Have test_coding conditionally remove test files instead of assuming that they by Brett Cannon · 16 years ago
  100. 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