1. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  2. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 18 years ago
  3. abd8a33 Whitespace normalization. by Tim Peters · 18 years ago
  4. be1bc3b Fix a code example by adding a missing import. by Thomas Heller · 18 years ago
  5. b114723 Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 18 years ago
  6. 1241100 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). by Vinay Sajip · 18 years ago
  7. ef7f3bf Change to improve speed of _fixupChildren by Vinay Sajip · 18 years ago
  8. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 18 years ago
  9. 7b932da Fix refleak by Neal Norwitz · 18 years ago
  10. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 18 years ago
  11. 92911bf Add tests for basic argument errors. by Walter Dörwald · 18 years ago
  12. 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 18 years ago
  13. 59ba429 Remove leftover test output file. by Georg Brandl · 18 years ago
  14. cd97208 Convert test_openpty to unittest. by Georg Brandl · 18 years ago
  15. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 18 years ago
  16. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 18 years ago
  17. e184433 Convert test_cgi to unittest. by Georg Brandl · 18 years ago
  18. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 18 years ago
  19. bd0fb14 Convert test_types to unittest. by Georg Brandl · 18 years ago
  20. 850b2be Convert test_nis to unittest. by Georg Brandl · 18 years ago
  21. eecce79 Convert test_poll to unittest. by Georg Brandl · 18 years ago
  22. 3163179 Convert test_mmap to unittest. by Georg Brandl · 18 years ago
  23. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  24. f733a01 Update comments, remove commented out code. by Neal Norwitz · 18 years ago
  25. 7a4e804 Bug #1586773: extend hashlib docstring. by Georg Brandl · 18 years ago
  26. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  27. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  28. facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
  29. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  30. 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 18 years ago
  31. fe9c71b Remove trailing comma. by Georg Brandl · 18 years ago
  32. 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
  33. 2c4fb8d Clean up a leftover from old listcomp generation code. by Georg Brandl · 18 years ago
  34. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  35. 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 18 years ago
  36. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
  37. ab77227 Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. by Neal Norwitz · 18 years ago
  38. e7e4e2d Prevent crash if alloc of garbage fails. Found by Typo.pl. by Neal Norwitz · 18 years ago
  39. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  40. 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
  41. a5ccda9 Fix warnings with HP's C compiler. It doesn't recognize that infinite by Neal Norwitz · 18 years ago
  42. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  43. b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
  44. 35692a0 Fix nth() itertool recipe. by Georg Brandl · 18 years ago
  45. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
  46. 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
  47. 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
  48. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  49. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
  50. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  51. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  52. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  53. 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
  54. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 18 years ago
  55. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  56. 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 years ago
  57. 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
  58. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  59. d3aad01 Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 18 years ago
  60. 1f3ebe0 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  61. 4bc64aa [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 18 years ago
  62. 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 18 years ago
  63. 514d0cf [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 18 years ago
  64. 1192044 Some wording changes and markup fixes by Andrew M. Kuchling · 18 years ago
  65. 2c184e6 Add item by Andrew M. Kuchling · 18 years ago
  66. b501a7e Set svn:keywords property by Andrew M. Kuchling · 18 years ago
  67. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  68. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  69. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  70. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  71. efb5707 Typo fix by Andrew M. Kuchling · 18 years ago
  72. acde610 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 18 years ago
  73. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  74. e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 18 years ago
  75. 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  76. 98f0d14 Patch #1580872: Remove duplicate declaration of PyCallable_Check. by Martin v. Löwis · 18 years ago
  77. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
  78. d3973b5 Port test___future__ to unittest. by Walter Dörwald · 18 years ago
  79. 8a7a9cf [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 18 years ago
  80. c1d7597 Restore CFLAGS after checking for __attribute__ by Martin v. Löwis · 18 years ago
  81. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
  82. aac1316 Add check for the PyArg_ParseTuple format, and declare it if it is supported. by Martin v. Löwis · 18 years ago
  83. b03c35b Add missing svn:eol-style to text files. by Tim Peters · 18 years ago
  84. ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
  85. 79665b1 newIobject(): repaired incorrect cast to quiet MSVC warning. by Tim Peters · 18 years ago
  86. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  87. fefbc20 Forward-port r52358: by Martin v. Löwis · 18 years ago
  88. 79282a2 Remove obsolete file. Will backport. by Martin v. Löwis · 18 years ago
  89. 7addebf Patch #1457736: Update VC6 to use current PCbuild settings. by Martin v. Löwis · 18 years ago
  90. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  91. 827ee44 Mention the bdist_msi module. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  92. 2997475 Remove binary property, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  93. a52a16a Drop binary property on dsp files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  94. f56591c Set the eol-style for project files to "CRLF". by Martin v. Löwis · 18 years ago
  95. 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
  96. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  97. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
  98. 6eb36b0 Patch #1577551: Add ctypes and ET build support for VC6. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  99. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  100. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago