2001-09-15 |
Tim Peters | The 'p' (Pascal string) pack code acts unreasonably... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Add code generator for yield stmt |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | limit prefix test for lambda |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | del no longer necessary now that new module is gone |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Various sundry changes for 2.2 compatibility |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | The object-being sliced in an assignment to a slice... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | the new new doesn't define CO_xxx as the old new did |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | the names attribute of Global is not a node |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | Update the warning about transporting marshals across... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Supply code objects a new-style tp_members slot and... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | tp_new_wrapper(): A subtle change in the check for... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | Add call_maybe(): a variant of call_method() that returns |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Fred Drake | Markup adjustments for consistency. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | call_method(): |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | PyObject_CallObject(): this may as well call PyEval_Cal... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | Mention SMTP additions and hmac module. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Andrew M. Kuchling | Add support for SMTP TLS |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | SF patch #461413 (Gerhard Häring): Add STARTTLS feature... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | _PyObject_Dump(): print the type of the object. This... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | The end of [#460467] file objects should be subclassable. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | Changed the dict implementation to take "string shortcu... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Get rid of builtin_open() entirely (the C code and... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | _PyBuiltin_Init(): For clarity, macroize this purely... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Now that file objects are subclassable, you can get... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Use the keyword form of file() instead of open() to... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Added simple tests of keyword arguments in the basic... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | type_call(): Change in policy. The keyword args ... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Skip Montanaro | based upon a suggestion in c.l.py, this slight expansio... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Fred Drake | Admit that we'll never add the args for a "call" event... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Greg Ward | Comment tweak: point to Robin Dunn's pybsddb project... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | SF bug [#460467] file objects should be subclassable. |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Guido van Rossum | SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Added items about significant subclass bugfixes. |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Added subclass equality tests. Almost all of these... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Guido van Rossum | build_class(): one more (hopefully the last) step on... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Again perhaps the end of [#460020] bug or feature:... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Guido van Rossum | When MAKEFLAGS contains '-s', invoke setup.py with... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | If interning an instance of a string subclass, intern... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | str_subtype_new, unicode_subtype_new: |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | More on bug 460020: disable many optimizations of... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | More bug 460020: lots of string optimizations inhibite... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Fred Drake | Add missing "}". |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | long_invert(): tiny speed and space optimization. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | Add info about Windows filesystem limits. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | More bug 460020. Disable a number of long optimization... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | More bug 460020: when F is a subclass of float, disabl... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | More bug 460020. When I is a subclass of int, disable... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | These modules now live under the Carbon package. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Added applesingle, macresource, Nav and videoreader. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Added a note that these are not available under Carbon (or |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Another documentation contributor. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Document clearly that the only way to retrieve the... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | The endless 460020 bug. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Added Donovan Preston. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Added entry for the hmac module. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Documentation for the new login() method of the smtplib... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Documentation for the new hmac module, contributed... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Silence parser generator output. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Added documentation on the getfirst() and getlist(... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Replace a few places where X->ob_type was compared... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Add login() method and SMTPAuthenticationError exceptio... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Test for new hmac module. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | HMAC algorithm as described by RFC 2104, by Gerhard... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Another contributor. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Martin v. Löwis | Patch #460554: Properly test for tuples. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Fred Drake | Updated infomation about libraries for alternate compil... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | When frameworks are not enabled don't put an empty... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Fix the second reincarnation of SF #456395 -- failure... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Restore the comparisons that I initially put in the... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Mods by Donovan Preston (with changes by me to make... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | - Removed the . in the extensions. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | removed debug print. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Added a note about making sure the Lac/Lib directory... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Failing to import macfsn is not a fatal error. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Implemented PyMac_GetFullPathname for MacPython. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | Possibly the end of SF [#460020] bug or feature: unicod... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | PyUnicode_FromEncodedObject(): Repair memory leak... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | Added another test of str() applied to a string subclas... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | More on SF bug [#460020] bug or feature: unicode()... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | Fix tortured comment -- I must be on drugs today. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | More on SF bug [#460020] bug or feature: unicode()... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | test_dir(): Add tests for dir(i) where i is a module... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Prototype for PyMac_GetFullPathname(). |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Replaced PyMac_FullPath by PyMac_FullPathname, which... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fredrik Lundh | more xmlrpclib tweaks: fixed repr(Fault()); enable... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | More for SF bug [#460020] bug or feature: unicode(... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Superseded by Python 2.2.vct. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | SF bug #460020: bug or feature: unicode() and subclasses. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | _portable_fseek(): |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fredrik Lundh | sync with pythonware codebase: much faster import ... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Another volunteer. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | PyObject_Dir(): |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | PyModule_Check() now checks for subtype of module,... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Andrew M. Kuchling | Remove some XXX markers |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Martin v. Löwis | Use $(CC) -G to link shared libraries on Solaris. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fred Drake | Work around a LaTeX2HTML bug that caused the "m" in... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Remove two XXX comments that have been resolved. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Move the global variables 'size' and 'name' to the... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Improve threading on Solaris, according to SF patch... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Change the criteria for skipping the test. |
commit | commitdiff | tree | snapshot |
next |