1. 5420f33 \textunderscore: Re-define with a width that's more appropriate for the by Fred Drake · 26 years ago
  2. cf0fb8b Document the 'p' format character. by Fred Drake · 26 years ago
  3. c457ca7 Fix up Barry's markup, which didn't pass the latex test. ;-) by Fred Drake · 26 years ago
  4. da00c87 Added descriptions of EnvironmentError and OSError; updated IOError to by Barry Warsaw · 26 years ago
  5. eef2cd1 Updated the description of os.error to reflect the fact that it is now by Barry Warsaw · 26 years ago
  6. 27467e4 Logical markup. by Fred Drake · 26 years ago
  7. b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
  8. 3bd9ab0 Use the new module synopsis syntax, even though we don't need a synopsis table by Fred Drake · 26 years ago
  9. 8cab549 use_latex(): Hack to pass .syn files though uniq, so that the last module by Fred Drake · 26 years ago
  10. 465a42a Added targets dvi, pdf, and ps, to make all of the documents in those formats. by Fred Drake · 26 years ago
  11. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  12. fe7f3bc Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable macros. by Fred Drake · 26 years ago
  13. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  14. a488f30 Lots of new stuff for "module synopsis support." Public interface consists by Fred Drake · 26 years ago
  15. 2fcadb2 \py@ModSynopsisFilename: New macro; gives names of the .syn file. by Fred Drake · 26 years ago
  16. 1cc6d53 \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file. by Fred Drake · 26 years ago
  17. c31cc38 Ignore the new ".syn" files used to handle module synopses. by Fred Drake · 26 years ago
  18. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
  19. d58d764 Several changes to support inclusion of filename in relevent exceptions: by Barry Warsaw · 26 years ago
  20. 52ddc0e PyFile_FromString(): If an exception occurs, pass in the filename that by Barry Warsaw · 26 years ago
  21. 97d9515 PyErr_SetFromErrnoWithFilename(): New function which supports setting by Barry Warsaw · 26 years ago
  22. 2dfe4de Added support for including the filename in IOErrors and OSErrors that by Barry Warsaw · 26 years ago
  23. d086a1a Added support for two new standard errors: EnvironmentError and by Barry Warsaw · 26 years ago
  24. 62a21a2 New global variables: PyExc_EnvironmentError and PyExc_OSError by Barry Warsaw · 26 years ago
  25. be26010 # Oops, correct Latex errors. by Guido van Rossum · 26 years ago
  26. 0af2f63 Document how to make a POST request with urlopen(). by Guido van Rossum · 26 years ago
  27. 810a339 Speed up the implementation of quote(). by Guido van Rossum · 26 years ago
  28. d81fc3c - Added a function MoviesTask, which is the same as the method but by Jack Jansen · 26 years ago
  29. 2116bca Remove the MOOV filetype from the StandardGetFile call, so we can also by Jack Jansen · 26 years ago
  30. 1f00eed Feature added by Harri Pasanen (at my suggestion): .py suffix on by Guido van Rossum · 26 years ago
  31. 1ee36ff (pause_doc): Sun CC complains about newline in string literal by Barry Warsaw · 26 years ago
  32. b4db194 When comparing objects, always check that tp_compare is not NULL by Guido van Rossum · 26 years ago
  33. 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
  34. 897b9f0 Add new syntax for specifying filenames on break and clear commands. by Guido van Rossum · 26 years ago
  35. 136a112 Untabified. by Guido van Rossum · 26 years ago
  36. f60e8e8 Update the documentation. Get rid of the section "how it works" by Guido van Rossum · 26 years ago
  37. b5699c7 Added support for specifying a filename for a breakpoint, roughly by Guido van Rossum · 26 years ago
  38. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  39. d623d20e7d6 Complete the addition of libthreading.tex. (Isn't it annoying that by Guido van Rossum · 26 years ago
  40. 0aec9fb Add missing initializer for self._backupfilename. Due to Ralph Butler. by Guido van Rossum · 26 years ago
  41. 3a8d1f5 Modest speed improvement to escape() by Piet van Oostrum. by Guido van Rossum · 26 years ago
  42. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  43. a9f445c Add libthreading.tex to LIBFILES. by Fred Drake · 26 years ago
  44. 16440e6 Added libthreading.tex ; this is mostly the contents of threading_api.py, by Andrew M. Kuchling · 26 years ago
  45. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  46. 1a78553 Add test for failure of the getattr call in pcre_expand() -- it used by Guido van Rossum · 26 years ago
  47. 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
  48. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  49. dfba2fb Eric Raymond documents two already-existing functions (bmp, png). by Guido van Rossum · 26 years ago
  50. 7589b71 I_getattr(), by Fred Drake · 26 years ago
  51. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  52. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  53. 0fd0033 Avoid using calloc(). This triggered an obscure bug on multiprocessor by Guido van Rossum · 26 years ago
  54. 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
  55. 98c92c8 Show how to do switchable panels. by Guido van Rossum · 26 years ago
  56. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  57. 43ff868 Temporarily get rid of the registration of Tcl_Finalize() as a by Guido van Rossum · 26 years ago
  58. 69a79bc Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) by Guido van Rossum · 26 years ago
  59. 5c44027 Added a delete() method to menu entries. Only the last entry of a menu by Jack Jansen · 26 years ago
  60. f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
  61. ac82b6a If the preference filename resource is empty don't try to open or by Jack Jansen · 26 years ago
  62. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
  63. f2f3e9b Added macimport.c to various files by Jack Jansen · 26 years ago
  64. eefc1a3 Add an empty PYTHONPREFSFILE STR resource, so frozen applications by Jack Jansen · 26 years ago
  65. 5dba9e8 Add special case to PySequence_List() so that list() of a list is by Guido van Rossum · 26 years ago
  66. fa4ac71 Small changes to map() and filter(): by Guido van Rossum · 26 years ago
  67. bfc725b Changed PySequence_List() and PySequence_Tuple() to support by Guido van Rossum · 26 years ago
  68. df901df Added a function SetUserItemHandler: this takes a function(dialog, by Jack Jansen · 26 years ago
  69. ba0d061 Add macros for direct access to the members of CFunction objects. by Guido van Rossum · 26 years ago
  70. d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
  71. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  72. eeb6428 (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) by Guido van Rossum · 26 years ago
  73. f029548 Added item about index item/subitem separation. by Fred Drake · 26 years ago
  74. 5da5a68 Fix suggested by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it> to keep the by Fred Drake · 26 years ago
  75. fa00e95 # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. by Guido van Rossum · 26 years ago
  76. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  77. bb71ab6 Reindented some OS/2 and hpux code that looked ugly or at least inconsistent. by Guido van Rossum · 26 years ago
  78. 7ba3043 Recompute the special getattr/setattr/delattr cache slots after by Guido van Rossum · 26 years ago
  79. b77a68e Rewrite to support multiple suckers, each with their own thread. by Guido van Rossum · 26 years ago
  80. 125700a Instead of printint, use self.message() or self.note(). by Guido van Rossum · 26 years ago
  81. 0fd9408 Needed. by Guido van Rossum · 26 years ago
  82. 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 26 years ago
  83. b84ef9b Put back the call to report_unbalanced() that was lost when by Guido van Rossum · 26 years ago
  84. d94c2dc # Bump version because of checkin to faqwiz.py. :-( by Guido van Rossum · 26 years ago
  85. 0922a56 Don't add <...> around mail addresses; they may already be there. by Guido van Rossum · 26 years ago
  86. e79cf32 Added hints about building your own DLL. by Guido van Rossum · 26 years ago
  87. 233f4b5 Two error messages still used the old name of the functio mkvalue() -- by Guido van Rossum · 26 years ago
  88. c821d1e Add a cast that a picky SGI compiler found was necessary. by Guido van Rossum · 26 years ago
  89. 9f29990 Fix a benign problem found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  90. 04e00a4 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  91. c69bac5 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  92. eaa1ed6 Fix some problems that a picky SGI compiler reported. Two were benign by Guido van Rossum · 26 years ago
  93. e32d153 Sigh. The hack to enable special treatment for errno on SGI machines by Guido van Rossum · 26 years ago
  94. 6b3d77e Guess what... by Guido van Rossum · 26 years ago
  95. f867812 Fix two unrelated problems in the same area: by Guido van Rossum · 26 years ago
  96. 82a5c66 Added copious docstrings, plus two minor layout tweaks. by Guido van Rossum · 26 years ago
  97. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  98. 7c29b23 (py-beginning-of-def-or-class, py-end-of-def-or-class, by Barry Warsaw · 26 years ago
  99. 003932a (py-comment-indent-function): A replacement for by Barry Warsaw · 26 years ago
  100. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago