1. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  2. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  3. d576e9d Markup revisions. Nothing was actually required to be able to format it, by Fred Drake · 24 years ago
  4. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  5. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  6. 2ef0753 Added James Henstridge by Barry Warsaw · 24 years ago
  7. 33d8d70 Finalize this module for Python 2.0 based on feedback and input from by Barry Warsaw · 24 years ago
  8. 28b815f Oops, spell MAL's name right. by Barry Warsaw · 24 years ago
  9. 0691a6b Documentation for the gettext module. by Barry Warsaw · 24 years ago
  10. 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
  11. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  12. 699f98c Move a little more here. by Fred Drake · 24 years ago
  13. 7ac1153 Various tweaks and improvements by Thomas Wouters (who apparently lost by Guido van Rossum · 24 years ago
  14. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  15. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  16. 78430b6 Add a comment noting that the dependency information is stored in Makefile.deps. by Fred Drake · 24 years ago
  17. 0286ae8 Some cleanup for FreeBSD. This gets rid of version numbers and by Guido van Rossum · 24 years ago
  18. b73172f "tg@FreeBSD.org" writes: by Guido van Rossum · 24 years ago
  19. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  20. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  21. 7e1a1d0 These files are not part of the current plan. by Fred Drake · 24 years ago
  22. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  23. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  24. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  25. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  26. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  27. e67d8e5 oops. accidentally reintroduced a memory leak. put the bugfix back. by Fredrik Lundh · 24 years ago
  28. 33accc1 don't mistake memory errors (including reaching the recursion limit) by Fredrik Lundh · 24 years ago
  29. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  30. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  31. e868211 Hard to believe Guido compiled this! Function lacked a return stmt. by Tim Peters · 24 years ago
  32. e753ef8 Re-allow 'import mod.submod as s', and change its meaning to what it should by Thomas Wouters · 24 years ago
  33. 8ebe84d The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. by Tim Peters · 24 years ago
  34. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  35. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  36. 0ae722e Oops, one pop too many. by Thomas Wouters · 24 years ago
  37. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  38. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  39. 124af7c Fixed this problem. by Thomas Wouters · 24 years ago
  40. 0db2b2b Don't enable the 'thread' module if threads are not possible. by Thomas Wouters · 24 years ago
  41. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  42. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  43. 6d7c442 Try to supply a prototype for the module init function but avoid by Tim Peters · 24 years ago
  44. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  45. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  46. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  47. f5e96fa Fixed a serious typo. by Marc-André Lemburg · 24 years ago
  48. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  49. 6ef68b5 Fix to bug [ Bug #111860 ] file.writelines() crashes. by Marc-André Lemburg · 24 years ago
  50. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  51. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  52. ab0280d How-to document for using Python for CGI scripting. Not complete and untested, but I'm checking it in so it won't get lost. by Jack Jansen · 24 years ago
  53. be80fa2 Last set of CW Pro 5 projects (probably) by Jack Jansen · 24 years ago
  54. 3e98501 Include xx project, exclude all the others. by Jack Jansen · 24 years ago
  55. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  56. b8c4c7b Added routine DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  57. 8748a0b Added a prototype for mstats(). by Jack Jansen · 24 years ago
  58. 0aee0e6 Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). by Jack Jansen · 24 years ago
  59. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 24 years ago
  60. d8b382d HMGetBalloonWindow should try to return an existing window. by Jack Jansen · 24 years ago
  61. cdb3483 - Added pyexpat. - Renamed socket to _socket. by Jack Jansen · 24 years ago
  62. e4cd2f2 Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( by Jack Jansen · 24 years ago
  63. a9f56e5 Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. by Jack Jansen · 24 years ago
  64. 6be3480 Removed debug output. by Jack Jansen · 24 years ago
  65. 14a9171 Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable. by Jack Jansen · 24 years ago
  66. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  67. dc3d606 Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE by Marc-André Lemburg · 24 years ago
  68. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 24 years ago
  69. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  70. 84314b7 Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  71. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  72. e332c1f updated test output by Barry Warsaw · 24 years ago
  73. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  74. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago
  75. 95be23d Initial revision of gettext support for Python. This will undergo some changes. by Barry Warsaw · 24 years ago
  76. 6f98762 initpyexpat(): Code cleanup; makes it more robust and reduces warnings. by Fred Drake · 24 years ago
  77. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 24 years ago
  78. 21801de Jeremy missed a bind() call when updating these demos. ;) by Fred Drake · 24 years ago
  79. a8d30d5 update demo scripts to use addr tuples for bind and connect closes bug #111928 by Jeremy Hylton · 24 years ago
  80. 239f836 Not every OS that support poll seems to support POLLMSG. by Sjoerd Mullender · 24 years ago
  81. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 24 years ago
  82. 1de2a79 Call PyErr_Clear() to clear the AttributeError raised by GetAttr. by Thomas Wouters · 24 years ago
  83. aff1284 In readme.txt, make what's needed to build the "optional" subprojects by Tim Peters · 24 years ago
  84. b59290f Fix allowable node-types for assignment, need to add 'listmaker'. by Thomas Wouters · 24 years ago
  85. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
  86. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  87. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  88. cf96dc8 Add interface to poll() system call (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  89. 5821b77 Add configure tests for poll() (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  90. 65f39ad Adjust the name for the socket module in the SSL line. by Thomas Wouters · 24 years ago
  91. 6af3b37 Add missing opcodes. Thanx to jeremy for reminding me ;) by Thomas Wouters · 24 years ago
  92. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 24 years ago
  93. 9ed49e9 Fix the evil booboos. ;( Causes discussed with Jeremy offline. by Fred Drake · 24 years ago
  94. c23b523 Remove the Py_FatalError() from initpyexpat(); the Guido has decreed by Fred Drake · 24 years ago
  95. fa12e13 simple typo that makes regression test test_userstring fail by Peter Schneider-Kamp · 24 years ago
  96. e1519a1 Update for augmented assignment, tested & approved by Guido. by Thomas Wouters · 24 years ago
  97. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  98. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  99. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  100. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago