1. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  2. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  3. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  4. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  5. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  6. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  7. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  8. 0f7b161 help with MSVC 7 support in distutils by Jeremy Hylton · 21 years ago
  9. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  10. bc06fea Pydoc also needs its #! line massaged. Fixes #733199. by Jack Jansen · 21 years ago
  11. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  12. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago
  13. 99bc1fc added note about autoGIL by Just van Rossum · 21 years ago
  14. 1662162 Documented the new autoGIL module. by Jack Jansen · 21 years ago
  15. ba5db20 also support cmd-. in the interactive window by Just van Rossum · 21 years ago
  16. 505c4c2 Simple fix for by Michael W. Hudson · 21 years ago
  17. ee0325a Suppress wartning on macfs import. by Jack Jansen · 21 years ago
  18. a950f7f Only look for krb5.h if ssl.h was found. by Martin v. Löwis · 21 years ago
  19. 8f0bd56 Declare encoding. Use unsigned long constants. Fixes #728277. by Martin v. Löwis · 21 years ago
  20. eb64af9 add explicit support for cancelling a running script (CFM-based MacPython had this built-in) by Just van Rossum · 21 years ago
  21. 476736e more dead code removal by Just van Rossum · 21 years ago
  22. 5ef0e7c dead code removal by Just van Rossum · 21 years ago
  23. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  24. 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 21 years ago
  25. 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 21 years ago
  26. 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 21 years ago
  27. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  28. c4607da Leading "C:" no longer hardcoded in the default installation directory. by Tim Peters · 21 years ago
  29. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 21 years ago
  30. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 21 years ago
  31. 362310d Bump version number by Barry Warsaw · 21 years ago
  32. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  33. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  34. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  35. 8f6329c SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  36. 2557100 Minor clarification of dedent(). by Greg Ward · 21 years ago
  37. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  38. 478cd48 SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  39. 4656ed4 Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). by Greg Ward · 21 years ago
  40. 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 21 years ago
  41. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 21 years ago
  42. a02469f More message updates and minor fixes. by Raymond Hettinger · 21 years ago
  43. a2f84ce Update traceback message by Raymond Hettinger · 21 years ago
  44. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 21 years ago
  45. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 21 years ago
  46. 5072772 set platform properly for OSF/1 by Skip Montanaro · 21 years ago
  47. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 21 years ago
  48. e9709e7 Merged 2.3b1 welcome message to the trunk. by Jack Jansen · 21 years ago
  49. a6872b8 Merged 1.2.2.1 fixes: by Jack Jansen · 21 years ago
  50. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  51. a409f7c SF #596434: tweak wordsep_re so the definition of an em-dash is by Greg Ward · 21 years ago
  52. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  53. 21820cd SF #726446: raise ValueError if width <= 0. by Greg Ward · 21 years ago
  54. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  55. c8d2290 SF patch #729395: Dictionary tuning by Raymond Hettinger · 21 years ago
  56. 9f5178a p.strip(os.sep) can't have possibly worked. It would have stripped both by Skip Montanaro · 21 years ago
  57. 22e00c4 build bsddb185 module in certain restricted circumstances by Skip Montanaro · 21 years ago
  58. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  59. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  60. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  61. c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 21 years ago
  62. 6967f2c don't need to worry about file endianness by Skip Montanaro · 21 years ago
  63. f0776d2 Data file for bsddb185 test by Skip Montanaro · 21 years ago
  64. 46f4e79 test case for bsddb185 module by Skip Montanaro · 21 years ago
  65. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 21 years ago
  66. c9803ab add Guido's reasoning behind running all tests twice by Skip Montanaro · 21 years ago
  67. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 21 years ago
  68. 446ad71 add testall target - just adds -uall to the regrtest runs by Skip Montanaro · 21 years ago
  69. 9a79182 Fix for #731643: allow "lookup in documentation" to also work if the by Jack Jansen · 21 years ago
  70. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 21 years ago
  71. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 21 years ago
  72. 8657845 SF bug #692959: new.function ignores keyword arguments by Raymond Hettinger · 21 years ago
  73. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  74. 3539f6b SF patch #729395: Dictionary tuning by Raymond Hettinger · 21 years ago
  75. f2e488d Patch #732479: Fix typos. by Martin v. Löwis · 21 years ago
  76. 4887a12 Add notes from python-dev about readonly dictionaries. by Raymond Hettinger · 21 years ago
  77. c7bc0b9 SF patch 730594: assert from longobject.c, line 1215. by Tim Peters · 21 years ago
  78. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 21 years ago
  79. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  80. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  81. 581c367 typo by Skip Montanaro · 21 years ago
  82. 53e73c3 Patch #732284: Disable _XOPEN_SOURCE on UnixWare 7. by Martin v. Löwis · 21 years ago
  83. 5f433f0 Patch #732234: Check for -Kthread. by Martin v. Löwis · 21 years ago
  84. 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 21 years ago
  85. f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 21 years ago
  86. 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 21 years ago
  87. 258dfeb * Note how dummy entry re-use benefits use cases with interspersed deletes by Raymond Hettinger · 21 years ago
  88. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  89. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  90. d723128 Scattered wording and typographical improvements (up to but not by Greg Ward · 21 years ago
  91. 649625b Rename "The Tao of Option Parsing" section to "Philosophy". by Greg Ward · 21 years ago
  92. 1f53517 Use True/False instead of 1/0 when talking about store_true/store_false. by Greg Ward · 21 years ago
  93. c50b088 Add a big comment about cross-platform issues (especially OpenBSD). by Greg Ward · 21 years ago
  94. bf8f1b5 Use TeX quotes -- ``foo'' -- as appropriate. Remove whitespace around em-dashes. by Greg Ward · 21 years ago
  95. b4e3319 Fix various markup errors: use \longprogramopt{} more, and use it by Greg Ward · 21 years ago
  96. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  97. d3545ec Patch #730170: Check for sem_init in -lpthread. Fixes #727051. by Martin v. Löwis · 21 years ago
  98. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 21 years ago
  99. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 21 years ago
  100. cd12bfc Patch #708604: Check more function results. Will backport to 2.2. by Martin v. Löwis · 21 years ago