1. 8e2f755 Remove __repr__ that doesn't have any advantage compared to the standard one. by Georg Brandl · 17 years ago
  2. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 17 years ago
  3. f91197c More docstring fixes, and an XXX. by Georg Brandl · 17 years ago
  4. ca2b015 fixed outdated annotation of readinto in io by Benjamin Peterson · 17 years ago
  5. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 17 years ago
  6. e9edcc4 Merged revisions 62179 via svnmerge from by Thomas Wouters · 17 years ago
  7. 5358434 Docstring fix. by Georg Brandl · 17 years ago
  8. 9a89e96 fix typo in doc string by Benjamin Peterson · 17 years ago
  9. cd76c27 Added a test to make sure raw strings don't get unicode escapes by Benjamin Peterson · 17 years ago
  10. 8dbca06 Reverted r62128 on Guido's orders by Benjamin Peterson · 17 years ago
  11. f5c7c2e 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,62127-62128,62130,62132,62134-62137,62139-62142,62144,62146-62148,62150-62152,62155-62161 via svnmerge from by Neal Norwitz · 17 years ago
  12. 9ed7735 Issue2221: in Idle, exec('xx') raised a SystemError('error return without exception set') by Amaury Forgeot d'Arc · 17 years ago
  13. 7afb766 #2541 Allow unicode escapes in raw strings by Benjamin Peterson · 17 years ago
  14. bb5cd08 release.py induced and manual editing steps for 3.0a4. by Barry Warsaw · 17 years ago
  15. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 17 years ago
  16. b4febc7 Prevent test_queue from leaking: one worker thread was not stopped. by Amaury Forgeot d'Arc · 17 years ago
  17. f7276c9 Be more forgiving if we get an error, there are lots of potential socket errors by Neal Norwitz · 17 years ago
  18. e1e9f23 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-62085 via svnmerge from by Martin v. Löwis · 17 years ago
  19. f9ff5f0 This was required on OS X to prevent the test from deadlocking. I'm not sure by Neal Norwitz · 17 years ago
  20. ee9b10a 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,62048,62050-62051,62055-62066,62068-62074,62076-62078 via svnmerge from by Neal Norwitz · 17 years ago
  21. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 17 years ago
  22. db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 17 years ago
  23. 94fa2ee Revert r62070 due to syntax errors by Neal Norwitz · 17 years ago
  24. 4fde0c4 Rolled back revisions 62038 via svnmerge from by Benjamin Peterson · 17 years ago
  25. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
  26. ede8ffb Merged revisions 62018 via svnmerge from by Martin v. Löwis · 17 years ago
  27. 0311736 Merged revisions 62011 via svnmerge from by Martin v. Löwis · 17 years ago
  28. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
  29. ca67412 Update test_threading with a couple changes from trunk that got lost due, I by Jeffrey Yasskin · 17 years ago
  30. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
  31. b1b9382 Added missing files for new iterdump method. by Gerhard Häring · 17 years ago
  32. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 17 years ago
  33. 75d43c8 Fixed an import by Christian Heimes · 17 years ago
  34. 51d1864 Merged revisions 61988-61990 via svnmerge from by Martin v. Löwis · 17 years ago
  35. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 17 years ago
  36. b1b3efc Merged revisions 61954,61956-61957 via svnmerge from by Christian Heimes · 17 years ago
  37. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
  38. 9edef04 Correct Issue#1561: test_mailbox failed on Windows. by Amaury Forgeot d'Arc · 17 years ago
  39. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 17 years ago
  40. 0348fb6 Merged revisions 61892,61900 via svnmerge from by Christian Heimes · 17 years ago
  41. 6ae6ad8 Get the test to pass on space Ubuntu/Debian and ppc. It was failing by Neal Norwitz · 17 years ago
  42. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 17 years ago
  43. 823725e Merged revisions 61846-61847 via svnmerge from by Martin v. Löwis · 17 years ago
  44. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 17 years ago
  45. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 17 years ago
  46. 2595e76 Ensure cleanup does not reference variables that don't yet exist. by Neal Norwitz · 17 years ago
  47. 64018ae Skip test if socket gets reset, the problem is on the other side. by Neal Norwitz · 17 years ago
  48. 1dc5400 Merged revisions 61820-61823 via svnmerge from by Christian Heimes · 17 years ago
  49. a675ef1 Merged revisions 61825 via svnmerge from by Martin v. Löwis · 17 years ago
  50. 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 · 17 years ago
  51. ab56887 Fixed parent class init by Christian Heimes · 17 years ago
  52. 84f4dfd Invoke byte-compilation after running 2to3. by Martin v. Löwis · 17 years ago
  53. a0272aa unicode->str. by Martin v. Löwis · 17 years ago
  54. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 17 years ago
  55. 73a22f0 Add build_py_2to3. by Martin v. Löwis · 17 years ago
  56. 3faa84f Merged revisions 61724-61725 via svnmerge from by Martin v. Löwis · 17 years ago
  57. 02781dc Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from by Christian Heimes · 17 years ago
  58. 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 · 17 years ago
  59. d24a5b6 Added a longish test case to stress seek/tell with a stateful decoder. by Ka-Ping Yee · 17 years ago
  60. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 17 years ago
  61. 593cd6b Clean up the TextIOWrapper code; pick better names; improve documentation. by Ka-Ping Yee · 17 years ago
  62. dbe28e5 This is r61508 plus additional fixes to the handling of 'limit' by Ka-Ping Yee · 17 years ago
  63. 2727503 crc32 always returns unsigned. cleanup the code a bit and revert r61648 with by Gregory P. Smith · 17 years ago
  64. 089eaef Another missing file after merge from trunk. test_import now passes by Amaury Forgeot d'Arc · 17 years ago
  65. 0a665ce Another 2.6-ism in test file by Amaury Forgeot d'Arc · 17 years ago
  66. 2f9d4d1 - Revert a change that should have been blocked: py3k has no -3 flag! by Amaury Forgeot d'Arc · 17 years ago
  67. 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 · 17 years ago
  68. 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 · 17 years ago
  69. c918171 Fix a WTF noticed by Jerry Seutter. by Barry Warsaw · 17 years ago
  70. 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 · 17 years ago
  71. 8a5f8ca Run 2to3 on this library. by Martin v. Löwis · 17 years ago
  72. f733c60 Merged revisions 61602 via svnmerge from by Martin v. Löwis · 17 years ago
  73. ef04c44 Merged revisions 61596-61597 via svnmerge from by Martin v. Löwis · 17 years ago
  74. a22d113 Add the -n option back to getopt(); it was lost in r61521. by Trent Nelson · 17 years ago
  75. 01a3e2b Blocked 61577, implementation of print function. by Eric Smith · 17 years ago
  76. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 17 years ago
  77. d79bacc Get this test to pass (UserList/UserDict no longer exist and caused a skip). by Neal Norwitz · 17 years ago
  78. c598b6f Get this test to work (it was skipped previously): by Neal Norwitz · 17 years ago
  79. 40a088d Fix 're' to work on bytes. It could do with a few more tests, though. by Thomas Wouters · 17 years ago
  80. e8c3d26 Add missing UNPACK_EX opcode. by Thomas Wouters · 17 years ago
  81. e2b0705 Revert r61508: it caused test_mailbox to fail on all platforms. by Neal Norwitz · 17 years ago
  82. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 17 years ago
  83. 430865f Remove unnused vars that I missed in previous removal of output file generation. by Neal Norwitz · 17 years ago
  84. 931936e Fix a bunch of problems from merges. by Neal Norwitz · 17 years ago
  85. 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 · 17 years ago
  86. 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 · 17 years ago
  87. 30cc838 In TextIOWrapper: by Ka-Ping Yee · 17 years ago
  88. f44c7e8 Make TextIOWrapper's seek/tell work properly with stateful decoders; by Ka-Ping Yee · 17 years ago
  89. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 17 years ago
  90. 953e4e5 Whoops, I missed a few more places that were using slicing from the operator module by Neal Norwitz · 17 years ago
  91. 2593146 Bug #2301: Don't try decoding the source code into the original by Martin v. Löwis · 17 years ago
  92. ddaa706 Patch from jbalogh fixes issue #2282 (misnamed seekable() method). by Ka-Ping Yee · 17 years ago
  93. e84b633 Document the expected convention for getstate() (as explained to me by Guido). by Ka-Ping Yee · 17 years ago
  94. ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 17 years ago
  95. 74ca557 Added tests for tokenize, blocked corresponding checkin from trunk. by Eric Smith · 17 years ago
  96. f1bb97c Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk. by Eric Smith · 17 years ago
  97. 7a0d398 Remove the "unsafe" flag on peek() -- it is no longer used, because by Ka-Ping Yee · 17 years ago
  98. 0c1f7c0 Fix doctests in test_tokenize by converting Python 2.x syntax by Mark Dickinson · 17 years ago
  99. 0eb6f69 Fix failing test test_bool following merge from trunk. by Mark Dickinson · 17 years ago
  100. 08976cb Merged revisions 61404-61407 via svnmerge from by Christian Heimes · 17 years ago