1. a982eb1 Sort changed modules into alphabetical order; no other changes by Andrew M. Kuchling · 22 years ago
  2. 3c305d9 Rewrite a paragraph, and use correct mark-up by Andrew M. Kuchling · 22 years ago
  3. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  4. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  5. 1389f3e Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place by Neal Norwitz · 22 years ago
  6. bba23a8 SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation by Neal Norwitz · 22 years ago
  7. a5083ec Add note about DL_IMPORT deprecation. [ 583894 ] doc DL_IMPORT/DL_EXPORT changes by Mark Hammond · 22 years ago
  8. 603e76e Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose > 1. by Jack Jansen · 22 years ago
  9. 66e794d Finally found out why te cf project sometimes worked and someimes didn't. Fixed it. by Jack Jansen · 22 years ago
  10. 7ea39b1 New test "+sort", tacking 10 random floats on to the end of a sorted by Tim Peters · 22 years ago
  11. 53d019c Changed import from by Tim Peters · 22 years ago
  12. 1bf4c2d Bug: clearing the shell undo list after a prompt was allowing files to be by Kurt B. Kaiser · 22 years ago
  13. d69030d Get popen test to work even if python is not in the path by Neal Norwitz · 22 years ago
  14. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  15. 0a30e64 Added new test "3sort". This is sorted data but with 3 random exchanges. by Tim Peters · 22 years ago
  16. 1cfcafc add versionadded to doc by Neal Norwitz · 22 years ago
  17. 0b624f6 unpack_string(): avoid a compiler warning (about a real bug!) by by Guido van Rossum · 22 years ago
  18. 6569257 Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to by Guido van Rossum · 22 years ago
  19. d33d474 Shut the test up and add a missing import by Barry Warsaw · 22 years ago
  20. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  21. 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  22. d8e8e54 message_from_string(), message_from_file(): The consensus on the by Barry Warsaw · 22 years ago
  23. bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
  24. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
  25. d438574 _structure(): Take an optional `fp' argument which would be the object by Barry Warsaw · 22 years ago
  26. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  27. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  28. 814f9fe Return NULL instead of 0 from function with a pointer return value. by Fred Drake · 22 years ago
  29. e5bd2f4 Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests by Guido van Rossum · 22 years ago
  30. 246a58a Remove a few lines that aren't used and cause problems on platforms by Guido van Rossum · 22 years ago
  31. 36eb4b2 Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Neal Norwitz · 22 years ago
  32. 18eb8b8 Doc patch from SF 474274 (pure Python strptime by Brett Cannon). by Guido van Rossum · 22 years ago
  33. d3c46d5 Patch to call the Pure python strptime implementation if there's no by Guido van Rossum · 22 years ago
  34. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago
  35. 206d8f8 Silly typo. Not sure how that got in. by Michael W. Hudson · 22 years ago
  36. 4da01ed Substantially flesh out extended slice section. I think this is probably by Michael W. Hudson · 22 years ago
  37. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  38. b6cc7d2 Add test for previous core dump when sending on closed socket with timeout. by Guido van Rossum · 22 years ago
  39. ad65490 Bail out early from internal_select() when socket file descriptor by Guido van Rossum · 22 years ago
  40. 330f9e9 More sort cleanup: Moved the special cases from samplesortslice into by Tim Peters · 22 years ago
  41. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  42. b881698 Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed. by Mark Hammond · 22 years ago
  43. 0fe977c binarysort() cleanup: Documented the key invariants, explained why they by Tim Peters · 22 years ago
  44. 326b448 listreverse(): Don't call the new reverse_slice unless the list by Tim Peters · 22 years ago
  45. a8c974c Cleanup yielding a small speed boost: before rich comparisons were by Tim Peters · 22 years ago
  46. 3b01a12 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  47. 8e2e7ca Cleanup: Define one internal utility for reversing a list slice, and by Tim Peters · 22 years ago
  48. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  49. e21262c Fix bug [ 549731 ] Unicode encoders appears to leak references. by Mark Hammond · 22 years ago
  50. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  51. a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
  52. 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
  53. 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
  54. 7fa4bfa Fix indentation. by Jeremy Hylton · 22 years ago
  55. af4c12f Use AC_FUNC_SETPGRP. by Jeremy Hylton · 22 years ago
  56. 0d7b8bc Add clarifying comment. by Guido van Rossum · 22 years ago
  57. 0d7e68a Script to run the pystones "benchmark" under HotShot. by Fred Drake · 22 years ago
  58. fbe3608 Simplify; the low-level log reader is now always a modern iterator, by Fred Drake · 22 years ago
  59. 302e2bb Expose the fileno() method of the underlying profiler. by Fred Drake · 22 years ago
  60. 7d17e6f Expose the fileno() method of the underlying log reader. by Fred Drake · 22 years ago
  61. 666bf52 - When the log reader detects end-of-file, close the file. by Fred Drake · 22 years ago
  62. d1fedb6 Remove extraneous semicolon. by Jeremy Hylton · 22 years ago
  63. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  64. 8b6ec79 Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted by Tim Peters · 22 years ago
  65. 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 22 years ago
  66. 32616cf We're no longer trying to support older Python versions with this by Guido van Rossum · 22 years ago
  67. ba8c069 test_hotshot fails on Windows now. Added XXX comment explaining why, by Tim Peters · 22 years ago
  68. f31ff27 (py-pychecker-run): Use the last pychecker invocation as the default by Barry Warsaw · 22 years ago
  69. f0b095d Added documentation for the buffer_text and related attributes of the by Fred Drake · 22 years ago
  70. 5c3ed3d Mark the closed attribute of the profiler with PyDoc_STR(), and added by Fred Drake · 22 years ago
  71. d1eb8b6 Added a docstring for the closed attribute. by Fred Drake · 22 years ago
  72. 04e7032 SF patch 552161 - Py_AddPendingCall doesn't unlock on fail (Daniel Dunbar) by Guido van Rossum · 22 years ago
  73. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  74. 50ceb68 Change staticforward and statichere to just use static. by Fred Drake · 22 years ago
  75. a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 22 years ago
  76. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  77. 9cb64b9 Some modernization. Get rid of the redundant next() method. Always by Guido van Rossum · 22 years ago
  78. 7fadcab Add a test for the 'closed' attribute on the C-profiler object. by Guido van Rossum · 22 years ago
  79. ed375e1 Add missing comma. by Jeremy Hylton · 22 years ago
  80. 57d930b Add test_zlib and test_struct to list of slow tests by Jeremy Hylton · 22 years ago
  81. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  82. 11c3f09 Add a rather generous set of tests allowed to be skipped on sunos5. by Guido van Rossum · 22 years ago
  83. f042db6 Remove RCSId; this produces annoying warnings. by Fred Drake · 22 years ago
  84. 2335100 Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit(). by Guido van Rossum · 22 years ago
  85. 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
  86. 1f4fed6 We need to (require 'compile) to guarantee that compile-internal is by Barry Warsaw · 22 years ago
  87. c7b6bed Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 22 years ago
  88. a64295b There's no need for generators to define an explicit next() method. by Tim Peters · 22 years ago
  89. 674eae6 Bunch of tests to make sure that StopIteration is a sink state. by Guido van Rossum · 22 years ago
  90. e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
  91. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  92. 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
  93. ca5ed5b Remove the next() method -- one is supplied automatically by by Guido van Rossum · 22 years ago
  94. 86d593e Remove the next() method -- one is supplied automatically by by Guido van Rossum · 22 years ago
  95. 2147df7 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  96. 613bed3 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  97. 6b6272c Whitespace normalization. by Guido van Rossum · 22 years ago
  98. 86103ae Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  99. 9534e14 Record the decision that StopIteration is a sink state (see recent by Guido van Rossum · 22 years ago
  100. 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago