1. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  2. afbc266 Block revisions 61878-61881 aka Georgs py3k warnings by Christian Heimes · 16 years ago
  3. 68a04eb Block the mere addition of a versionadded tag. by Georg Brandl · 16 years ago
  4. 3c0e4d2 Merge the table type change to save space on LP64 platforms from trunk r61875. by Gregory P. Smith · 16 years ago
  5. dab5dc1 i'll merge this revision by hand since its a mix of cleanup and 2.x specifics by Gregory P. Smith · 16 years ago
  6. 119c498 Blocked revisions 61871 via svnmerge by Georg Brandl · 16 years ago
  7. 68ee3a5 #868845: document <...> reprs. by Georg Brandl · 16 years ago
  8. 03bd4f0 61867 not needed in 3k by Gregory P. Smith · 16 years ago
  9. 3bf3cc0 Merged revisions 61849 via svnmerge from by Martin v. Löwis · 16 years ago
  10. 823725e Merged revisions 61846-61847 via svnmerge from by Martin v. Löwis · 16 years ago
  11. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  12. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 16 years ago
  13. 2595e76 Ensure cleanup does not reference variables that don't yet exist. by Neal Norwitz · 16 years ago
  14. 64018ae Skip test if socket gets reset, the problem is on the other side. by Neal Norwitz · 16 years ago
  15. 22c6542 Add missing closing paren by Neal Norwitz · 16 years ago
  16. 4027bf8 Fix crash on 64-bit platforms by Neal Norwitz · 16 years ago
  17. 1dc5400 Merged revisions 61820-61823 via svnmerge from by Christian Heimes · 16 years ago
  18. f8bba8e Stop including 2to3 in Tools, as it is in Lib now. by Martin v. Löwis · 16 years ago
  19. a675ef1 Merged revisions 61825 via svnmerge from by Martin v. Löwis · 16 years ago
  20. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  21. fae759f Prevent 61779 and 61810 from merging into in py3k by Gregory P. Smith · 16 years ago
  22. ab56887 Fixed parent class init by Christian Heimes · 16 years ago
  23. 84f4dfd Invoke byte-compilation after running 2to3. by Martin v. Löwis · 16 years ago
  24. 5021ebc Properly terminate file name. by Martin v. Löwis · 16 years ago
  25. da99683 Replace spaces by tabs, added by Christian Heimes · 16 years ago
  26. a0272aa unicode->str. by Martin v. Löwis · 16 years ago
  27. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  28. 73a22f0 Add build_py_2to3. by Martin v. Löwis · 16 years ago
  29. 3faa84f Merged revisions 61724-61725 via svnmerge from by Martin v. Löwis · 16 years ago
  30. 896c317 Add XXX comments for whoever cleans up getargs.c :) by Georg Brandl · 16 years ago
  31. 3888980 file.write() may return something with the new IO framework. by Georg Brandl · 16 years ago
  32. 02781dc Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from by Christian Heimes · 16 years ago
  33. 3fd1399 Disabled some unused functions to silence compiler warnings by Christian Heimes · 16 years ago
  34. 8782408 Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error. by Eric Smith · 16 years ago
  35. 2eb2c7c #2435: missing file in pybench svnmerge seems to forget every added file. by Amaury Forgeot d'Arc · 16 years ago
  36. d24a5b6 Added a longish test case to stress seek/tell with a stateful decoder. by Ka-Ping Yee · 16 years ago
  37. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  38. 593cd6b Clean up the TextIOWrapper code; pick better names; improve documentation. by Ka-Ping Yee · 16 years ago
  39. dbe28e5 This is r61508 plus additional fixes to the handling of 'limit' by Ka-Ping Yee · 16 years ago
  40. 2727503 crc32 always returns unsigned. cleanup the code a bit and revert r61648 with by Gregory P. Smith · 16 years ago
  41. 97797a9 Bring over external-commit.bat manually, wasn't picked up via svnmerge. by Trent Nelson · 16 years ago
  42. f16444e Merged revisions 61639 via svnmerge from by Trent Nelson · 16 years ago
  43. 089eaef Another missing file after merge from trunk. test_import now passes by Amaury Forgeot d'Arc · 16 years ago
  44. 0a665ce Another 2.6-ism in test file by Amaury Forgeot d'Arc · 16 years ago
  45. 2f9d4d1 - Revert a change that should have been blocked: py3k has no -3 flag! by Amaury Forgeot d'Arc · 16 years ago
  46. 2b9b4e1 These files should have been merged in r61643 by Amaury Forgeot d'Arc · 16 years ago
  47. 453e08c Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it fixes the unit tests and doesn't create a different hash than Python 2.x by Christian Heimes · 16 years ago
  48. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  49. c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 16 years ago
  50. 39e307e Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python is invoked with -v or -vv under Windows, the process of importing the codec for sys.stderr causes a message to be written to stderr, which in turn causes the codec to be recursively imported. Sometimes the stack overflow exception is swallowed, other times it is not. The bug depends on the particular locale settings of the Windows machine. by Trent Nelson · 16 years ago
  51. 8a5f8ca Run 2to3 on this library. by Martin v. Löwis · 16 years ago
  52. f733c60 Merged revisions 61602 via svnmerge from by Martin v. Löwis · 16 years ago
  53. ef04c44 Merged revisions 61596-61597 via svnmerge from by Martin v. Löwis · 16 years ago
  54. c42bcbb Blocked -r61590 -r61585: tests from __future__ print_function. by Eric Smith · 16 years ago
  55. b409abd Blocked revision which added zip, filter, map to future_builtins. by David Wolever · 16 years ago
  56. a22d113 Add the -n option back to getopt(); it was lost in r61521. by Trent Nelson · 16 years ago
  57. 01a3e2b Blocked 61577, implementation of print function. by Eric Smith · 16 years ago
  58. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  59. 112367a Block revision 61570. by Brett Cannon · 16 years ago
  60. 50ae089 svnmerge.py block -r61564 by Christian Heimes · 16 years ago
  61. 5396a66 Convert the input from stdout to text. by Brett Cannon · 16 years ago
  62. 87875df Blocked a rev in which I added a warning. by David Wolever · 16 years ago
  63. d79bacc Get this test to pass (UserList/UserDict no longer exist and caused a skip). by Neal Norwitz · 16 years ago
  64. c598b6f Get this test to work (it was skipped previously): by Neal Norwitz · 16 years ago
  65. 40a088d Fix 're' to work on bytes. It could do with a few more tests, though. by Thomas Wouters · 16 years ago
  66. e8c3d26 Add missing UNPACK_EX opcode. by Thomas Wouters · 16 years ago
  67. e2b0705 Revert r61508: it caused test_mailbox to fail on all platforms. by Neal Norwitz · 16 years ago
  68. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  69. 430865f Remove unnused vars that I missed in previous removal of output file generation. by Neal Norwitz · 16 years ago
  70. e39b975 svnmerge.py block -r61529 by Christian Heimes · 16 years ago
  71. 931936e Fix a bunch of problems from merges. by Neal Norwitz · 16 years ago
  72. 799c300 Added test_print.py. I want to have a test suite when the print function is backported to 2.6 as a future import. by Eric Smith · 16 years ago
  73. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  74. d1bb60e block r61491 by Christian Heimes · 16 years ago
  75. 30cc838 In TextIOWrapper: by Ka-Ping Yee · 16 years ago
  76. f44c7e8 Make TextIOWrapper's seek/tell work properly with stateful decoders; by Ka-Ping Yee · 16 years ago
  77. b5dc90b Blocked revisions 61492 via svnmerge by Guido van Rossum · 16 years ago
  78. 0182992 Blocked revisions 61489 via svnmerge by Guido van Rossum · 16 years ago
  79. ca531ef Blocked revisions 61486 via svnmerge by Guido van Rossum · 16 years ago
  80. 7398384 Blocked revisions 61478 via svnmerge by Guido van Rossum · 16 years ago
  81. cff5a60 Blocked revisions 61475 via svnmerge by Guido van Rossum · 16 years ago
  82. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  83. 953e4e5 Whoops, I missed a few more places that were using slicing from the operator module by Neal Norwitz · 16 years ago
  84. 425136b mention the zlib crc32/adler32 changes by Gregory P. Smith · 16 years ago
  85. 2593146 Bug #2301: Don't try decoding the source code into the original by Martin v. Löwis · 16 years ago
  86. ddaa706 Patch from jbalogh fixes issue #2282 (misnamed seekable() method). by Ka-Ping Yee · 16 years ago
  87. e84b633 Document the expected convention for getstate() (as explained to me by Guido). by Ka-Ping Yee · 16 years ago
  88. ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 16 years ago
  89. c55485b use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often by Gregory P. Smith · 16 years ago
  90. 74ca557 Added tests for tokenize, blocked corresponding checkin from trunk. by Eric Smith · 16 years ago
  91. f1bb97c Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk. by Eric Smith · 16 years ago
  92. bda355f Add missing parameter spotted by Jared Flatow by Neal Norwitz · 16 years ago
  93. 8c1de8f Remove __{get,set,del}slice__ dingleberries. by Neal Norwitz · 16 years ago
  94. 8ae8896 Blocked r61442, which is a backport of PEP 3127 features already in py3k. by Eric Smith · 16 years ago
  95. 7a0d398 Remove the "unsafe" flag on peek() -- it is no longer used, because by Ka-Ping Yee · 16 years ago
  96. 434dd24 Block r61438 from forward porting sinc it's a classic-classes fix. by Jeffrey Yasskin · 16 years ago
  97. 0d26eb6 Clean up svnmerge properties by Christian Heimes · 16 years ago
  98. f75b290 Merged revisions 61413-61414 via svnmerge from by Christian Heimes · 16 years ago
  99. 0c1f7c0 Fix doctests in test_tokenize by converting Python 2.x syntax by Mark Dickinson · 16 years ago
  100. fc689dd Fix datetime_strptime following svnmerge from trunk; it was by Mark Dickinson · 16 years ago