1. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  2. 220e839 We are now post-beta 2. by Fred Drake · 21 years ago
  3. f647b63 Added missing name (textwrap.dedent() docs). by Fred Drake · 21 years ago
  4. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 21 years ago
  5. ccd615c SF bug #762990: Awful Grammar in Python Tutorial by Raymond Hettinger · 21 years ago
  6. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  7. 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 21 years ago
  8. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  9. b346096 Bump version string to "2.3b2+". by Tim Peters · 21 years ago
  10. 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
  11. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  12. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  13. 0242070 More tests by Raymond Hettinger · 21 years ago
  14. 5728815 Fix broken markup, & tweak a couple of things for consistency. by Fred Drake · 21 years ago
  15. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  16. b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 21 years ago
  17. d1b108b Whitespace normalization. by Tim Peters · 21 years ago
  18. 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 21 years ago
  19. 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 21 years ago
  20. 89392c0 Remove stub settrace() and setprofile() calls. by Jeremy Hylton · 21 years ago
  21. d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
  22. e3a565e Fix grammar in comment. by Jeremy Hylton · 21 years ago
  23. 97b2e84 Whitespace normalization. by Jeremy Hylton · 21 years ago
  24. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  25. c98ccfd Typo repair. by Tim Peters · 21 years ago
  26. 85d2757 Update copyright years. by Fred Drake · 21 years ago
  27. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  28. 2740944 Filled in release date; repaired grammar in a news item. by Tim Peters · 21 years ago
  29. 32a5e87 minor wordsmithing by Skip Montanaro · 21 years ago
  30. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago
  31. e3454af FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions by Andrew MacIntyre · 21 years ago
  32. 2b6220d SF bug #762455: Python segfaults when sys.stdout is changed in getattr by Raymond Hettinger · 21 years ago
  33. c5131bc Fix SF #762455, segfault when sys.stdout is changed in getattr Will backport. by Neal Norwitz · 21 years ago
  34. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  35. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  36. e2f1837 SF bug #430160: CGIHTTPServer.py POST bug using IE by Raymond Hettinger · 21 years ago
  37. be2528d SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  38. 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 21 years ago
  39. bc05fc5 Add missing self. before curNode. This may need to be committed by Neal Norwitz · 21 years ago
  40. 11a35f5 SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  41. 10f3018 Fix arguments for instantiating InterpolationSyntaxError by Neal Norwitz · 21 years ago
  42. b207170 Comment out cap, it was unused. Should all the commented out code be removed? by Neal Norwitz · 21 years ago
  43. 3f401f0 whitespace normalization by Neal Norwitz · 21 years ago
  44. c556722 remove unused import math by Neal Norwitz · 21 years ago
  45. 9b924c6 remove extra parameter from _java_getprop, remove duplicate imports by Neal Norwitz · 21 years ago
  46. 77290f2 use == like all the other conditionals by Neal Norwitz · 21 years ago
  47. 732911f fix problems found by pychecker by Neal Norwitz · 21 years ago
  48. 643bcec SF patch #760257: add socket.timeout exception by Raymond Hettinger · 21 years ago
  49. a4148c3 Added Bob Halley for work on socket.timeout by Raymond Hettinger · 21 years ago
  50. 275abbd Missed a spot where the new optional optionflags argument needed to get by Tim Peters · 21 years ago
  51. ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  52. 3e2244c Bump version information for Python 2.3 beta 2. by Fred Drake · 21 years ago
  53. 6595e15 Document PyThreadState_SetAsyncExc(). by Fred Drake · 21 years ago
  54. 63fd15c Bump release level to 2.3b2. by Tim Peters · 21 years ago
  55. 01d49fa Slight clarification on running the examples from the Finder. by Jack Jansen · 21 years ago
  56. d163b85 Suggest people visit www.python.org/packman if the default database by Jack Jansen · 21 years ago
  57. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  58. 006ebeb By default build docs, don't download them. by Jack Jansen · 21 years ago
  59. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  60. 90a2041 Added Steven Taschuk for efforts fixing zipfile.py by Raymond Hettinger · 21 years ago
  61. f466793 SF patch 703666: Several objects don't decref tmp on failure in subtype_new by Raymond Hettinger · 21 years ago
  62. 6891cd3 A few minor improvements by Barry Warsaw · 21 years ago
  63. 6c71091 Rewrote the docs for supporting cyclic garbage collection to reflect by Jim Fulton · 21 years ago
  64. 9c3e957 Updated the depenencies to reflect changes in the sample code for by Jim Fulton · 21 years ago
  65. 18a6be9 Added tests for sample modules. by Jim Fulton · 21 years ago
  66. f0e38d1 Added s setup module to make it easier to test the sample modules. by Jim Fulton · 21 years ago
  67. 7050e92 Fixed bug in implementation of tp_init function. It should be an int by Jim Fulton · 21 years ago
  68. 4b59f91 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 21 years ago
  69. db6a569 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 21 years ago
  70. ded8e74 Correct markup errors that prevented formatting. by Fred Drake · 21 years ago
  71. 7928f38 Explain source encodings. Fixes #683486. by Martin v. Löwis · 21 years ago
  72. ab1e585 Patch #758910: Add pthread flag to CXX if possible. by Martin v. Löwis · 21 years ago
  73. afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 21 years ago
  74. 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 21 years ago
  75. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  76. 5d2f515 fix markup nits by Fred Drake · 21 years ago
  77. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  78. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  79. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  80. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  81. 01c623b fix typo by Fred Drake · 21 years ago
  82. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  83. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 21 years ago
  84. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  85. 095f817 Don't assume the name of the table of contents will be contents.html; by Fred Drake · 21 years ago
  86. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  87. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  88. 3e3159c Require that __nonzero__() return a bool or exactly an int. by Jeremy Hylton · 21 years ago
  89. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 21 years ago
  90. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  91. 090a349 Check return type of __nonzero__() method. by Jeremy Hylton · 21 years ago
  92. 6ab8b40 fix link-hovering so <a name='...'> (no href attribute) doesn't get by Fred Drake · 21 years ago
  93. 9263f57 Fix several bugs in handling of exceptions with trace function enabled. by Jeremy Hylton · 21 years ago
  94. 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 21 years ago
  95. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  96. 896e516 Jacob Hallen cornered me here at EuroPython and got me to look at patch: by Michael W. Hudson · 21 years ago
  97. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  98. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 21 years ago
  99. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  100. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 21 years ago