1. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  2. f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 16 years ago
  3. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  4. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  5. 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 16 years ago
  6. 32de7af Fix typo. by Georg Brandl · 16 years ago
  7. f059e64 update NEWS by Benjamin Peterson · 16 years ago
  8. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  9. 36f4952 Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry anyway because of the difference in the changes between the two branches) by Nick Coghlan · 16 years ago
  10. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 16 years ago
  12. 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
  13. d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  14. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  15. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  16. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  17. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  18. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  19. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  20. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  21. ebd9af4 Fix merge conflict. by Georg Brandl · 16 years ago
  22. 4fe5ed8 Merged revisions 65368 via svnmerge from by Martin v. Löwis · 16 years ago
  23. bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 16 years ago
  24. c66f909 #2523: binary buffered reading is quadratic by Antoine Pitrou · 16 years ago
  25. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  26. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  27. c2542e9 Remove the sunaudio module. by Brett Cannon · 16 years ago
  28. 30704ea0 Remove "ast" aliases from the parser module. by Georg Brandl · 16 years ago
  29. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  30. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  31. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  32. bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 16 years ago
  33. 6ea420b Merged revisions 64982-64983,65004 via svnmerge from by Georg Brandl · 16 years ago
  34. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  35. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 16 years ago
  36. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  37. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  38. 15383a0 Merged revisions 64976-64977 via svnmerge from by Thomas Heller · 16 years ago
  39. 0261e1e Merged revisions 64968,64971 via svnmerge from by Thomas Heller · 16 years ago
  40. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  41. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  42. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  43. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  44. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  45. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  46. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  47. 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
  48. 336341f Add some full stops. by Georg Brandl · 16 years ago
  49. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  50. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  51. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  52. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  53. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  54. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  55. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  56. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  57. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  58. 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
  59. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  60. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  61. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  62. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  63. 425ea7f add a period by Benjamin Peterson · 16 years ago
  64. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  65. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  66. f501942 Update NEWS and ACKS for issue 2849. by Barry Warsaw · 16 years ago
  67. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  68. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  69. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  70. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  71. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  72. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
  73. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  74. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  75. 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
  76. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  77. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  78. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  79. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  80. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  81. 294d5a9 Add proper heading for tools entry. by Georg Brandl · 16 years ago
  82. 630c829 add notes about the removal of bgen by Benjamin Peterson · 16 years ago
  83. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  84. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  85. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  86. 3d5c425 Add NEWS entry for http package. by Georg Brandl · 16 years ago
  87. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  88. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  90. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  91. 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
  92. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  93. 52b92cc Refer consistently to issues, rewrap to 70 chars. by Georg Brandl · 16 years ago
  94. 1bcf35a #2963: fix method cache types. by Georg Brandl · 16 years ago
  95. c9b0953 #2964: fix missing INCREF. by Georg Brandl · 16 years ago
  96. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  97. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  98. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  99. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  100. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago