- 22 Eki, 1997 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
syntax, by virtue of the new re module.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
hopefully the last maintenance on this module, ever.
-
Guido van Rossum yazdı
-
- 21 Eki, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
PyCObject_GetDesc().
-
Guido van Rossum yazdı
Thanks to Daniel Larsson.
-
- 20 Eki, 1997 20 kayıt (commit)
-
-
Guido van Rossum yazdı
into 1.5a4.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
reporting a "crash". Use sys.exc_info() instead of sys.exc_type and sys.exc_value.
-
Guido van Rossum yazdı
Also change all occurrences of "x == None" to "x is None" (not that it matters much, these functions are all reimplemented in strop -- but count() is not).
-
Guido van Rossum yazdı
arguments to NNTP.__init__(), for nntp servers that need them.
-
Guido van Rossum yazdı
"modulename.classname" instead of returning the same as repr().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
longer exist in the general headers.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
### If you still have sharedmodules in your Modules/Setup file, remove it! ###
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Treat .pyo files like .pyc files.
-
Guido van Rossum yazdı
code had the assignments switched around). Also rename sharedmodules to lib-dynload.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
to use the same, better words to explain start/end.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Also got rid of some unnecessary code.
-
- 15 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing.
-
- 14 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Eki, 1997 6 kayıt (commit)
-
-
Fred Drake yazdı
module documentation.
-
Fred Drake yazdı
This seems to take care of everything but tables and equations.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
"not in" operator.
-
Fred Drake yazdı
Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen
-