1. 330f9e9 More sort cleanup: Moved the special cases from samplesortslice into by Tim Peters · 22 years ago
  2. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  3. b881698 Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed. by Mark Hammond · 22 years ago
  4. 0fe977c binarysort() cleanup: Documented the key invariants, explained why they by Tim Peters · 22 years ago
  5. 326b448 listreverse(): Don't call the new reverse_slice unless the list by Tim Peters · 22 years ago
  6. a8c974c Cleanup yielding a small speed boost: before rich comparisons were by Tim Peters · 22 years ago
  7. 3b01a12 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  8. 8e2e7ca Cleanup: Define one internal utility for reversing a list slice, and by Tim Peters · 22 years ago
  9. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  10. e21262c Fix bug [ 549731 ] Unicode encoders appears to leak references. by Mark Hammond · 22 years ago
  11. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  12. a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
  13. 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
  14. 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
  15. 7fa4bfa Fix indentation. by Jeremy Hylton · 22 years ago
  16. af4c12f Use AC_FUNC_SETPGRP. by Jeremy Hylton · 22 years ago
  17. 0d7b8bc Add clarifying comment. by Guido van Rossum · 22 years ago
  18. 0d7e68a Script to run the pystones "benchmark" under HotShot. by Fred Drake · 22 years ago
  19. fbe3608 Simplify; the low-level log reader is now always a modern iterator, by Fred Drake · 22 years ago
  20. 302e2bb Expose the fileno() method of the underlying profiler. by Fred Drake · 22 years ago
  21. 7d17e6f Expose the fileno() method of the underlying log reader. by Fred Drake · 22 years ago
  22. 666bf52 - When the log reader detects end-of-file, close the file. by Fred Drake · 22 years ago
  23. d1fedb6 Remove extraneous semicolon. by Jeremy Hylton · 22 years ago
  24. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  25. 8b6ec79 Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted by Tim Peters · 22 years ago
  26. 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 22 years ago
  27. 32616cf We're no longer trying to support older Python versions with this by Guido van Rossum · 22 years ago
  28. ba8c069 test_hotshot fails on Windows now. Added XXX comment explaining why, by Tim Peters · 22 years ago
  29. f31ff27 (py-pychecker-run): Use the last pychecker invocation as the default by Barry Warsaw · 22 years ago
  30. f0b095d Added documentation for the buffer_text and related attributes of the by Fred Drake · 22 years ago
  31. 5c3ed3d Mark the closed attribute of the profiler with PyDoc_STR(), and added by Fred Drake · 22 years ago
  32. d1eb8b6 Added a docstring for the closed attribute. by Fred Drake · 22 years ago
  33. 04e7032 SF patch 552161 - Py_AddPendingCall doesn't unlock on fail (Daniel Dunbar) by Guido van Rossum · 22 years ago
  34. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  35. 50ceb68 Change staticforward and statichere to just use static. by Fred Drake · 22 years ago
  36. a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 22 years ago
  37. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  38. 9cb64b9 Some modernization. Get rid of the redundant next() method. Always by Guido van Rossum · 22 years ago
  39. 7fadcab Add a test for the 'closed' attribute on the C-profiler object. by Guido van Rossum · 22 years ago
  40. ed375e1 Add missing comma. by Jeremy Hylton · 22 years ago
  41. 57d930b Add test_zlib and test_struct to list of slow tests by Jeremy Hylton · 22 years ago
  42. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  43. 11c3f09 Add a rather generous set of tests allowed to be skipped on sunos5. by Guido van Rossum · 22 years ago
  44. f042db6 Remove RCSId; this produces annoying warnings. by Fred Drake · 22 years ago
  45. 2335100 Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit(). by Guido van Rossum · 22 years ago
  46. 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
  47. 1f4fed6 We need to (require 'compile) to guarantee that compile-internal is by Barry Warsaw · 22 years ago
  48. c7b6bed Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 22 years ago
  49. a64295b There's no need for generators to define an explicit next() method. by Tim Peters · 22 years ago
  50. 674eae6 Bunch of tests to make sure that StopIteration is a sink state. by Guido van Rossum · 22 years ago
  51. e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
  52. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  53. 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
  54. ca5ed5b Remove the next() method -- one is supplied automatically by by Guido van Rossum · 22 years ago
  55. 86d593e Remove the next() method -- one is supplied automatically by by Guido van Rossum · 22 years ago
  56. 2147df7 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  57. 613bed3 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  58. 6b6272c Whitespace normalization. by Guido van Rossum · 22 years ago
  59. 86103ae Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  60. 9534e14 Record the decision that StopIteration is a sink state (see recent by Guido van Rossum · 22 years ago
  61. 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago
  62. 719841e The object returned by tp_new() may not have a tp_init. by Jeremy Hylton · 22 years ago
  63. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  64. 32a0396 (py-imenu-create-index-function): Skip over stuff that looks like code by Barry Warsaw · 22 years ago
  65. 5086e49 Make list_iter() really static. by Guido van Rossum · 22 years ago
  66. daa1921 (py-pychecker-run): Thomas Heller points out that this function messes by Barry Warsaw · 22 years ago
  67. 03013a0 valid_identifier(): use an unsigned char* so that isalpha() will do by Guido van Rossum · 22 years ago
  68. c0e3515 Add a blurb on the 3 Windows bugs I worked on over the last couple of days. by Mark Hammond · 22 years ago
  69. 975e392 Fix bug 581232 - [Windows] Can not interrupt time.sleep() by Mark Hammond · 22 years ago
  70. 0756a5e Added the "weird" ccTLDs ac, gg, im, and je. These are not recognized by Barry Warsaw · 22 years ago
  71. e561dc2 XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt by Tim Peters · 22 years ago
  72. a65523a Added Andrew MacIntyre -- overdue! by Tim Peters · 22 years ago
  73. ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
  74. 54ed2d3 Clarify that the description of sys.path[0] is only valid upon program start-up. by Guido van Rossum · 22 years ago
  75. 754140e Tim_one's change to aggressively overallocate nodes when adding child by Andrew MacIntyre · 22 years ago
  76. 58cf361 docompare(): Another reasonable optimization from Jonathan Hogg for the by Tim Peters · 22 years ago
  77. 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
  78. 2f10cb8 Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. by Mark Hammond · 22 years ago
  79. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  80. a81d220 SF patch # 580411, move frame macros from frameobject.h into ceval.c by Neal Norwitz · 22 years ago
  81. b6d29b7 Undef MIN and MAX before defining them, to avoid warnings on certain platforms. by Guido van Rossum · 22 years ago
  82. a4b4c3b Don't declare a function with staticforward. by Jeremy Hylton · 22 years ago
  83. 346386f Add more items by Andrew M. Kuchling · 22 years ago
  84. 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 22 years ago
  85. 979c537 fixed wrong classic MacOS pathname assumption by Just van Rossum · 22 years ago
  86. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
  87. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  88. 58e2ff2 Mention new encoding. by Marc-André Lemburg · 22 years ago
  89. a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
  90. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
  91. dd523ee Fernando Pérez of SF bug 579701 fame. by Guido van Rossum · 22 years ago
  92. 0845459 Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or by Guido van Rossum · 22 years ago
  93. 2ad9419 minor fixes, removed obsolete warning by Just van Rossum · 22 years ago
  94. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
  95. 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
  96. 9ee91f1 remove decl of unused variable by Jeremy Hylton · 22 years ago
  97. 0e1f7a8 Do more robust test of whether global objects are accessible. by Jeremy Hylton · 22 years ago
  98. f2a0473 docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's by Tim Peters · 22 years ago
  99. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
  100. a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago