2002-03-25 |
Jack Jansen | Due to interaction between the MSL C library and the... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Neal Norwitz | Fix SF # 532618 517704, install problems when building... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Walter Dörwald | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tim Peters | Remove bug.py. This is something I sent to Guido via... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tim Peters | I've been waiting 8 years for KSR to re-emerge from... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Barry Warsaw | SMTP.__init__(): Fixed minor typo in docstring. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Quote href properly. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Remove unnecessary \b. It was causing the RE to miss... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Jack Jansen | Weaklink most toolbox modules, improving backward compa... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Expose RLIM_INFINITY constant. Closes SF patch 489066. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | If possible, set FD_CLOEXEC flag on file descriptors... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | tighten up except - os.close only raises OSError |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tim Peters | SF bug 480215: softspace confused in nested print |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | oops - export InvalidURL in __all__ |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | document InvalidURL exception |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add test for InvalidURL |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add test of InvalidURL |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | add InvalidURL exception - raised if port is given... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Skip Montanaro | tighten up except - in this context, AttributeError... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add local_hostname to SMTP.__init__(). |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add local_hostname option to SMTP.__init__. If supplie... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Try /var/mail before trying /usr/mail. Most new system... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add more tests for built-in types. Add tests for buffe... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Neil Schemenauer | Add get_history_item, get_current_history_length, and... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tim Peters | _PyMalloc_DebugRealloc(): simplify decl of "fresh". |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Use linecache for loading source code. Closes SF patch... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Add namespace selection for rlcompleter. Closes SF... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | Minor code cleanup -- no semantic changes. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Fix example for PyErr_SetFromErrno() (need to pass... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Fix wording of sys.exit docstring. Close SF bug 534113. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Flush stdout before reading next command. Closes SF... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Grow the string buffer at a mildly exponential rate... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | Give Python a debug-mode pymalloc, much as sketched... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | Only AttributeError can be raised in this situation... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | import statements only raise ImportError, right? |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | tighten up except - only ValueError can be raised in... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | tighten up except - int() only raises ValueError |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | added RFC 2396 tests from Aaron Swartz included in... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Skip Montanaro | no longer needed - converted test_urlparse.py to use... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | SF bug 533234: tm_isdst > 1 Passed to strftime. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Neil Schemenauer | Check in (hopefully) corrected version of last change. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | Just whitespace fiddling. |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Tim Peters | Build obmalloc.c directly instead of #include'ing from... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Disable the parser hacks that enabled the "yield" keywo... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Undo last commit. It's causing the tests to file. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Disable the parser hacks that allowed the "yield" keywo... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Remove malloc hooks. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Match behavior of the pickle.py module more closely. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add more example exceptions that unpickling can raise. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Handle os.listdir("") case correctly on Windows. Close... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Disallow open()ing of directories. Closes SF bug 487277. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Skip Montanaro | better solution for bug #533234 courtesy of Tim. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Skip Montanaro | guarantee that the dst flag of synthetic "time" tuples... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Walter Dörwald | use stat attributes instead of tuple entries |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Fred Drake | Fix broken HTML in the head; this was reported by a... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add news about pymalloc being enabled. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Use pymalloc for realloc() as well. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | Revert part of previous patch: several install_* subcom... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Enable pymalloc by default. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Use pymalloc if it's enabled. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add pymalloc object memory management functions. These... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Make PyObject_{NEW,New,Del,DEL} always use the standard... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jack Jansen | Generate with weaklink stubs, so missing routines ... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jack Jansen | - Weaklink InterfaceLib in _Res module |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tim Peters | Enable pymalloc by default in the Windows build. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | Add a simple test suite for netrc.py, and remove it... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tim Peters | SF bug 533198: Complex power underflow raises exception. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | [Bug #532115] netrc module was broken |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | [Bug #532136] Change path in README, as suggested by... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | Add missing Boolean options |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | Add unlisted Boolean options. Thomas H., can you pleas... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | [Bug #517451] bdist_rpm didn't list all of its Boolean... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | Added an open_pathname() method which opens a resource... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | For reasons I don't fully understand we sometimes get... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | Solve sync() signature conflict differently: manually... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | New checkin to convert from BinHex to AppleSingle encoding. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Martin v. Löwis | Patch #532729: check for sem_init in -lrt. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Neal Norwitz | Fix grammar |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Walter Dörwald | [Apply SF patch #504943] |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Martin v. Löwis | Do not insert characters for unicode-escape decoders... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Andrew M. Kuchling | [Apply patch #500457 from the PyXML tracker] |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neal Norwitz | Remove compiler warnings on Solaris 8. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tim Peters | Change raw "except:" constructs to pass on KeyboardInte... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neal Norwitz | SF# 522426, add doc for common parameter for filecmp... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neil Schemenauer | Make GzipFile an iterator. Closes bug #532621. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tim Peters | Arrange to export the _PyMalloc_{Malloc, Realloc, Free... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Andrew M. Kuchling | A faster version of the find_prefix_at_end() function... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Andrew M. Kuchling | [Bug #528914] PyTraceBack_Store/Fetch were deleted... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Martin v. Löwis | Expand LINKCC in configure.in. Suggested in bug report... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Fred Drake | Adjust some poor wording in the text that explains... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Fred Drake | Clarify that copy_reg.pickle() is not intended for... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Tim Peters | Record 2.2.1c1 release date. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Andrew M. Kuchling | [Bug #531616] Make HTTPS work again by adding a sendall... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Andrew M. Kuchling | To make 'urllib.py -t' run again, change FTP URL to... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Fredrik Lundh | use -kb on idle/Icons/minusnode.gif ("cvs up" kept... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Drop the PyCore_* memory API. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Re-enable GC of generator objects. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Re-enable GC of method objects. |
commit | commitdiff | tree | snapshot |
next |