1. f913ac7 A totally crappy workaround for issue 4266, but this allows me to build the by Barry Warsaw · 16 years ago
  2. 89cce37 Tagging by Barry Warsaw · 16 years ago
  3. b7551e2 Removing old tag. by Barry Warsaw · 16 years ago
  4. 328aac7 update by Barry Warsaw · 16 years ago
  5. 9184556 Merged revisions 67125 via svnmerge from by Martin v. Löwis · 16 years ago
  6. 900646e Merged revisions 67120 via svnmerge from by Martin v. Löwis · 16 years ago
  7. 10f3710 Tagging release. by Barry Warsaw · 16 years ago
  8. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  9. 93ef79c period by Benjamin Peterson · 16 years ago
  10. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  11. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  12. bd58705 Blocked revisions 66878 via svnmerge by Benjamin Peterson · 16 years ago
  13. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  14. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  15. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
  16. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  17. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  18. a18424c Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  19. b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 16 years ago
  20. 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  21. c1de4cc fix test_descr by Benjamin Peterson · 16 years ago
  22. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  23. 6285ffd Correct the pickle test, broken since r67059: by Amaury Forgeot d'Arc · 16 years ago
  24. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 16 years ago
  25. dd8059f #3626: On cygwin, starting "python z" would not display any error message: by Amaury Forgeot d'Arc · 16 years ago
  26. e329d1a Blocked revisions 67060-67061 via svnmerge by Benjamin Peterson · 16 years ago
  27. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  28. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  29. 5833a2f Issue #4213: The file system encoding is now normalized by the codec subsystem, for example UTF-8 is turned into utf-8. by Christian Heimes · 16 years ago
  30. 9c94ba4 Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin. by Christian Heimes · 16 years ago
  31. df32b39 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  32. fec925b Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  33. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
  34. 73b90a8 Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  35. 64106fb fix some more print statements by Benjamin Peterson · 16 years ago
  36. 9a7b901 Blocked revisions 67041 via svnmerge by Benjamin Peterson · 16 years ago
  37. 9aebc61 Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 16 years ago
  38. cff882c default source encoding is now utf-8 by Benjamin Peterson · 16 years ago
  39. e8022b4 Remove a confusing statement in Pickler's docstring. by Alexandre Vassalotti · 16 years ago
  40. 45a583b Fix a grammar mistake in a comment. by Alexandre Vassalotti · 16 years ago
  41. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  42. cbda96e Blocked revisions 67013 via svnmerge by Benjamin Peterson · 16 years ago
  43. ce825f1 update Python-ast.c by Benjamin Peterson · 16 years ago
  44. 37d2fe0 fix some py3k doc nits by Benjamin Peterson · 16 years ago
  45. a933e52 add grammar tests for nonlocal by Benjamin Peterson · 16 years ago
  46. d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 16 years ago
  47. 62073e0 Merged revisions 67005 via svnmerge from by Walter Dörwald · 16 years ago
  48. 5198a5c Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  49. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  50. ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 16 years ago
  51. 3851d12 make struct static by Benjamin Peterson · 16 years ago
  52. e348d1a document changes to metaclasses by Benjamin Peterson · 16 years ago
  53. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  54. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  56. 758bca6 Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  57. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  58. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  59. c820eaf Merged revisions 66958 via svnmerge from by Martin v. Löwis · 16 years ago
  60. 34bbf00 Really commit the patch for bug 4125; runtests.sh use -bb flag by Barry Warsaw · 16 years ago
  61. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  62. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  63. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  64. 460ce2a Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in by Barry Warsaw · 16 years ago
  65. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  66. a3b341f Blocked revisions 66386 via svnmerge by Benjamin Peterson · 16 years ago
  67. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  68. d31fdc5 Unblocked revisions 66386 via svnmerge by Benjamin Peterson · 16 years ago
  69. 8e8c215 Merged revisions 66938,66942 via svnmerge from by Benjamin Peterson · 16 years ago
  70. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
  71. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  72. aaebe1c use bytes throughout telnetlib docs by Benjamin Peterson · 16 years ago
  73. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  74. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  75. aa30669 correct changed import by Benjamin Peterson · 16 years ago
  76. 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 16 years ago
  77. f63921f Merged revisions 66881 via svnmerge from by Martin v. Löwis · 16 years ago
  78. 1c9313f remove a mention of backtick repr by Benjamin Peterson · 16 years ago
  79. 1bc15c2 fix merge boo-boo by Benjamin Peterson · 16 years ago
  80. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  81. 2d8dcdc Blocked revisions 66822 via svnmerge by Benjamin Peterson · 16 years ago
  82. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 16 years ago
  83. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  84. 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 16 years ago
  85. bcbfa64 The #warning directive is a gcc extension to standard C, by Amaury Forgeot d'Arc · 16 years ago
  86. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  87. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  88. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 16 years ago
  89. a731b99 Patch #3187 (file 11721): Document byte vs. string parameters and results. by Martin v. Löwis · 16 years ago
  90. a5c2a51 merge from trunk by Skip Montanaro · 16 years ago
  91. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
  92. f259bc4 Unblocked revisions 66677 via svnmerge by Benjamin Peterson · 16 years ago
  93. 16512cd Merged revisions 66819 via svnmerge from by Brett Cannon · 16 years ago
  94. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 16 years ago
  95. 4e299c7 unbreak test_cprofile by Benjamin Peterson · 16 years ago
  96. d8506df Merged revisions 66814 via svnmerge from by Martin v. Löwis · 16 years ago
  97. e1cb87e Blocked revisions 66809-66810 via svnmerge by Hirokazu Yamamoto · 16 years ago
  98. e674840 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  99. eba99df Issue 3412: Mention fractions and decimal in the tutorial section on floating point. by Raymond Hettinger · 16 years ago
  100. 9fce0ba Issue 3288: document as_integer_ratio(), fromhex(), and hex(). by Raymond Hettinger · 16 years ago