1. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  2. bb8be93 Rewritten some pieces of PyNumber_InPlaceAdd() for clarity. by Guido van Rossum · 24 years ago
  3. 46981de Updated to include all files here. by Guido van Rossum · 24 years ago
  4. 7524357 Delete too. by Guido van Rossum · 24 years ago
  5. 73eec63 Deleted. Long obsolete. by Guido van Rossum · 24 years ago
  6. 0fdd3dc Deleted. We no longer require disclaimers on contributions. by Guido van Rossum · 24 years ago
  7. 2d721e2 Deleted; this is ancient info. by Guido van Rossum · 24 years ago
  8. c13b39c Deleted. This is obsoleted by Tools/scripts/fixnotice.py. by Guido van Rossum · 24 years ago
  9. c07d5fa Ready to go. by Guido van Rossum · 24 years ago
  10. 8ed602b Remove the 1.5.2 news. 2.0 news is still to be done. by Guido van Rossum · 24 years ago
  11. 2001da4 Moved NEWS from 1.5.2 here. by Guido van Rossum · 24 years ago
  12. 44f6e68 Deleted. This information is now in ../LICENSE. by Guido van Rossum · 24 years ago
  13. 38d45b7 The second argument to start_new_thread() is not a tuple, as pointed by Guido van Rossum · 24 years ago
  14. 92f3972 patch by Neil Schemenauer to improve (fix?) line number generation by Jeremy Hylton · 24 years ago
  15. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  16. f4a090d Clean up a bit. Drop -X option, update date, remove documentation by Guido van Rossum · 24 years ago
  17. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  18. 7527e00 Install LICENSE.txt and README.txt. by Tim Peters · 24 years ago
  19. ea70b49 Tentative license. Could still change for the 2.0b1 release and will by Guido van Rossum · 24 years ago
  20. 9a83b92 Guido pointed out that the "non-admin install" blurb got displayed by Tim Peters · 24 years ago
  21. 6f8f92f Adding new files, removing some. by Guido van Rossum · 24 years ago
  22. 9acdd3a Repaired damaged comments, and extra spaces in fatal error msgs we'd better by Tim Peters · 24 years ago
  23. 8d691c8 The usual by Guido van Rossum · 24 years ago
  24. 29201d4 Correct configure.in version. by Guido van Rossum · 24 years ago
  25. 7c55404 Move the Py_DECREF(x) after the error: label so that we don't leak x by Guido van Rossum · 24 years ago
  26. 1688f37 Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. by Guido van Rossum · 24 years ago
  27. f6f6fa2 Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstrator by Tim Peters · 24 years ago
  28. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  29. 57a5932 Update documentation for PyErr_Format, because the function has changed. by Moshe Zadka · 24 years ago
  30. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  31. 72dacb8 Tool to generate binary GNU .mo file from .po template files. Written by Barry Warsaw · 24 years ago
  32. b04e650 Added installation of w9xpopen.exe. by Tim Peters · 24 years ago
  33. cadd5b6 Fix grouping, again. This time properly :-) Sorry, guys. by Thomas Wouters · 24 years ago
  34. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  35. 736aa32 Fix test_popen2 on Windows, recently broken by changes to the dict(!) by Tim Peters · 24 years ago
  36. 5bf94a0 Applied patch #101350, closing it. by Barry Warsaw · 24 years ago
  37. 21fbd54 Document the new optional argument "rest" on the transfercmd(), by Barry Warsaw · 24 years ago
  38. 100d81e Added support for RFC 959's REST command (restart), closing SF patch by Barry Warsaw · 24 years ago
  39. e0d9a83 Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and by Fred Drake · 24 years ago
  40. 045946d set the default threshold much higher we don't need to run gc frequently by Jeremy Hylton · 24 years ago
  41. b69a27e code part of patch #100895 by Fredrik Lundh by Jeremy Hylton · 24 years ago
  42. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  43. d320c34 Revert removal of void from function definition. Guido sez I can take it by Tim Peters · 24 years ago
  44. 6aefd91 Now that StreamRequestHandler defaults rfile to buffered, make it by Guido van Rossum · 24 years ago
  45. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  46. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  47. b9ce5ad Add three prototypes for functions in history.h to shut up gcc -Wall. by Guido van Rossum · 24 years ago
  48. b92b627 Moodules -> Modules. by Guido van Rossum · 24 years ago
  49. 04127de Add parens suggested by gcc -Wall. by Guido van Rossum · 24 years ago
  50. c638791 Repaired comment. by Tim Peters · 24 years ago
  51. 349ff6f Set the recursion limit to 1000 -- 2500 was not enough, let's be conservative. by Guido van Rossum · 24 years ago
  52. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  53. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  54. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  55. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  56. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  57. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  58. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  59. 9a2d9d7 GNUTranslations._parse(): Fix portability problems on 64-bit machines by Barry Warsaw · 24 years ago
  60. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  61. d3b1f11 Fix BeOS check in the libainstall target; noted by Mark Favas by Fred Drake · 24 years ago
  62. 6cfdffb Minor adjustment to Setup.in message, based on comment from Barry Warsaw. by Fred Drake · 24 years ago
  63. 0dc78c3 After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) by Guido van Rossum · 24 years ago
  64. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  65. 65faf11 Fix markup error and minor consistency nit. by Fred Drake · 24 years ago
  66. 1bff34a Slight performance hack that also avoids requiring the existence of thread by Fred Drake · 24 years ago
  67. c18b7d9 script that reports a fairly safe recursionlimit for a specific platform by Jeremy Hylton · 24 years ago
  68. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  69. c88b99c Clear errors raised by PyObject_Compare() without losing any existing by Fred Drake · 24 years ago
  70. a3895c0 This module has a poor name, since it can be used under FreeBSD and by Jeremy Hylton · 24 years ago
  71. 4bcc7c5 patch #101733: fix glitch in FreeBSD conf by Jeremy Hylton · 24 years ago
  72. aef0e89 Document the limitation that urllib does not work with proxies which by Fred Drake · 24 years ago
  73. a54436f If Setup is older than Setup.in, issue a bold warning that the Setup may by Fred Drake · 24 years ago
  74. 0cf8cde Remove obsolete --with(out)-readline configure option by Vladimir Marangozov · 24 years ago
  75. e3cca26 Added abstract. by Greg Ward · 24 years ago
  76. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  77. a50d6ec Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  78. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  79. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  80. 7e861bd Update some version information for tools based on prodding from Greg Ward. by Fred Drake · 24 years ago
  81. 592f2d6 _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif by Fred Drake · 24 years ago
  82. 0625777 apply patch #101362 by Vladimir Marangozov by Jeremy Hylton · 24 years ago
  83. 1365a30 Get rid of "sec:" prefix that slipped into a couple of \label's. by Greg Ward · 24 years ago
  84. b76a55c GNUTranslations.BE_MAGIC: don't be so clever in calculating this from by Barry Warsaw · 24 years ago
  85. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  86. f730fc3 Be a little more careful to avoid including style information in the by Fred Drake · 24 years ago
  87. 3eb7c12 Always room to remove more formatting from the HTML! by Fred Drake · 24 years ago
  88. 6b958f7 Fix grouping: this is how I intended it, misguided as I was in boolean by Thomas Wouters · 24 years ago
  89. 501b926 Move common parameters to mkhowto to a variable, add up-link from the by Fred Drake · 24 years ago
  90. dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
  91. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 24 years ago
  92. 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
  93. 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
  94. b9b4c5b Centralize the processing logic for LaTeX documents into the mkhowto script; by Fred Drake · 24 years ago
  95. fcab763 Relocate the popen2 documentation since it is now substantially more portable. by Fred Drake · 24 years ago
  96. 399739f PyOS_CheckStack(): Better ANSI'fy this while we're at it. by Fred Drake · 24 years ago
  97. 17e6343 Document PyOS_CheckStack(). Fix a couple of really minor markup nits. by Fred Drake · 24 years ago
  98. e8de31c Add a comment explaining the return value of PyOS_CheckStack(). by Fred Drake · 24 years ago
  99. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  100. 562f62a Removed compiler warning about wanting explicit grouping around && by Fred Drake · 24 years ago