1. 129b17d More style changes and little cleanups. by Jeremy Hylton · 22 years ago
  2. df1e092 Get rid of accidentally checked-in reference to "bits". by Guido van Rossum · 22 years ago
  3. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  4. dfad1a9 Fix a typo. by Guido van Rossum · 22 years ago
  5. 022640d Some more style improvements by Jeremy Hylton · 22 years ago
  6. 28f46e1 Python style conformance: Delete spaces between name of function and arglist. by Jeremy Hylton · 22 years ago
  7. 47d3a7a Add dependencies on socketmodule.h. by Guido van Rossum · 22 years ago
  8. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
  9. 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
  10. 3fcd452 Whitespace nit. by Guido van Rossum · 22 years ago
  11. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 22 years ago
  12. 2e82e71 Changed the extended slice example to show that you can reverse a by Guido van Rossum · 22 years ago
  13. e9996c6 Add version annotations for some older changes to the calendar module. by Fred Drake · 22 years ago
  14. ab65996 Remove some overly complicated ways to concatenate and repeat strings by Guido van Rossum · 22 years ago
  15. 284a2cf Don't test for Java, test for sys.getrefcount. by Guido van Rossum · 22 years ago
  16. 1c93801 Some provisional changes to get more tests to run on Windows (I hope). by Guido van Rossum · 22 years ago
  17. 8e95ca8 Argh. Typo. :-( by Guido van Rossum · 22 years ago
  18. 6fb3d5e Allow absent fromfd(), for Windows. by Guido van Rossum · 22 years ago
  19. 733632a testSetSockOpt() should not require the reuse flag to be 1 -- any by Guido van Rossum · 22 years ago
  20. 7648968 Lose the message on assertEqual calls -- they actually hide by Guido van Rossum · 22 years ago
  21. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 22 years ago
  22. 09e532b Add a new definition to Extension objects: depends. by Jeremy Hylton · 22 years ago
  23. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 22 years ago
  24. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  25. e3fdc97 SF bug 567826. Document new opcodes: by Guido van Rossum · 22 years ago
  26. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 22 years ago
  27. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  28. 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 22 years ago
  29. 9f709bf The opcode YIELD_STMT was accidentally called YIELD_VALUE here. by Guido van Rossum · 22 years ago
  30. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  31. 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 22 years ago
  32. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 22 years ago
  33. 75a20b1 Fold remaining long lines. by Guido van Rossum · 22 years ago
  34. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  35. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  36. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 22 years ago
  37. 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 22 years ago
  38. 9f7549b Record the latest fixes. by Guido van Rossum · 22 years ago
  39. 62080be Took initial_tab and subsequent_tab away from the fill() method and by Greg Ward · 22 years ago
  40. 11ade1d SF patch 560794 (Greg Chapman): deepcopy can't handle custom metaclasses. by Guido van Rossum · 22 years ago
  41. cf02ac6 Allow the standalone wrap() and fill() functions to take arbitrary by Greg Ward · 22 years ago
  42. d34c959 Make 'width' an instance attribute rather than an argument to the wrap() by Greg Ward · 22 years ago
  43. 4f7829e Remove the only use of a string method. Fixes SF 564840. by Thomas Heller · 22 years ago
  44. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  45. 804cdca Don't accept null bytes in the key. by Guido van Rossum · 22 years ago
  46. a861d55 Document that the key should not contain null bytes. by Guido van Rossum · 22 years ago
  47. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  48. 7f147a7 Tweak traceback message to avoid LaTeX2HTML bug Add a reminder by Andrew M. Kuchling · 22 years ago
  49. 2ca7862 Add primitive printing support for Unix and Windows. by Guido van Rossum · 22 years ago
  50. eb91488 Fix typo by Andrew M. Kuchling · 22 years ago
  51. cab0580 Undo the last chunk of the previous patch, putting back a useful by Guido van Rossum · 22 years ago
  52. a386209 In the recent python-dev thread "Bizarre new test failure", we by Guido van Rossum · 22 years ago
  53. 2309498 Three's a charm: yet another fix for SF bug 551412. Thinking again by Guido van Rossum · 22 years ago
  54. f70a0a8 Fix typo, and add some reminders by Andrew M. Kuchling · 22 years ago
  55. 497bdd6 Tweak the description of pymalloc. Mention pymemcompat.h. by Michael W. Hudson · 22 years ago
  56. b3bfa7f refresh to pick up recent changes by Andrew MacIntyre · 22 years ago
  57. 4a79e36 make _sre a dynamically loadable module and build xxsubtype by Andrew MacIntyre · 22 years ago
  58. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  59. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  60. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  61. ec5d6b9 escape 8-bit chars when generating .py files. fixes bug #566302 by Just van Rossum · 22 years ago
  62. 47df99d Make all of TextWrapper's options keyword args to the constructor. by Greg Ward · 22 years ago
  63. 698d9f0 Record copyright and author. by Greg Ward · 22 years ago
  64. 70c726a Use True/False instead of 1/0. by Greg Ward · 22 years ago
  65. f404c7e Remove islower() -- not used anymore. by Greg Ward · 22 years ago
  66. cb320eb Conform to the bloody coding standards: "def foo()" not "def foo ()". Yuck. by Greg Ward · 22 years ago
  67. 9b4864e Convert _fix_sentence_endings() to use a regex, and augment it to by Greg Ward · 22 years ago
  68. 62e4f3b Add fix_sentence_endings option to control whether we ensure that by Greg Ward · 22 years ago
  69. 0093582 Initial revision. Currently biased towards English in a fixed-width font, by Greg Ward · 22 years ago
  70. 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
  71. 2a664a2 Added Bernard Yue who wrote test_timeout.py and participated in the by Guido van Rossum · 22 years ago
  72. aef8371 Added the 7 new top level domains, and reworded the nameorgs output. by Barry Warsaw · 22 years ago
  73. 9e9d4f8 Added -t (--threshold) option to call gc.set_threshold(N). by Guido van Rossum · 22 years ago
  74. a4c2b24 Apply diff2.txt from SF patch http://www.python.org/sf/565471 by Walter Dörwald · 22 years ago
  75. 5033c8e Add timeout mode. Clarify gnu_getopt. by Guido van Rossum · 22 years ago
  76. 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 22 years ago
  77. 62a7f63 Fix typo by Neal Norwitz · 22 years ago
  78. fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 22 years ago
  79. e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
  80. 96803b2 gnu_getopt should be exported in __all__ by Skip Montanaro · 22 years ago
  81. c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago
  82. be8db07 Repair a comment. by Guido van Rossum · 22 years ago
  83. 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 22 years ago
  84. b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 22 years ago
  85. 8a13518 Remove casts to PyObject * when declaration is for PyObject * by Jeremy Hylton · 22 years ago
  86. bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 22 years ago
  87. 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 22 years ago
  88. 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 22 years ago
  89. be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  90. 1569905 Michael Gilfix of SF patch 555085 fame. by Guido van Rossum · 22 years ago
  91. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  92. c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
  93. e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
  94. a312c3a Remove uses of string module and stat.ST_MODE by Neal Norwitz · 22 years ago
  95. ec7cf13 Remove another reference to stat.ST_MODE by Neal Norwitz · 22 years ago
  96. 33b77de Use isinstance for the type check, use booleans. by Martin v. Löwis · 22 years ago
  97. a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  98. 3e3583c Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  99. 88a20ba Apply diff.txt from SF patch http://www.python.org/sf/561478 by Walter Dörwald · 22 years ago
  100. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago