1. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  2. 110941a If the status line is invalid, assume it is a pre-1.0 response. The by Jeremy Hylton · 24 years ago
  3. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  4. 73574ee two fixes for redirects: by Jeremy Hylton · 24 years ago
  5. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  6. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  7. b636dc6 [ Bug #116636 ] Bug in StringIO.write() by Guido van Rossum · 24 years ago
  8. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 24 years ago
  9. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 24 years ago
  10. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 24 years ago
  11. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  12. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  13. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 24 years ago
  14. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 24 years ago
  15. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  16. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  17. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  18. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  19. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 24 years ago
  20. e8d2f55 The usual. by Guido van Rossum · 24 years ago
  21. 16b198e wave test output by Guido van Rossum · 24 years ago
  22. a00afc1 Simple test suite for wave.py by Jean-Claude Rimbault (with some by Guido van Rossum · 24 years ago
  23. 13a3069 Paul Prescod <paul@prescod.net>: Correct the chaining between siblings. by Fred Drake · 24 years ago
  24. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 24 years ago
  25. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  26. 95d53d2 Use python$EXE instead of python, for Darwin. (Patch by Tony Lownds. (#101816) by Guido van Rossum · 24 years ago
  27. 04f4943 _exceptions: Format a missing system id as <unknown>. by Martin v. Löwis · 24 years ago
  28. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  29. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  30. ce6292e Correct output. by Guido van Rossum · 24 years ago
  31. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 24 years ago
  32. 830b37b Don't use string methods to allow sharing this code with PyXML. by Martin v. Löwis · 24 years ago
  33. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  34. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 24 years ago
  35. 613f7c4 Donn Cave <donn@oz.net>: Generated files for BeOS R5. by Fred Drake · 24 years ago
  36. a2fda0d Record bugs found when comparing the module with DOM Core Level 2. by Martin v. Löwis · 24 years ago
  37. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  38. b96d802 Updated test with a case which checks for the bug reported in by Marc-André Lemburg · 24 years ago
  39. de49583 Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). by Tim Peters · 24 years ago
  40. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  41. 2c8a89c minidom: access attribute value before printing it by Martin v. Löwis · 24 years ago
  42. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  43. 31b485f In an incremental parser, close the parser after feeding everything. by Martin v. Löwis · 24 years ago
  44. 5fece7f Don't use a file object as system id; try to propagate the file name to by Martin v. Löwis · 24 years ago
  45. 2aa93ef Don't report a final chunk for an external entity parser. by Martin v. Löwis · 24 years ago
  46. ee1dc15 Move translation from expat.error to SAXParseException into feed, so that by Martin v. Löwis · 24 years ago
  47. 24c532a Fix a couple of typos in docstrings. by Fred Drake · 24 years ago
  48. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  49. cc773d3 __getslice__(): Make this use the constructor form that gets a sequence by Fred Drake · 24 years ago
  50. d1229f5 Uncommented tests that failed for cStringIO, by Jim Fulton · 24 years ago
  51. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago
  52. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 24 years ago
  53. 02776ad Donn Cave <donn@u.washington.edu>: by Fred Drake · 24 years ago
  54. 00236f3 [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) by Guido van Rossum · 24 years ago
  55. c54d190 SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than by Tim Peters · 24 years ago
  56. 034c2a9 Add support for "import re" -- it uses pre, but user code does not need to. by Fred Drake · 24 years ago
  57. 293b03f translation(): Minor optimization patch which avoids instantiating the by Barry Warsaw · 24 years ago
  58. 7724944 Fix Bug #115907: encode '=' as '=3D' and not '==' by Jeremy Hylton · 24 years ago
  59. d68d0a6 Fix for test_class.py on Win64. id(self), which on Win64 returns a by Trent Mick · 24 years ago
  60. d215218 test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. by Tim Peters · 24 years ago
  61. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 24 years ago
  62. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
  63. f19a7ac Fix a few problems with the _Printer class and the license variable. by Guido van Rossum · 24 years ago
  64. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  65. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 24 years ago
  66. 5191463 Undo Ping's change. by Guido van Rossum · 24 years ago
  67. 099e534 Change first line to #!/usr/bin/env python (really just to test check-in). by Ka-Ping Yee · 24 years ago
  68. da175f4 Bump version to 1.0. by Greg Ward · 24 years ago
  69. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  70. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  71. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  72. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  73. d254c00 Remove redundent information from a docstring. by Fred Drake · 24 years ago
  74. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  75. 3944a01 Do not set Konquerer to be the default browser if $KDEDIR is set -- some by Fred Drake · 24 years ago
  76. 0295181 Typo fix. by Greg Ward · 24 years ago
  77. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  78. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  79. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  80. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  81. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  82. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  83. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  84. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 24 years ago
  85. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  86. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  87. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  88. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  89. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  90. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  91. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  92. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  93. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  94. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  95. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  96. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  97. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  98. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  99. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  100. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago