1. 22e00c4 build bsddb185 module in certain restricted circumstances by Skip Montanaro · 21 years ago
  2. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  3. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  4. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  5. c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 21 years ago
  6. 6967f2c don't need to worry about file endianness by Skip Montanaro · 21 years ago
  7. f0776d2 Data file for bsddb185 test by Skip Montanaro · 21 years ago
  8. 46f4e79 test case for bsddb185 module by Skip Montanaro · 21 years ago
  9. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 21 years ago
  10. c9803ab add Guido's reasoning behind running all tests twice by Skip Montanaro · 21 years ago
  11. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 21 years ago
  12. 446ad71 add testall target - just adds -uall to the regrtest runs by Skip Montanaro · 21 years ago
  13. 9a79182 Fix for #731643: allow "lookup in documentation" to also work if the by Jack Jansen · 21 years ago
  14. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 21 years ago
  15. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 21 years ago
  16. 8657845 SF bug #692959: new.function ignores keyword arguments by Raymond Hettinger · 21 years ago
  17. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  18. 3539f6b SF patch #729395: Dictionary tuning by Raymond Hettinger · 21 years ago
  19. f2e488d Patch #732479: Fix typos. by Martin v. Löwis · 21 years ago
  20. 4887a12 Add notes from python-dev about readonly dictionaries. by Raymond Hettinger · 21 years ago
  21. c7bc0b9 SF patch 730594: assert from longobject.c, line 1215. by Tim Peters · 21 years ago
  22. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 21 years ago
  23. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  24. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  25. 581c367 typo by Skip Montanaro · 21 years ago
  26. 53e73c3 Patch #732284: Disable _XOPEN_SOURCE on UnixWare 7. by Martin v. Löwis · 21 years ago
  27. 5f433f0 Patch #732234: Check for -Kthread. by Martin v. Löwis · 21 years ago
  28. 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 21 years ago
  29. f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 21 years ago
  30. 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 21 years ago
  31. 258dfeb * Note how dummy entry re-use benefits use cases with interspersed deletes by Raymond Hettinger · 21 years ago
  32. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  33. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  34. d723128 Scattered wording and typographical improvements (up to but not by Greg Ward · 21 years ago
  35. 649625b Rename "The Tao of Option Parsing" section to "Philosophy". by Greg Ward · 21 years ago
  36. 1f53517 Use True/False instead of 1/0 when talking about store_true/store_false. by Greg Ward · 21 years ago
  37. c50b088 Add a big comment about cross-platform issues (especially OpenBSD). by Greg Ward · 21 years ago
  38. bf8f1b5 Use TeX quotes -- ``foo'' -- as appropriate. Remove whitespace around em-dashes. by Greg Ward · 21 years ago
  39. b4e3319 Fix various markup errors: use \longprogramopt{} more, and use it by Greg Ward · 21 years ago
  40. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  41. d3545ec Patch #730170: Check for sem_init in -lpthread. Fixes #727051. by Martin v. Löwis · 21 years ago
  42. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 21 years ago
  43. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 21 years ago
  44. cd12bfc Patch #708604: Check more function results. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  45. bcd9396 Patch #730826: Enable extensions on NetBSD 2.0. by Martin v. Löwis · 21 years ago
  46. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  47. e6bbb4d Patch #684981: Add cleanup capability for argument parsers. Fixes 501716. by Martin v. Löwis · 21 years ago
  48. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 21 years ago
  49. dd6cd65 Implement tcl object __cmp__. by Martin v. Löwis · 21 years ago
  50. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  51. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  52. e86a59a Change 'and' to 'or' in _tkinter test. by Martin v. Löwis · 21 years ago
  53. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 21 years ago
  54. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  55. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  56. 8b34e7c - add title attributes to the navigation icons on the navigation bars; by Fred Drake · 21 years ago
  57. d77bee1 fixed typo by Just van Rossum · 21 years ago
  58. 4e2d232 Install automatic GIL switcher upon IDE startup. by Just van Rossum · 21 years ago
  59. 96f7d87 build the new autoGIL module on OSX by Just van Rossum · 21 years ago
  60. 6767eed Short and sweet module doing something very useful: for event loop by Just van Rossum · 21 years ago
  61. d797e7b Fixed age-old beginner's error: don't start the main loop as a side by Just van Rossum · 21 years ago
  62. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  63. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  64. 05404c3 add link types for the remaining links in the navigation panels by Fred Drake · 21 years ago
  65. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 21 years ago
  66. 834f463 Note itertools.islice() bugfix. by Raymond Hettinger · 21 years ago
  67. bf8ec3e - add link relationships to some of the links in the navigation panels by Fred Drake · 21 years ago
  68. 5466296 Research notes and explorations for optimizing Python dictionaries. by Raymond Hettinger · 21 years ago
  69. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  70. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  71. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  72. 98b2576 Avoid extraneous blank line generated in the middle of the document head. by Fred Drake · 21 years ago
  73. f06b905 Remove section number from the title for use in the by Fred Drake · 21 years ago
  74. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  75. 6dc4a8e add note about building with bsddb185 and making it appear as bsddb. by Skip Montanaro · 21 years ago
  76. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  77. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  78. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  79. fc61f9a Silence compiler warnings in VC 7. by Jeremy Hylton · 21 years ago
  80. 2448f1b Slightly more lenient pdbtrack prompt recognition, for people who use eg "pdb>". by Ken Manheimer · 21 years ago
  81. 595adce Allow for multiple parens around pdb prompt for (new) nested debugging by Ken Manheimer · 21 years ago
  82. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  83. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  84. 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 21 years ago
  85. 9e29625 Patch #729300: Disable error message if Python is not built for threads. by Martin v. Löwis · 21 years ago
  86. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  87. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  88. 16ec34e Mark CVS as 2.3b1+. by Guido van Rossum · 21 years ago
  89. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 21 years ago
  90. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 21 years ago
  91. d4be747 - comment out \moduleauthor that broke formatting until the formatting by Fred Drake · 21 years ago
  92. c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 21 years ago
  93. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  94. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  95. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  96. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  97. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  98. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  99. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 21 years ago
  100. b616f17 Added a note about Stefan Deibels list of contacts. by Jack Jansen · 21 years ago