2001-08-16 |
Martin v. Löwis | Use (c)StringIO for collecting bytes. Fixes bug #451622. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | Repair some accidents causing Windows failures: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | Fixed a couple of minor formatting nits where lines... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | select_select(): Closing bug #448351 the easy way,... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Bad bug: the MimeTypes.readfp() was supposed to take... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | I should add that the previous checkin also added a... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Just van Rossum | Long time overdue: change sys.path defaults so that... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Use METH_O where possible (two functions). This does... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Jack Jansen | Updated to the current state of things (long overdue). |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Jack Jansen | Removed expat from the access paths, it isn't needed. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | [Patch #444854 from twburton] |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | [Patch #442530 from twburton] |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Martin v. Löwis | Patch #427190: Implement and use METH_NOARGS and METH_O. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Fix SF bug #442501: calculate __module__ properly. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Change the type names to xxsublist.<name>. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | The change of type(None).__name__ from 'None' to 'NoneT... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Subtle change to make None.__class__ work: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Oops. Two fixes for SF bug #422004 are not needed... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Bunchathings: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Add a function _Py_ReadyTypes() which initializes vario... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Update to MvL's patch #424475 to avoid returning 2... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | No change, just wanted to record more info in the log... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | Wise uninstallers never delete the Python DLL from... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add tests for overridable operators that have default... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | - Another big step in the right direction. All the... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Just van Rossum | Rewrote Jack's latest change so it does what it intende... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Given a class without __cmp__ or __eq__, cmp() of two... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | A large contribution from Dave Kuhlman describing what... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Dave Kuhlman has contributed a nice improvement to... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Remove spurious space before a period. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Added comments before recently added/assigned slots... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add 'state' as a get/set attribute to spamlist. This... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add 'state' as a read-only attribute to spamdict. ... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | PyMethod_Type: add a tp_descr_get slot function to... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add a test to verify that bound methods work correctly. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Martin v. Löwis | Fix portability problems with glibc 2.0, as reported... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Use the "howto" document class rather than the "manual... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Properly mark attribute names in the table. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Change the generated markup so that attribute names... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Use the abstract object interfaces when digging around... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Andrew M. Kuchling | Note addition of cleanfuture.py |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Fix small markup consistency nits. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | MacOSX: if we're building without --enable-toolbox... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | On OSX we should not pass the -shared option to ld... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | Don't remove non-directories from sys.path on the mac... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tim Peters | New, larger installer bitmap from Erik van Blokland... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tim Peters | Fix typo in module docstring. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tim Peters | Add blurb about cleanfuture.py. Fix misspelling in... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tim Peters | Move one of the tests into the "PEP 255" section, to... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | Oops, forgot to check in configure. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | Lots of changes in the framework support: |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | With WITH_NEXT_FRAMEWORK defined we now also expect... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | update simple explanation of parseFile() |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | First day's progress on documentation |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Fix a minor typo and mark an exception name that was... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add material about the "r" and "u" prefixes for string... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Added some examples of table markup. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Fix typo in astgen script |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add information about __floordiv__() and __truediv__... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Guido van Rossum | Non-function fields, like tp_dictoffset and tp_weaklist... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Fix SF bug [ #450909 ] __future__.division fails at... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Guido van Rossum | Add a test for a weird bug I just discovered: a dynamic... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Clarify the prompt in an example. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Regenerated from new ast.txt and new astgen.py |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Add getChildNodes() method to Node |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Add Yield node |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Document the new semantics for setting and deleting... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Test the new semantics for setting and deleting a funct... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | func_getattro(), func_setattro(): Implement the new... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Describe the new semantics for setting and deleting... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add "exceptions" to the list of fundamental modules |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Insert omitted "the". |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add the smtpd module to the list of undocumented module... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | reload(exceptions) should not raise an ImportError... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | Fixed typo in comment leading up to _PyImport_FixupExte... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | Py_Initialize(): Apply patch by Jürgen Hermann to call |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Tim Peters | Repair Unix-specific assumptions that caused this to... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | found_terminator(): Add a debug print showing the data. |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | Nick Mathewson: test suite for the class browser suppor... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | Nick Mathewson: Make sure the recursion is handled... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | David Goodger <dgoodger@atsautomation.com>: |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant import (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove unused variable 'imports' from readmodule_ex(). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant 'import string' (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant imports (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant 'import sys' (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove two redundant statements (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant assignment l = [] from poll3() --... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update a beopen.com e-mail |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update a few references to beopen.com |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update e-mail address |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Commenting out the getfillable() method -- it's broken... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Add a name |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redefinition of has_option() method |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove empty __init__ (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redefinition of writelines() method |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove unused variable (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove some dead code (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Add forgotten import (PyChecker) |
commit | commitdiff | tree | snapshot |
next |