1. 3af3ecc Fixed paths to Windows build directories in build_ext.py by Christian Heimes · 17 years ago
  2. 63cdb86 #2003: fix sentence. by Georg Brandl · 17 years ago
  3. 70c0c02 Add an entry for r60537. by Brett Cannon · 17 years ago
  4. 773f347 remove a repeated occurance of a hardcoded berkeleydb library version number by Gregory P. Smith · 17 years ago
  5. eeed5b7 Merge this fix from the pybsddb tree: by Gregory P. Smith · 17 years ago
  6. 94dcf0d The wrapper function is supposed to be for spawnvpe() so that's by Andrew MacIntyre · 17 years ago
  7. 52895fc Rename module definition file to reflect v2.6. by Andrew MacIntyre · 17 years ago
  8. e6d9010 Update OS/2 EMX build bits for 2.6. by Andrew MacIntyre · 17 years ago
  9. 4b7deed Use context manager for a lock. by Brett Cannon · 17 years ago
  10. 89dfbe3 Remove extra tick marks and add a missing closing parenthesis. by Brett Cannon · 17 years ago
  11. 861e396 Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for by Brett Cannon · 17 years ago
  12. 9a8bb0e Fix a minor typo. by Brett Cannon · 17 years ago
  13. 461ed87 Wait for a delay before reaping children -- this should fix the by Georg Brandl · 17 years ago
  14. cafb710 Fix a conversion mistake that caused test_queue to fail intermittently. by Georg Brandl · 17 years ago
  15. ee29c3f Split the refleak mail body into two parts, the first being those failing by Skip Montanaro · 17 years ago
  16. 332ec6c Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while. by Neal Norwitz · 17 years ago
  17. 1dabdb2 Make the Rational constructor accept '3.' and '.2' as well as '3.2'. by Mark Dickinson · 17 years ago
  18. 5a6cfee Rewrite test_cprofile as unittest (and rename the file to be consistent by Georg Brandl · 17 years ago
  19. d22b466 Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. by Georg Brandl · 17 years ago
  20. 593b77c Add GHOP contributor. by Georg Brandl · 17 years ago
  21. 61fdd71 Rewrite test_socketserver as unittest, written for GHOP by Benjamin Petersen. by Georg Brandl · 17 years ago
  22. bbc4fc2 Add email example how to send a multipart message. by Georg Brandl · 17 years ago
  23. c8088df Rewrite test_funcattrs as unittest, written for GHOP by Jeff Wheeler. by Georg Brandl · 17 years ago
  24. 4854552 Rewrite test_descr as unittest, written for GHOP by Jeff Wheeler. by Georg Brandl · 17 years ago
  25. 586a57a Amendments to the urllib2 docs, written for GHOP by Thomas Lamb. by Georg Brandl · 17 years ago
  26. fe424f7 Neaten-up a bit. by Raymond Hettinger · 17 years ago
  27. 2d1aa33 Simpler solution to handling non-IEEE 754 environments. by Raymond Hettinger · 17 years ago
  28. f985903 Add protection from weirdness while scaling the mantissa to an integer. by Raymond Hettinger · 17 years ago
  29. 1bcb99a Fix int/long typecase. Add check for non-binary floating point. by Raymond Hettinger · 17 years ago
  30. 1aa8a69 Bump distutils version number to match Python version. by Marc-André Lemburg · 17 years ago
  31. 4cab8ec Test round-trip on float.as_integer_ratio() and float.__truediv__(). by Raymond Hettinger · 17 years ago
  32. ffc667c labs() takes a long for an input. by Raymond Hettinger · 17 years ago
  33. c9e928a Integer ratio should return ints instead of longs whereever possible. by Raymond Hettinger · 17 years ago
  34. 04c96d5 Issue #1996: float.as_integer_ratio() should return fraction in lowest terms. by Raymond Hettinger · 17 years ago
  35. a51f61b Update for latest sphinx latex writer. by Georg Brandl · 17 years ago
  36. 7be67ff Wording nit. by Georg Brandl · 17 years ago
  37. d491d71 More int -> pid_t. by Christian Heimes · 17 years ago
  38. 73aaeb1 Rename batch file. by Georg Brandl · 17 years ago
  39. cd23527 Add link checker builder, written for GHOP by Thomas Lamb. by Georg Brandl · 17 years ago
  40. 2a5d1c3 Update IPv6 RFC number. by Georg Brandl · 17 years ago
  41. fb43d1e Fix refleak by Neal Norwitz · 17 years ago
  42. dc2964b Roll back r60248. It's useful to encourage users not to change Rational by Jeffrey Yasskin · 17 years ago
  43. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 17 years ago
  44. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 17 years ago
  45. 105be77 Issue #1678380. Fix a bug that identifies 0j and -0j when they appear by Mark Dickinson · 17 years ago
  46. 2df20a3 Minor wordsmithing on docstring by Raymond Hettinger · 17 years ago
  47. 38db364 Remove unused to-be-magic methods from Rational per issue 1968. Do not port by Jeffrey Yasskin · 17 years ago
  48. b23dea6 Added more documentation on how mixed-mode arithmetic should be implemented. I by Jeffrey Yasskin · 17 years ago
  49. e973c61 Missing return by Raymond Hettinger · 17 years ago
  50. e67420d Fix defect in __ixor__ which would get the wrong by Raymond Hettinger · 17 years ago
  51. cba36bb Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 17 years ago
  52. a44327a Update itertool recipes by Raymond Hettinger · 17 years ago
  53. 796fc31 The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize(). by Christian Heimes · 17 years ago
  54. 0d92443 Fixed some references leaks in sys. by Christian Heimes · 17 years ago
  55. 67ac066 Removed unused var by Christian Heimes · 17 years ago
  56. 4d4f270 Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines() by Christian Heimes · 17 years ago
  57. 7d5fbae Demonstrate new except/as syntax. by Raymond Hettinger · 17 years ago
  58. 7d518f4 MutableSets support a remove() method. by Raymond Hettinger · 17 years ago
  59. abf3fcf Add isdisjoint() to the Set/MutableSet ABCs. by Raymond Hettinger · 17 years ago
  60. 867558a CallMethod is faster with a NULL third-argument than with an empty format string. by Raymond Hettinger · 17 years ago
  61. 9748a10 Ignore .pyc and .pyo files. by Brett Cannon · 17 years ago
  62. 8fff20f Update Vim syntax highlighting to specify what revision was used to generate by Brett Cannon · 17 years ago
  63. 870d0c2 Fix the reindent rule to use $(BUILDPYTHON). by Brett Cannon · 17 years ago
  64. f866bac Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbots by Gregory P. Smith · 17 years ago
  65. bf3d1d5 Removed unnecessary conditional (spotted by Neal Norwitz). by Raymond Hettinger · 17 years ago
  66. e84ada3 Factor-out common code with a new macro by Raymond Hettinger · 17 years ago
  67. 7759a0c Factor-out common code with a new macro by Raymond Hettinger · 17 years ago
  68. 52716c9 Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple). by Raymond Hettinger · 17 years ago
  69. ecdcb58 Make PySet_Add() work with frozensets. by Raymond Hettinger · 17 years ago
  70. 99120c4 Revert rev. 59925, it breaks comtypes (I need to further examine this). by Thomas Heller · 17 years ago
  71. d7e1b2b static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var. by Christian Heimes · 17 years ago
  72. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 17 years ago
  73. 3ea7b41 Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because by Jeffrey Yasskin · 17 years ago
  74. 56eadd9 Add refcounting extension to build config. by Georg Brandl · 17 years ago
  75. cf25eb1 socket.error doesn't have a headers attribute like ProtocolError. by Neal Norwitz · 17 years ago
  76. 5b25bc0 Change isbasestring function as discussed on the cvs list a while ago by Christian Heimes · 17 years ago
  77. ed444e5 Try to handle socket.errors properly in is_unavailable by Neal Norwitz · 17 years ago
  78. ce8fd9d Remove effectless expression statement. by Georg Brandl · 17 years ago
  79. c519809 Update the comment and remove the close. If we close we can't flush anymore. by Neal Norwitz · 17 years ago
  80. 41ada16 Print periodic "still working" messages since this suite is slow. by Neal Norwitz · 17 years ago
  81. 8250fbe Reduce buffer size since we do not need 1k by Neal Norwitz · 17 years ago
  82. 183c534 Catch socket errors that are often the cause of transient failures. by Neal Norwitz · 17 years ago
  83. 9846de1 Retry connection in case it fails to reduce flakiness by Neal Norwitz · 17 years ago
  84. 041ee5d Add a tiny sleep and additional flush to force the file to really be synced. by Neal Norwitz · 17 years ago
  85. b3c8243 Update to newer version of ffi. Fixes crashes and test failures of longdouble by Neal Norwitz · 17 years ago
  86. e9057ff Initialize variable to prevent warning on some platform/config. by Neal Norwitz · 17 years ago
  87. c44af33 Add assertion that we do not blow out newl by Neal Norwitz · 17 years ago
  88. e7bb918 Whitespace cleanup by Neal Norwitz · 17 years ago
  89. 9bba7b7 Removed an unnecessary and confusing paragraph from the namedtuple docs. by Raymond Hettinger · 17 years ago
  90. 63c77b6 Docstring nit by Raymond Hettinger · 17 years ago
  91. cfb41c4 Add stdarg include for va_list to get this to compile on cygwin by Neal Norwitz · 17 years ago
  92. e1027f9 Use int for the sign rather than a char. char can be signed or unsigned. by Neal Norwitz · 17 years ago
  93. 448654f Mostly reformat. Also set an error and return NULL if neither MS_WINDOWS by Neal Norwitz · 17 years ago
  94. 3e1a373 Make rational.gcd() public and allow Rational to take decimal strings, per by Jeffrey Yasskin · 17 years ago
  95. 46c61b2 Try to prevent this test from being flaky. We might need a sleep in here by Neal Norwitz · 17 years ago
  96. 6e07081 Eliminate the sleeps that assume the server will start in .5 seconds. by Neal Norwitz · 17 years ago
  97. 3d785e2 Consistently use tempfile.tempdir for the db_home directory. by Neal Norwitz · 17 years ago
  98. 7f47d93 On some systems (e.g., Ubuntu on hppa) the flush() by Neal Norwitz · 17 years ago
  99. 3718429 Reduce the race condition by signalling when the server is ready by Neal Norwitz · 17 years ago
  100. a121508 Always try to remove the test file even if close raises an exception by Neal Norwitz · 17 years ago