- acb29ae make default banner match what the real interpreter displays by Skip Montanaro · 23 years ago
- 0679a73 remove unqualified excepts - catch ImportError when trying to import by Skip Montanaro · 23 years ago
- 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 23 years ago
- a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 23 years ago
- 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 23 years ago
- 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 23 years ago
- 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 23 years ago
- 6a1e76b Update master Windows build-number list for 2.2.1c2. by Tim Peters · 23 years ago
- dbd2d25 Add tests for the iterkeys, itervalues and iteritems by Walter Dörwald · 23 years ago
- e990c79 Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects. by Walter Dörwald · 23 years ago
- 3787c9d Added description of binhex.Error. by Fred Drake · 23 years ago
- a516a59 Include obmalloc.c in the build. by Jack Jansen · 23 years ago
- 6d8898b Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( by Jack Jansen · 23 years ago
- 03ffbcd Fix SF # 532618 517704, install problems when building modules fail. by Neal Norwitz · 23 years ago
- 8c07722 Fix whitespace. by Walter Dörwald · 23 years ago
- 4843eb4 Remove bug.py. This is something I sent to Guido via email in or before by Tim Peters · 23 years ago
- fdba55f I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they by Tim Peters · 23 years ago
- 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 23 years ago
- 714d726 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- cddc1a0 Quote href properly. by Neil Schemenauer · 23 years ago
- 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 23 years ago
- 5ee24ae Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 23 years ago
- 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 23 years ago
- 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 23 years ago
- 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 23 years ago
- f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 23 years ago
- 1e962cb document InvalidURL exception by Skip Montanaro · 23 years ago
- 74e77e8 add test for InvalidURL by Skip Montanaro · 23 years ago
- 03ff86d add test of InvalidURL by Skip Montanaro · 23 years ago
- 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 23 years ago
- 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 23 years ago
- ccbb0ed Add local_hostname to SMTP.__init__(). by Neil Schemenauer · 23 years ago
- 6730f26 Add local_hostname option to SMTP.__init__. If supplied, it is used by Neil Schemenauer · 23 years ago
- 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 23 years ago
- eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 23 years ago
- 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 23 years ago
- e085017 _PyMalloc_DebugRealloc(): simplify decl of "fresh". by Tim Peters · 23 years ago
- f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 23 years ago
- dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 23 years ago
- 62c06ba Minor code cleanup -- no semantic changes. by Tim Peters · 23 years ago
- 1941528 Fix example for PyErr_SetFromErrno() (need to pass exception type). by Neil Schemenauer · 23 years ago
- 0f2103f Fix wording of sys.exit docstring. Close SF bug 534113. by Neil Schemenauer · 23 years ago
- d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 23 years ago
- 3a204a7 Grow the string buffer at a mildly exponential rate for the getc version by Neil Schemenauer · 23 years ago
- ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 23 years ago
- 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 23 years ago
- 3c4a629 import statements only raise ImportError, right? by Skip Montanaro · 23 years ago
- db5d144 tighten up except - only ValueError can be raised in this situation by Skip Montanaro · 23 years ago
- 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 23 years ago
- 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 23 years ago
- b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 23 years ago
- 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 23 years ago
- ed19b88 Check in (hopefully) corrected version of last change. by Neil Schemenauer · 23 years ago
- ce7fb9b Just whitespace fiddling. by Tim Peters · 23 years ago
- 1221c0a Build obmalloc.c directly instead of #include'ing from object.c. by Tim Peters · 23 years ago
- c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 23 years ago
- 12a6d94 Undo last commit. It's causing the tests to file. by Neil Schemenauer · 23 years ago
- c155dd4 Disable the parser hacks that allowed the "yield" keyword to be enabled by Neil Schemenauer · 23 years ago
- 558ba52 Remove malloc hooks. by Neil Schemenauer · 23 years ago
- fa79c65 Match behavior of the pickle.py module more closely. by Neil Schemenauer · 23 years ago
- 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 23 years ago
- 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 23 years ago
- 398b9f6 Disallow open()ing of directories. Closes SF bug 487277. by Neil Schemenauer · 23 years ago
- 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 23 years ago
- e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 23 years ago
- 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
- cf43004 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 23 years ago
- 9d50d13 Add news about pymalloc being enabled. by Neil Schemenauer · 23 years ago
- 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 23 years ago
- b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
- 16c2297 Enable pymalloc by default. by Neil Schemenauer · 23 years ago
- dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
- a1a9c51 Add pymalloc object memory management functions. These must be by Neil Schemenauer · 23 years ago
- ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 23 years ago
- 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 23 years ago
- 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 23 years ago
- b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 23 years ago
- 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 23 years ago
- bab22be SF bug 533198: Complex power underflow raises exception. by Tim Peters · 23 years ago
- 366a1df [Bug #532115] netrc module was broken by Andrew M. Kuchling · 23 years ago
- 83d042d [Bug #532136] Change path in README, as suggested by Ralph Corderoy by Andrew M. Kuchling · 23 years ago
- 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
- da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
- 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
- 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 23 years ago
- b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 23 years ago
- 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 23 years ago
- 99286f9 New checkin to convert from BinHex to AppleSingle encoding. by Jack Jansen · 23 years ago
- 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 23 years ago
- e22d3df Fix grammar by Neal Norwitz · 23 years ago
- b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 23 years ago
- 047c05e Do not insert characters for unicode-escape decoders if the error mode by Martin v. Löwis · 23 years ago
- bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 23 years ago
- 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 23 years ago
- bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 23 years ago
- 1abca4a SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 23 years ago
- cacbdf6 Make GzipFile an iterator. Closes bug #532621. by Neil Schemenauer · 23 years ago
- fbb556d Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On by Tim Peters · 23 years ago