1. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  2. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  3. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  4. 6ee6952 Patch #1360443: Make SimpleHTTPServer display unencoded directory names. by Georg Brandl · 19 years ago
  5. 07f159d Bug #1378455: a problem of urllib using open_local_file by Georg Brandl · 19 years ago
  6. 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
  7. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago
  8. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  9. b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
  10. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  11. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  12. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  13. 7316ad2 - remove leftover directory - add file I forgot to add in previous commit by Fred Drake · 19 years ago
  14. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  15. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  16. af57fa1 r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 by Fredrik Lundh · 19 years ago
  17. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  18. 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
  19. 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago
  20. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  21. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago
  22. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  23. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  24. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  25. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  26. 593d6b3 [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() by Andrew M. Kuchling · 19 years ago
  27. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
  28. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  29. ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
  30. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  31. bc6a195 [Bug #1372836] Remove unused code by Andrew M. Kuchling · 19 years ago
  32. e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
  33. 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
  34. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  35. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  36. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  37. 1f66357 bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly. by Georg Brandl · 19 years ago
  38. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  39. 212a575 Remove unused _callers member. No need for types, use isinstance by Neal Norwitz · 19 years ago
  40. ef260c0 Stop looping to do nothing, just pass. by Neal Norwitz · 19 years ago
  41. d752f7d No need for types, use isinstance by Neal Norwitz · 19 years ago
  42. f923267 Use sorted() builtin by Neal Norwitz · 19 years ago
  43. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
  44. 21d19f7 Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work. by Neal Norwitz · 19 years ago
  45. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
  46. 7025ce6 Fix some comment typos by Neal Norwitz · 19 years ago
  47. 2fcf206 Fix typo in comment. by Neal Norwitz · 19 years ago
  48. 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago
  49. a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 19 years ago
  50. 9df23ea Fix main() call by Kurt B. Kaiser · 19 years ago
  51. ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 19 years ago
  52. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 19 years ago
  53. 4a5a918 Prefer GNOME browser over mozilla. by Georg Brandl · 19 years ago
  54. 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
  55. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  56. d331b43 Use optparse instead of getopt for command line options. by Walter Dörwald · 19 years ago
  57. 91043f3 Avoid using str as a variable name. by Walter Dörwald · 19 years ago
  58. 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 19 years ago
  59. 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 19 years ago
  60. 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 19 years ago
  61. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  62. 09f0dd5 Use basestring instead of type.StringType for checking whether a input by Walter Dörwald · 19 years ago
  63. 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 19 years ago
  64. c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 19 years ago
  65. e5a7fad Fix typo. by Walter Dörwald · 19 years ago
  66. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  67. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  68. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  69. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  70. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  71. 96c1c7a SF#1343671. by Fredrik Lundh · 19 years ago
  72. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 19 years ago
  73. 0d89e35 r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 by Fredrik Lundh · 19 years ago
  74. e62e936 Change PrettyPrinter.pprint(), so that output is written directly to the by Walter Dörwald · 19 years ago
  75. 1cb179e Bug #1338995: fix problem with new webbrowser.py. by Georg Brandl · 19 years ago
  76. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  77. 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 19 years ago
  78. 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 19 years ago
  79. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  80. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  81. 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 19 years ago
  82. a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 19 years ago
  83. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  84. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  85. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  86. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 19 years ago
  87. 245a5ab Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  88. 85c1909 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  89. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  90. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  91. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  92. d9cf593 Cosmetic change: make all hex literals use upper case hex so that they by Marc-André Lemburg · 19 years ago
  93. 3c72ded Removed the decoding_map from the codecs where this is possible. by Marc-André Lemburg · 19 years ago
  94. 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  95. f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 19 years ago
  96. 1e86beb One-off "No handlers..." error message only raised if raiseExceptions is set. by Vinay Sajip · 19 years ago
  97. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  98. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  99. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 19 years ago
  100. 0f00ba8 Replace the old EBCDIC codecs with new ones using the decoding table. by Marc-André Lemburg · 19 years ago