1. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  2. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  3. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  4. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  5. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  6. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 336341f Add some full stops. by Georg Brandl · 16 years ago
  8. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  9. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  10. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  11. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  12. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  13. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  14. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  15. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  16. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  17. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  18. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  19. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  20. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  21. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  22. 425ea7f add a period by Benjamin Peterson · 16 years ago
  23. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  24. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  25. f501942 Update NEWS and ACKS for issue 2849. by Barry Warsaw · 16 years ago
  26. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  27. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  28. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  29. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  30. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  31. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
  32. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  33. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  34. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  35. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  36. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  37. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  38. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  39. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  40. 294d5a9 Add proper heading for tools entry. by Georg Brandl · 16 years ago
  41. 630c829 add notes about the removal of bgen by Benjamin Peterson · 16 years ago
  42. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  43. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  44. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  45. 3d5c425 Add NEWS entry for http package. by Georg Brandl · 16 years ago
  46. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  47. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  49. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  50. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  51. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  52. 52b92cc Refer consistently to issues, rewrap to 70 chars. by Georg Brandl · 16 years ago
  53. 1bcf35a #2963: fix method cache types. by Georg Brandl · 16 years ago
  54. c9b0953 #2964: fix missing INCREF. by Georg Brandl · 16 years ago
  55. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  56. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  57. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  58. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  59. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago
  60. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  61. 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
  62. 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
  63. acbb786 Remove the statvfs module. by Brett Cannon · 16 years ago
  64. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  65. 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
  66. 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
  67. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  68. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  69. 79629ab add a NEWS note for 63205 by Benjamin Peterson · 16 years ago
  70. 2b2b44d #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried. by Amaury Forgeot d'Arc · 16 years ago
  71. 0740459 #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings by Amaury Forgeot d'Arc · 16 years ago
  72. d3343cb Remove the multifile module as deprecated by PEP 4. by Brett Cannon · 16 years ago
  73. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  74. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  75. 25c7f0f Revert commit r63088. by Alexandre Vassalotti · 16 years ago
  76. cf3520c Remove the sre module. by Brett Cannon · 16 years ago
  77. 2b576d2 Renamed PixMapWrapper module to pixmapwrapper. by Alexandre Vassalotti · 16 years ago
  78. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  79. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  80. d8b61ee Remove the mhlib module. by Brett Cannon · 16 years ago
  81. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  82. b59a2bd Remove the fpformat module. by Brett Cannon · 16 years ago
  83. f4fd993 Remove the dircache module. by Brett Cannon · 16 years ago
  84. d175b4c The Canvas module has been removed. by Brett Cannon · 16 years ago
  85. c4352b0 Issue 2801: fix bug in float.is_integer where ValueError was incorrectly by Mark Dickinson · 16 years ago
  86. b27406c Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in by Mark Dickinson · 16 years ago
  87. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  88. 34afe87 Document that the mutex module is now gone. by Brett Cannon · 16 years ago
  89. 900ee3a Remove the user module. by Brett Cannon · 16 years ago
  90. 0d71ee7 Add entry for removal of imputil. Also start the 3.0b1 section. by Brett Cannon · 16 years ago
  91. 9eab8b0 Missed one file by Barry Warsaw · 16 years ago
  92. 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 16 years ago
  93. 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 16 years ago
  94. 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
  95. b041fda Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,62591-62594 via svnmerge from by Thomas Heller · 16 years ago
  96. 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
  97. b0e2b4c Merged revisions 62499 via svnmerge from by Mark Dickinson · 16 years ago
  98. e106dc3 Merged revisions 62481 via svnmerge from by Thomas Heller · 16 years ago
  99. 7ab6be2 PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long); by Mark Dickinson · 16 years ago
  100. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago