- 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
- 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
- 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
- 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
- 40cac73 Fix SF # 551504, python -v sometimes fails to find init (HPUX) by Neal Norwitz · 22 years ago
- e08e1bc Fix compiler warning on HP-UX. Cast param to isalnum() to int. by Neal Norwitz · 22 years ago
- 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
- e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
- 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
- d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
- a978ab0 Need to quote test for posix_threads on HPUX11 by Neal Norwitz · 22 years ago
- 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
- bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
- 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
- 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
- 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
- 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
- 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
- 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
- ff031cf Define abstract way to get the normal and smaller font sizes that work by Fred Drake · 22 years ago
- 8612a43 Add a missing % to a Windows-style environment variable expression. by Fred Drake · 22 years ago
- d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
- 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
- ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
- 0ae2981 Add docstrings to register, lookup, register_error by Walter Dörwald · 22 years ago
- ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago
- 699799e Add a couple of comments about the use of \normalsize and \footnotesize. by Fred Drake · 22 years ago
- 2394900 Still more magical <link> elements. by Fred Drake · 22 years ago
- dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 22 years ago
- 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
- 8687609 Two more <link> elements. by Fred Drake · 22 years ago
- 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
- 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
- 0e2e687 Minor rearranging. by Fred Drake · 22 years ago
- 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
- b1510d5 Sprinkle with --favicon options. by Fred Drake · 22 years ago
- b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
- 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
- dd3d6a0 Add support for using a "favicon". by Fred Drake · 22 years ago
- 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
- 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
- d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
- a853cc6 Added __all__. by Raymond Hettinger · 22 years ago
- 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
- 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago
- fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
- edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
- 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
- 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 22 years ago
- f740bdf Since properties are supported here, is possible that by Guido van Rossum · 22 years ago
- 3e2c632 Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING. by Martin v. Löwis · 22 years ago
- d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
- 6d89050 Minor simplification. by Fred Drake · 22 years ago
- 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
- 32f3add Add a test of interaction between & and extra replacements. by Fred Drake · 22 years ago
- 407fea5 Really do replacement of & last to avoid bad interactions between & by Fred Drake · 22 years ago
- f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 22 years ago
- 15941e6 Oops, committed this in the wrong place. by Guido van Rossum · 22 years ago
- 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
- 38749b6 Beginnings of a spreadsheet I used as an example on Linux Lunacy II. by Guido van Rossum · 22 years ago
- 35f63a8 Change PyOS_Readline declaration to match the recent change to myreadline.c by Skip Montanaro · 22 years ago
- 8c14028 Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be by Martin v. Löwis · 22 years ago
- 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
- edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
- 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
- 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
- 88afe66 Patch #623771: Properly use autoconf 2.5x macros. by Martin v. Löwis · 22 years ago
- c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
- e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
- 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
- 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
- 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
- df393bd According to the docs, __name__ is not exposed via the API except by Fred Drake · 22 years ago
- 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
- b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
- 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
- c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
- 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
- fce6557 Re-factor: Use a RawConfigParser base class and make ConfigParser a by Fred Drake · 22 years ago
- f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
- 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
- 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
- 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
- 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
- 73c5b660 Clean up some really minor Perl warnings. by Fred Drake · 22 years ago
- ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
- 9cd87aa Fix for bug #626172: crash using unicode latin1 single char by Marc-André Lemburg · 22 years ago
- 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
- 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
- 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 22 years ago
- d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
- 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
- 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 22 years ago
- 019bd4a terminology by Fredrik Lundh · 22 years ago
- 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
- 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
- 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
- 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
- 5c45805 FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of by Barry Warsaw · 22 years ago
- d9e0e1f Some fixes based on feedback from Hans Petter Langtangen. by Barry Warsaw · 22 years ago