1. 3ce7675 Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH. by Trent Nelson · 16 years ago
  2. d1befd7 Add some info to the failure messages by Neal Norwitz · 16 years ago
  3. 36dbcb9 Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with by Jeffrey Yasskin · 16 years ago
  4. 08811dd Improve the error message for a test that failed on the S-390 Debian buildbot. by Brett Cannon · 16 years ago
  5. 819f139 Try increasing the timeout to reduce the flakiness of this test. by Neal Norwitz · 16 years ago
  6. ed41465 Speed up test_dict by about 10x by only checking selected dict literal sizes, by Jeffrey Yasskin · 16 years ago
  7. a145853 Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We by Jeffrey Yasskin · 16 years ago
  8. b1d3d96 Issue 2332: add new attribute names for instance method objects by Neal Norwitz · 16 years ago
  9. 3781aef Finish backporting new buffer API to Python 2.6. Left to do: memoryview object and structmodule. But, these need to be finished in Python 3.0 first. No objects support the new buffer API in Python 2.6 as of yet, and except for the memoryview object, I don't think they will. by Travis E. Oliphant · 16 years ago
  10. 6d91be3 - Issue 2379: Raise a Py3K warning for __getitem__ or __getslice__ on by Guido van Rossum · 16 years ago
  11. 0bfc896 Block the "socket.ssl() is deprecated" warning from test_socket_ssl. by Jeffrey Yasskin · 16 years ago
  12. 504153d Issue #2341: Add a Py3k warning when raising an exception that doesn't by Guido van Rossum · 16 years ago
  13. a5573b3 The output directory for tests that compare against stdout is now gone! by Brett Cannon · 16 years ago
  14. aa5778d Remove our implementation of memmove() and strerror(); both are in the C89 by Brett Cannon · 16 years ago
  15. b7ec8e5 test_errno was a no-op test; now it actually tests things and uses unittest. by Brett Cannon · 16 years ago
  16. 20bda58 Clean up the Py3k warnings for non-BaseException-subclasses a bit. We by Guido van Rossum · 16 years ago
  17. 04edb52 - Issue #2371: Add a Py3k warning when catching an exception that by Guido van Rossum · 16 years ago
  18. 0bb7950 Move test_extcall to doctest. by Brett Cannon · 16 years ago
  19. ba17cfc Convert test_dummy_threading and test_dbm to unittest. by Brett Cannon · 16 years ago
  20. 5de250e Fix build on platforms that don't have intptr_t. Patch by Joseph Armbruster. by Jeffrey Yasskin · 16 years ago
  21. 6eeaddc Convert test_strftime, test_getargs, and test_pep247 to use unittest. by Brett Cannon · 16 years ago
  22. 887290d Fix the IOError message text when opening a file with an invalid filename. by Gregory P. Smith · 16 years ago
  23. a7d57cd Add David Wolever. by Martin v. Löwis · 16 years ago
  24. 419fd49 Issue 2321: reduce memory usage (increase the memory that is returned by Neal Norwitz · 16 years ago
  25. 0aed07a Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS. by Eric Smith · 16 years ago
  26. 6f778cf Document unicode.isnumeric() and unicode.isdecimal() (issue2326) by Steven Bethard · 16 years ago
  27. f13572d Use a buffer large enough to ensure we don't overrun, even if the value by Neal Norwitz · 16 years ago
  28. f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 16 years ago
  29. 33451d8 Add necessary headers to back-port new buffer protocol to Python 2.6 by Travis E. Oliphant · 16 years ago
  30. 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 16 years ago
  31. 7cfbf0c Add Trent Nelson. by Martin v. Löwis · 16 years ago
  32. b9e15f7 Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising by Jeffrey Yasskin · 16 years ago
  33. 1b4e45b Allow Gnu gcc's to build python on OSX by removing -Wno-long-double, by Jeffrey Yasskin · 16 years ago
  34. 5c35a9d Reformated lines > 79 chars. Deleted unused macro ISXDIGIT. by Eric Smith · 16 years ago
  35. 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 16 years ago
  36. 43da35d Added a footnote to each pointing out that for XML output if an encoding by Mark Summerfield · 16 years ago
  37. 91f0ee4 Clarified documentation on use of shutdown(). by Vinay Sajip · 16 years ago
  38. 87b0551 #2299: typos in newtypes.rst. by Georg Brandl · 16 years ago
  39. a6cfeb4 Update docs to reflect removal of Exact/Inexact by Raymond Hettinger · 16 years ago
  40. 5becac5 Handle memory allocation failure. Found by Adam Olsen by Neal Norwitz · 16 years ago
  41. 400aeda Add a warning for code like: assert (0, 'message') by Neal Norwitz · 16 years ago
  42. cd6bfab Zap one more use of Exact/Inexact. by Raymond Hettinger · 16 years ago
  43. 6b46762 Removed Exact/Inexact after discussion with Yasskin. by Raymond Hettinger · 16 years ago
  44. 32ed8c2 . by Skip Montanaro · 16 years ago
  45. fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 16 years ago
  46. 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 16 years ago
  47. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 16 years ago
  48. bd77681 Remove obsolete paragraph. #2288. by Georg Brandl · 16 years ago
  49. f2b333a Run debug version, cd to PCbuild. by Martin v. Löwis · 16 years ago
  50. 41e22ff Remove unneeded initializer. by Thomas Heller · 16 years ago
  51. c23b8a7 Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently by Mark Dickinson · 16 years ago
  52. 6119540 Remove a bad test. by Brett Cannon · 16 years ago
  53. 7bae443 Use -x64 flag. by Martin v. Löwis · 16 years ago
  54. bf7b0b7 Patch #2284: add -x64 option to rt.bat. by Martin v. Löwis · 16 years ago
  55. 10d7603 Leave heapreplace() unchanged. by Raymond Hettinger · 16 years ago
  56. 1f5182b Convert test_fcntl to unittest. by Brett Cannon · 16 years ago
  57. 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 16 years ago
  58. 2e0f9f3 Convert test_contains, test_crypt, and test_select to unittest. by Brett Cannon · 16 years ago
  59. b8d3735 Move test_tokenize to doctest. by Brett Cannon · 16 years ago
  60. 66865d2 Move test_thread over to unittest. Commits GHOP 237. by Brett Cannon · 16 years ago
  61. 83aa6a3 Simplify the nlargest() code using heappushpop(). by Raymond Hettinger · 16 years ago
  62. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 16 years ago
  63. 431f029 Consistent tense. by Raymond Hettinger · 16 years ago
  64. 10f40a6 Add 2-to-3 support for the itertools moved to builtins or renamed. by Raymond Hettinger · 16 years ago
  65. d51e842 Add class decorators by Andrew M. Kuchling · 16 years ago
  66. 2e25551 #1720705: add docs about import/threading interaction, wording by Nick. by Georg Brandl · 16 years ago
  67. 4bb40b9 #2270: fix typo. by Georg Brandl · 16 years ago
  68. d85a13a #2265: fix example. by Georg Brandl · 16 years ago
  69. 513460f Improve docs for itemgetter(). Show that it works with slices. by Raymond Hettinger · 16 years ago
  70. 5bdff60 Fix the overflows in expandtabs(). "This time for sure!" (Exploit at request.) by Guido van Rossum · 16 years ago
  71. e8b4b60 Add recipe to docs. by Raymond Hettinger · 16 years ago
  72. 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 16 years ago
  73. 5bb647d Update for newest Sphinx. by Georg Brandl · 16 years ago
  74. c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 16 years ago
  75. 3accbb0 Well that was dumb. platform.python_implementation returns a function, not a by Jeffrey Yasskin · 16 years ago
  76. 019e9d7 Fix pybench for pythons < 2.6, tested back to 2.3. by Jeffrey Yasskin · 16 years ago
  77. 0df0f6d Add tests for with and finally performance to pybench. by Jeffrey Yasskin · 16 years ago
  78. c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 16 years ago
  79. 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 16 years ago
  80. 50967bd Add new name for Mandrake: Mandriva. by Marc-André Lemburg · 16 years ago
  81. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 16 years ago
  82. 31c6de4 Grammar fix by Andrew M. Kuchling · 16 years ago
  83. 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 16 years ago
  84. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 16 years ago
  85. 38fb9be Tweak recipes and tests by Raymond Hettinger · 16 years ago
  86. a1ca94a Issue 2246: itertools grouper object did not participate in GC (should be backported). by Raymond Hettinger · 16 years ago
  87. ad47fa1 More tests. by Raymond Hettinger · 16 years ago
  88. db311ba Update db-4.4.20 build procedure. by Martin v. Löwis · 16 years ago
  89. 8c4e799 Rely on x64 platform configuration when building _bsddb on AMD64. by Martin v. Löwis · 16 years ago
  90. 98aa805 Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 16 years ago
  91. 4286138 #2220: handle matching failure more gracefully. by Georg Brandl · 16 years ago
  92. a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 16 years ago
  93. 810ea29 Add missing NEWS entry for r61263. by Georg Brandl · 16 years ago
  94. 6c45dc1 Add isinstance/issubclass to tutorial. by Georg Brandl · 16 years ago
  95. 26bab5f Little clarification of assignments. by Georg Brandl · 16 years ago
  96. 70992c3 Expand on re.split behavior with captured expressions. by Georg Brandl · 16 years ago
  97. d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 16 years ago
  98. 1df0340 #1725737: ignore other VC directories other than CVS and SVN's too. by Georg Brandl · 16 years ago
  99. 1d136bb Add two items by Andrew M. Kuchling · 16 years ago
  100. 040f10e Add examples. by Raymond Hettinger · 16 years ago