1. 87ddce1 [Bug #724767] Avoid use of 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  2. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  3. e9a54a3 [Bug #713722] Delete dangling references to unwritten sections by Andrew M. Kuchling · 21 years ago
  4. 47172b4 [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. by Andrew M. Kuchling · 21 years ago
  5. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  6. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 21 years ago
  7. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 21 years ago
  8. eabd9a1 [Bug #729817] Document the rexec and Bastion modules as dead by Andrew M. Kuchling · 21 years ago
  9. 032bd0a Fix typo by Andrew M. Kuchling · 21 years ago
  10. 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 21 years ago
  11. 1213bdd Fix and add reference to urllib.urlencode for parse_qsl? functions. by Brett Cannon · 21 years ago
  12. 62aa994 * Added separate checks for matching braces. by Raymond Hettinger · 21 years ago
  13. b539d05 John J. Lee contributed two urllib2 patches. by Brett Cannon · 21 years ago
  14. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  15. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  16. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  17. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  18. 12d55a7 cmp_type(): The grammar stopped allowing '=' as a comparison operator by Tim Peters · 21 years ago
  19. d2eadc6 Updated simple example. This should have been checked in the other by Jim Fulton · 21 years ago
  20. 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 21 years ago
  21. 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
  22. 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
  23. bf3a752 Fix minor typos. by Raymond Hettinger · 21 years ago
  24. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  25. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  26. 8f51526 Patch #735613: Pass install-purelib to idleinstall. by Martin v. Löwis · 21 years ago
  27. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  28. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  29. c2409b4 Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer. by Martin v. Löwis · 21 years ago
  30. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  31. 4f0c6b2 Minor fixups. by Raymond Hettinger · 21 years ago
  32. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  33. 0fd525f Add table level validation and made minor fix-ups. by Raymond Hettinger · 21 years ago
  34. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  35. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  36. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  37. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  38. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  39. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  40. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  41. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  42. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  43. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  44. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  45. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  46. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  47. 0f7b161 help with MSVC 7 support in distutils by Jeremy Hylton · 21 years ago
  48. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  49. bc06fea Pydoc also needs its #! line massaged. Fixes #733199. by Jack Jansen · 21 years ago
  50. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  51. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago
  52. 99bc1fc added note about autoGIL by Just van Rossum · 21 years ago
  53. 1662162 Documented the new autoGIL module. by Jack Jansen · 21 years ago
  54. ba5db20 also support cmd-. in the interactive window by Just van Rossum · 21 years ago
  55. 505c4c2 Simple fix for by Michael W. Hudson · 21 years ago
  56. ee0325a Suppress wartning on macfs import. by Jack Jansen · 21 years ago
  57. a950f7f Only look for krb5.h if ssl.h was found. by Martin v. Löwis · 21 years ago
  58. 8f0bd56 Declare encoding. Use unsigned long constants. Fixes #728277. by Martin v. Löwis · 21 years ago
  59. eb64af9 add explicit support for cancelling a running script (CFM-based MacPython had this built-in) by Just van Rossum · 21 years ago
  60. 476736e more dead code removal by Just van Rossum · 21 years ago
  61. 5ef0e7c dead code removal by Just van Rossum · 21 years ago
  62. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  63. 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 21 years ago
  64. 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 21 years ago
  65. 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 21 years ago
  66. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  67. c4607da Leading "C:" no longer hardcoded in the default installation directory. by Tim Peters · 21 years ago
  68. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 21 years ago
  69. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 21 years ago
  70. 362310d Bump version number by Barry Warsaw · 21 years ago
  71. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  72. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  73. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  74. 8f6329c SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  75. 2557100 Minor clarification of dedent(). by Greg Ward · 21 years ago
  76. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  77. 478cd48 SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  78. 4656ed4 Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). by Greg Ward · 21 years ago
  79. 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 21 years ago
  80. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 21 years ago
  81. a02469f More message updates and minor fixes. by Raymond Hettinger · 21 years ago
  82. a2f84ce Update traceback message by Raymond Hettinger · 21 years ago
  83. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 21 years ago
  84. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 21 years ago
  85. 5072772 set platform properly for OSF/1 by Skip Montanaro · 21 years ago
  86. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 21 years ago
  87. e9709e7 Merged 2.3b1 welcome message to the trunk. by Jack Jansen · 21 years ago
  88. a6872b8 Merged 1.2.2.1 fixes: by Jack Jansen · 21 years ago
  89. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  90. a409f7c SF #596434: tweak wordsep_re so the definition of an em-dash is by Greg Ward · 21 years ago
  91. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  92. 21820cd SF #726446: raise ValueError if width <= 0. by Greg Ward · 21 years ago
  93. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  94. c8d2290 SF patch #729395: Dictionary tuning by Raymond Hettinger · 21 years ago
  95. 9f5178a p.strip(os.sep) can't have possibly worked. It would have stripped both by Skip Montanaro · 21 years ago
  96. 22e00c4 build bsddb185 module in certain restricted circumstances by Skip Montanaro · 21 years ago
  97. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  98. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  99. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  100. c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 21 years ago