1. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  2. f733a01 Update comments, remove commented out code. by Neal Norwitz · 18 years ago
  3. 7a4e804 Bug #1586773: extend hashlib docstring. by Georg Brandl · 18 years ago
  4. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  5. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  6. facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
  7. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  8. 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 18 years ago
  9. fe9c71b Remove trailing comma. by Georg Brandl · 18 years ago
  10. 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
  11. 2c4fb8d Clean up a leftover from old listcomp generation code. by Georg Brandl · 18 years ago
  12. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  13. 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 18 years ago
  14. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
  15. ab77227 Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. by Neal Norwitz · 18 years ago
  16. e7e4e2d Prevent crash if alloc of garbage fails. Found by Typo.pl. by Neal Norwitz · 18 years ago
  17. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  18. 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
  19. a5ccda9 Fix warnings with HP's C compiler. It doesn't recognize that infinite by Neal Norwitz · 18 years ago
  20. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  21. b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
  22. 35692a0 Fix nth() itertool recipe. by Georg Brandl · 18 years ago
  23. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
  24. 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
  25. 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
  26. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  27. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
  28. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  29. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  30. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  31. 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
  32. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 18 years ago
  33. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  34. 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 years ago
  35. 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
  36. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  37. 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
  38. 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
  39. 4bc64aa [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 18 years ago
  40. 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 18 years ago
  41. 514d0cf [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 18 years ago
  42. 1192044 Some wording changes and markup fixes by Andrew M. Kuchling · 18 years ago
  43. 2c184e6 Add item by Andrew M. Kuchling · 18 years ago
  44. b501a7e Set svn:keywords property by Andrew M. Kuchling · 18 years ago
  45. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  46. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  47. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  48. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  49. efb5707 Typo fix by Andrew M. Kuchling · 18 years ago
  50. acde610 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 18 years ago
  51. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  52. e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 18 years ago
  53. 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  54. 98f0d14 Patch #1580872: Remove duplicate declaration of PyCallable_Check. by Martin v. Löwis · 18 years ago
  55. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
  56. d3973b5 Port test___future__ to unittest. by Walter Dörwald · 18 years ago
  57. 8a7a9cf [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 18 years ago
  58. c1d7597 Restore CFLAGS after checking for __attribute__ by Martin v. Löwis · 18 years ago
  59. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
  60. aac1316 Add check for the PyArg_ParseTuple format, and declare it if it is supported. by Martin v. Löwis · 18 years ago
  61. b03c35b Add missing svn:eol-style to text files. by Tim Peters · 18 years ago
  62. ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
  63. 79665b1 newIobject(): repaired incorrect cast to quiet MSVC warning. by Tim Peters · 18 years ago
  64. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  65. fefbc20 Forward-port r52358: by Martin v. Löwis · 18 years ago
  66. 79282a2 Remove obsolete file. Will backport. by Martin v. Löwis · 18 years ago
  67. 7addebf Patch #1457736: Update VC6 to use current PCbuild settings. by Martin v. Löwis · 18 years ago
  68. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  69. 827ee44 Mention the bdist_msi module. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  70. 2997475 Remove binary property, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  71. a52a16a Drop binary property on dsp files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  72. f56591c Set the eol-style for project files to "CRLF". by Martin v. Löwis · 18 years ago
  73. 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
  74. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  75. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
  76. 6eb36b0 Patch #1577551: Add ctypes and ET build support for VC6. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  77. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  78. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  79. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  80. 5a72372 Clean up the language of a sentence relating to the connect() function and by Brett Cannon · 18 years ago
  81. 65ad043 Bug #1560179: speed up posixpath.(dir|base)name by Georg Brandl · 18 years ago
  82. 8134d06 Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). by Georg Brandl · 18 years ago
  83. 3520771 Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
  84. a9969a6 Small grammar fix, thanks Sjoerd. by Georg Brandl · 18 years ago
  85. 6840fcd Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
  86. 10f0f69 Add a note to fpectl docs that it's not built by default (bug #1556261). by Georg Brandl · 18 years ago
  87. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  88. 7d74a0e Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 18 years ago
  89. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  90. b2e81e3 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
  91. a4c8e32 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  92. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  93. fc83757 Bug #1575746: fix typo in property() docs. by Georg Brandl · 18 years ago
  94. 74d3eef MacOSX: fix permission problem in the generated installer by Ronald Oussoren · 18 years ago
  95. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  96. e5ec613 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
  97. 412a9ea Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  98. b3f3755 Fix wording in comment by Andrew M. Kuchling · 18 years ago
  99. 9999479 Add news item for rev. 52211 change by Andrew M. Kuchling · 18 years ago
  100. b80b6e1 MacOSX: add more logic to recognize the correct startup file to patch to the by Ronald Oussoren · 18 years ago