1. a3895c0 This module has a poor name, since it can be used under FreeBSD and by Jeremy Hylton · 24 years ago
  2. 4bcc7c5 patch #101733: fix glitch in FreeBSD conf by Jeremy Hylton · 24 years ago
  3. aef0e89 Document the limitation that urllib does not work with proxies which by Fred Drake · 24 years ago
  4. a54436f If Setup is older than Setup.in, issue a bold warning that the Setup may by Fred Drake · 24 years ago
  5. 0cf8cde Remove obsolete --with(out)-readline configure option by Vladimir Marangozov · 24 years ago
  6. e3cca26 Added abstract. by Greg Ward · 24 years ago
  7. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  8. a50d6ec Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  9. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  10. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  11. 7e861bd Update some version information for tools based on prodding from Greg Ward. by Fred Drake · 24 years ago
  12. 592f2d6 _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif by Fred Drake · 24 years ago
  13. 0625777 apply patch #101362 by Vladimir Marangozov by Jeremy Hylton · 24 years ago
  14. 1365a30 Get rid of "sec:" prefix that slipped into a couple of \label's. by Greg Ward · 24 years ago
  15. b76a55c GNUTranslations.BE_MAGIC: don't be so clever in calculating this from by Barry Warsaw · 24 years ago
  16. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  17. f730fc3 Be a little more careful to avoid including style information in the by Fred Drake · 24 years ago
  18. 3eb7c12 Always room to remove more formatting from the HTML! by Fred Drake · 24 years ago
  19. 6b958f7 Fix grouping: this is how I intended it, misguided as I was in boolean by Thomas Wouters · 24 years ago
  20. 501b926 Move common parameters to mkhowto to a variable, add up-link from the by Fred Drake · 24 years ago
  21. dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
  22. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 24 years ago
  23. 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
  24. 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
  25. b9b4c5b Centralize the processing logic for LaTeX documents into the mkhowto script; by Fred Drake · 24 years ago
  26. fcab763 Relocate the popen2 documentation since it is now substantially more portable. by Fred Drake · 24 years ago
  27. 399739f PyOS_CheckStack(): Better ANSI'fy this while we're at it. by Fred Drake · 24 years ago
  28. 17e6343 Document PyOS_CheckStack(). Fix a couple of really minor markup nits. by Fred Drake · 24 years ago
  29. e8de31c Add a comment explaining the return value of PyOS_CheckStack(). by Fred Drake · 24 years ago
  30. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  31. 562f62a Removed compiler warning about wanting explicit grouping around && by Fred Drake · 24 years ago
  32. dd19eaf Added a little more dependency information. by Fred Drake · 24 years ago
  33. 926f1d6 Added prototype for PyToken_ThreeChars(), to remove compiler warning by Fred Drake · 24 years ago
  34. 33642ac Added note about documenting the SSL support in the socket module. by Fred Drake · 24 years ago
  35. c818d53 Remove one compiler warning found with -Wstrict-prototypes. by Fred Drake · 24 years ago
  36. 34bef26 tg@freebsd.org close SF patch #101354 by Jeremy Hylton · 24 years ago
  37. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  38. cb85326 adds support for --with-pydebug configure option by Skip Montanaro · 24 years ago
  39. e68140d Better error message with UnboundLocalError by Paul Prescod · 24 years ago
  40. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  41. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  42. 9c0a99e PyOS_CheckStack() returns 1 when failing, not -1. by Guido van Rossum · 24 years ago
  43. eacc4fc Push a little more here to avoid style information in the generation by Fred Drake · 24 years ago
  44. 4973b35 Remove the reference to stdwin. The comment was still true, but no by Fred Drake · 24 years ago
  45. 7b828a6 doc changes to parallel changes to calendar.py module by Skip Montanaro · 24 years ago
  46. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  47. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  48. d576e9d Markup revisions. Nothing was actually required to be able to format it, by Fred Drake · 24 years ago
  49. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  50. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  51. 2ef0753 Added James Henstridge by Barry Warsaw · 24 years ago
  52. 33d8d70 Finalize this module for Python 2.0 based on feedback and input from by Barry Warsaw · 24 years ago
  53. 28b815f Oops, spell MAL's name right. by Barry Warsaw · 24 years ago
  54. 0691a6b Documentation for the gettext module. by Barry Warsaw · 24 years ago
  55. 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
  56. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  57. 699f98c Move a little more here. by Fred Drake · 24 years ago
  58. 7ac1153 Various tweaks and improvements by Thomas Wouters (who apparently lost by Guido van Rossum · 24 years ago
  59. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  60. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  61. 78430b6 Add a comment noting that the dependency information is stored in Makefile.deps. by Fred Drake · 24 years ago
  62. 0286ae8 Some cleanup for FreeBSD. This gets rid of version numbers and by Guido van Rossum · 24 years ago
  63. b73172f "tg@FreeBSD.org" writes: by Guido van Rossum · 24 years ago
  64. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  65. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  66. 7e1a1d0 These files are not part of the current plan. by Fred Drake · 24 years ago
  67. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  68. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  69. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  70. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  71. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  72. e67d8e5 oops. accidentally reintroduced a memory leak. put the bugfix back. by Fredrik Lundh · 24 years ago
  73. 33accc1 don't mistake memory errors (including reaching the recursion limit) by Fredrik Lundh · 24 years ago
  74. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  75. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  76. e868211 Hard to believe Guido compiled this! Function lacked a return stmt. by Tim Peters · 24 years ago
  77. e753ef8 Re-allow 'import mod.submod as s', and change its meaning to what it should by Thomas Wouters · 24 years ago
  78. 8ebe84d The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. by Tim Peters · 24 years ago
  79. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  80. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  81. 0ae722e Oops, one pop too many. by Thomas Wouters · 24 years ago
  82. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  83. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  84. 124af7c Fixed this problem. by Thomas Wouters · 24 years ago
  85. 0db2b2b Don't enable the 'thread' module if threads are not possible. by Thomas Wouters · 24 years ago
  86. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  87. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  88. 6d7c442 Try to supply a prototype for the module init function but avoid by Tim Peters · 24 years ago
  89. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  90. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  91. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  92. f5e96fa Fixed a serious typo. by Marc-André Lemburg · 24 years ago
  93. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  94. 6ef68b5 Fix to bug [ Bug #111860 ] file.writelines() crashes. by Marc-André Lemburg · 24 years ago
  95. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  96. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  97. 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
  98. be80fa2 Last set of CW Pro 5 projects (probably) by Jack Jansen · 24 years ago
  99. 3e98501 Include xx project, exclude all the others. by Jack Jansen · 24 years ago
  100. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago