1. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  2. a6d80fa Impl ssize_t by Neal Norwitz · 18 years ago
  3. 052cbcf Remove unused import by Neal Norwitz · 18 years ago
  4. 245ce8d i and j are initialized below when used. No need to do it twice by Neal Norwitz · 18 years ago
  5. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 18 years ago
  6. b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed by Neal Norwitz · 18 years ago
  7. 2585ad5 Fix indentation of case and a Py_ssize_t issue. by Neal Norwitz · 18 years ago
  8. 7659f0f Fix typo. Backport if anyone cares. :-) by Neal Norwitz · 18 years ago
  9. a00c0b9 Don't leak the list object if there's an error allocating the item storage. Backport candidate by Neal Norwitz · 18 years ago
  10. 71e05f1 Don't truncate if size_t is bigger than uint by Neal Norwitz · 18 years ago
  11. 418b97e Cleanup: Remove import of types to get StringTypes, we can just use basestring. by Neal Norwitz · 18 years ago
  12. 047f3c7 Fix some Py_ssize_t issues by Neal Norwitz · 18 years ago
  13. c707438 Fix some Py_ssize_t issues by Neal Norwitz · 18 years ago
  14. 09a29fa Cleanup Py_ssize_t a little (get rid of second #ifdef) by Neal Norwitz · 18 years ago
  15. 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 18 years ago
  16. 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 18 years ago
  17. 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 18 years ago
  18. f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 18 years ago
  19. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 18 years ago
  20. c555554 - Change fixapplepython23.py to ensure that it will run with /usr/bin/python by Ronald Oussoren · 18 years ago
  21. 4fbb080 Use configure to substitute the correct prefix instead of hardcoding by Ronald Oussoren · 18 years ago
  22. e0cfb16 Remove message about using make frameworkinstall, that's no longer necesssary by Ronald Oussoren · 18 years ago
  23. 231c3c8 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  24. 4f96f1f Whitespace normalization. by Tim Peters · 18 years ago
  25. 0d5d222 Release the GIL during COM method calls, to avoid deadlocks in by Thomas Heller · 18 years ago
  26. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 18 years ago
  27. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 18 years ago
  28. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 18 years ago
  29. 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 18 years ago
  30. e588c2b Fix errors found by pychecker. by Neal Norwitz · 18 years ago
  31. d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 18 years ago
  32. f992a2b Fix errors found by pychecker by Neal Norwitz · 18 years ago
  33. 7d5b6e8 f_code can't be NULL based on Frame_New and other code that derefs it. by Neal Norwitz · 18 years ago
  34. 8e6675a Update doc to make it agree with code. Bottom factor out some common code. by Neal Norwitz · 18 years ago
  35. a754a22 Add versionadded to doc by Neal Norwitz · 18 years ago
  36. 3c5431e Wrap some long lines by Neal Norwitz · 18 years ago
  37. b4fcf8d Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL. by Neal Norwitz · 18 years ago
  38. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 18 years ago
  39. 0e11595 shuffle() doscstring: Removed warning about sequence length by Tim Peters · 18 years ago
  40. 9a8ae8f Suppress warning on MacOSX about possible use before set of proc. by Skip Montanaro · 18 years ago
  41. 9af2b44 Handle failure of PyMem_Realloc. by Thomas Heller · 18 years ago
  42. 9123edc Don't use C++ comment. by Thomas Heller · 18 years ago
  43. eb6dcf6 Fix the second occurrence of the problematic printf format. by Thomas Heller · 18 years ago
  44. 5218ab2 Fix a wrong printf format. by Thomas Heller · 18 years ago
  45. 82578c8 New docs for ctypes. by Thomas Heller · 18 years ago
  46. 9a7e445 credit for SF patch #1303595 by Fred Drake · 18 years ago
  47. 5e30626 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 18 years ago
  48. 5114826 Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 18 years ago
  49. 45f59ab Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 18 years ago
  50. c5221e1 Sync with Optik docs (rev 518): by Greg Ward · 18 years ago
  51. 86116e2 document the class, not its initializer by Skip Montanaro · 18 years ago
  52. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  53. acd0d6d SF bug #1503294. by Armin Rigo · 18 years ago
  54. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  55. 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 18 years ago
  56. 6946ea0 Fix bug introduced in rev. 46806 by not having variable declaration at the top of a block. by Brett Cannon · 18 years ago
  57. 22565aa An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. by Brett Cannon · 18 years ago
  58. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 18 years ago
  59. 3ebef99 set eol-style svn property by Thomas Heller · 18 years ago
  60. 2ad7bd5 set eol-style svn property by Thomas Heller · 18 years ago
  61. b3f2985 Add some wsgiref text by Andrew M. Kuchling · 18 years ago
  62. 2007d4e Remove unused variable by Andrew M. Kuchling · 18 years ago
  63. e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 18 years ago
  64. a04d118 Describe startswith()/endswiith() change; add reminder about wsgiref by Andrew M. Kuchling · 18 years ago
  65. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 18 years ago
  66. 932f5af svn:ignore .pyc and .pyo files. by Brett Cannon · 18 years ago
  67. e7ec81f Test file.__exit__. by Georg Brandl · 18 years ago
  68. 982c30b Whitespace normalization. by Tim Peters · 18 years ago
  69. c48b0e6 Fix inconsistency in naming within an enum. by Brett Cannon · 18 years ago
  70. 0873b11 Add note about wsgiref by Andrew M. Kuchling · 18 years ago
  71. 3fed2eb Add note about XMLGenerator bugfix by Andrew M. Kuchling · 18 years ago
  72. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 18 years ago
  73. dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 18 years ago
  74. 91c64a0 [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate. by Andrew M. Kuchling · 18 years ago
  75. 7dbb1ff Markup fix by Andrew M. Kuchling · 18 years ago
  76. c9778a8 Fix grammar and reflow by Neal Norwitz · 18 years ago
  77. 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 18 years ago
  78. 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 18 years ago
  79. dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 18 years ago
  80. 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 18 years ago
  81. 520d8dd Whitespace normalization. by Tim Peters · 18 years ago
  82. e878fe6 Update functools section by Andrew M. Kuchling · 18 years ago
  83. de3b052 Buffer objects would return the read or write buffer for a wrapped object when by Brett Cannon · 18 years ago
  84. 6ee7d01 Make binascii.hexlify() use s# for its arguments instead of t# to actually by Brett Cannon · 18 years ago
  85. 442b49e Convert test_file to unittest. by Georg Brandl · 18 years ago
  86. 98b40ad Bug #1502805: don't alias file.__exit__ to file.close since the by Georg Brandl · 18 years ago
  87. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 18 years ago
  88. 98251f8 Argh. "integer" is a very confusing word ;) by Georg Brandl · 18 years ago
  89. c9ae4e8 Add news for recent bugfix. by Georg Brandl · 18 years ago
  90. 66a0dbb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 18 years ago
  91. 22ccbbc Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. by Georg Brandl · 18 years ago
  92. 06c5c8a Typo fix by Andrew M. Kuchling · 18 years ago
  93. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 18 years ago
  94. 996710f pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. by Gregory P. Smith · 18 years ago
  95. dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 18 years ago
  96. ff7d991 - bsddb: the bsddb.dbtables Modify method now raises the proper error and by Gregory P. Smith · 18 years ago
  97. f0cab1f Fix a refleak in recvfrom_into by Neal Norwitz · 18 years ago
  98. ec0d6f8 Clarify documentation for bf_getcharbuffer. by Brett Cannon · 18 years ago
  99. 861acee Fix for foreign functions returning small structures on 64-bit big by Thomas Heller · 18 years ago
  100. d5474ea Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago