1. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 18 years ago
  2. abd8a33 Whitespace normalization. by Tim Peters · 18 years ago
  3. ef7f3bf Change to improve speed of _fixupChildren by Vinay Sajip · 18 years ago
  4. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 18 years ago
  5. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 18 years ago
  6. 92911bf Add tests for basic argument errors. by Walter Dörwald · 18 years ago
  7. 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 18 years ago
  8. 59ba429 Remove leftover test output file. by Georg Brandl · 18 years ago
  9. cd97208 Convert test_openpty to unittest. by Georg Brandl · 18 years ago
  10. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 18 years ago
  11. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 18 years ago
  12. e184433 Convert test_cgi to unittest. by Georg Brandl · 18 years ago
  13. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 18 years ago
  14. bd0fb14 Convert test_types to unittest. by Georg Brandl · 18 years ago
  15. 850b2be Convert test_nis to unittest. by Georg Brandl · 18 years ago
  16. eecce79 Convert test_poll to unittest. by Georg Brandl · 18 years ago
  17. 3163179 Convert test_mmap to unittest. by Georg Brandl · 18 years ago
  18. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  19. 7a4e804 Bug #1586773: extend hashlib docstring. by Georg Brandl · 18 years ago
  20. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  21. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  22. facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
  23. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  24. 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 18 years ago
  25. fe9c71b Remove trailing comma. by Georg Brandl · 18 years ago
  26. 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
  27. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  28. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
  29. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  30. b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
  31. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
  32. 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
  33. 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
  34. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  35. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
  36. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  37. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  38. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  39. 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 years ago
  40. 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  41. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  42. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  43. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  44. efb5707 Typo fix by Andrew M. Kuchling · 18 years ago
  45. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  46. e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 18 years ago
  47. d3973b5 Port test___future__ to unittest. by Walter Dörwald · 18 years ago
  48. ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
  49. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  50. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  51. a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 18 years ago
  52. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
  53. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  54. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  55. 65ad043 Bug #1560179: speed up posixpath.(dir|base)name by Georg Brandl · 18 years ago
  56. 3520771 Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
  57. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  58. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  59. b2e81e3 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
  60. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  61. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  62. d6272a3 MacOSX: The universal build requires that users have the MacOSX10.4u SDK by Ronald Oussoren · 18 years ago
  63. d610369 MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a by Ronald Oussoren · 18 years ago
  64. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  65. 615842f A very minor bug fix: this code looks like it is designed to accept by Armin Rigo · 18 years ago
  66. 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 18 years ago
  67. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
  68. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  69. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  70. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
  71. 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
  72. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  73. 2c050af Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622). by Vinay Sajip · 18 years ago
  74. e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 18 years ago
  75. c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
  76. 54c3db5 Convert test_import to unittest. by Georg Brandl · 18 years ago
  77. a92979a Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  78. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  79. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  80. 05b3c45 Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes by Georg Brandl · 18 years ago
  81. 8d1e5bf Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  82. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  83. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  84. 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  85. 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
  86. c839c2f Another crasher. by Armin Rigo · 18 years ago
  87. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  88. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  89. 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
  90. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 18 years ago
  91. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  92. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
  93. 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 18 years ago
  94. bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 18 years ago
  95. ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 18 years ago
  96. 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
  97. fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
  98. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
  99. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
  100. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago