- 06 Tem, 2000 18 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
into 1000-case smaller ones.
-
Skip Montanaro yazdı
-
Jack Jansen yazdı
Py_BuildValue.
-
Marc-André Lemburg yazdı
works just like the Unicode one. The C APIs match the ones in the Unicode implementation, but were extended to be able to reuse the existing Unicode codecs for string purposes too. Conversions from string to Unicode and back are done using the default encoding.
-
Marc-André Lemburg yazdı
match the ones in the Unicode implementation, but were extended to be able to reuse the existing Unicode codecs for string purposes too. Conversion from string to Unicode and back are done using the default encoding.
-
Guido van Rossum yazdı
Also fix spelling tupel -> tuple.
-
Fred Drake yazdı
Documented the \seerfc and \seeurl macros used in that environment as well.
-
Fred Drake yazdı
internal hyperlinking. Move some things around, also for consistency with other modules ("See also" stuff tends to live at the \section level, before sub-sections, etc.).
-
Fred Drake yazdı
-
Fred Drake yazdı
Updates for recent changes in xmllib.
-
Fred Drake yazdı
ConnectRegistry() function; there is no trailing period!
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Fred Drake yazdı
Noted by Nicholas Spies <ns11@voicenet.com>.
-
- 05 Tem, 2000 19 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Tim Peters yazdı
Somebody w/ gcc please check that the wngs are gone! There are cheaper (at runtime) ways to prevent the wngs, but they're obscure and delicate. I'm going for the easy Big Hammer here under the theory that PCRE will be replaced by SRE anyway.
-
Fredrik Lundh yazdı
- reorganized some code to get rid of -Wall and -W4 warnings - fixed default argument handling for sub/subn/split methods (reported by Peter Schneider-Kamp).
-
Marc-André Lemburg yazdı
Full_Name: Bastian Kleineidam Version: 2.0b1 CVS 5.7.2000 OS: Debian Linux 2.2 Submission from: earth.cs.uni-sb.de (134.96.252.92)
-
Andrew M. Kuchling yazdı
-
Marc-André Lemburg yazdı
any object which can be converted to Unicode by means of PyUnicode_FromObject().
-
Greg Stein yazdı
not override those. Submitted by: flight@users.sourceforge.net
-
Marc-André Lemburg yazdı
to the new alphabetic lookup APIs in unicodectype.c.
-
Marc-André Lemburg yazdı
i.e the ones with category 'Ll','Lu','Lt','Lo','Lm'.
-
Marc-André Lemburg yazdı
ones on the Unicode objects. Note that the string versions use the (locale aware) C lib APIs isalpha() and isalnum().
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
from unicodectype.c
-
Marc-André Lemburg yazdı
to switch on support for BSD and SysV on platforms which use glibc such as Linux. These #defines are documented in e.g. the file /usr/include/features.h on Linux platforms and the SUSv2 docs.
-
Greg Ward yazdı
temporary directory ('bdist_base'). Added --dist-dir option to control where the executable is put.
-
Greg Ward yazdı
-
Greg Ward yazdı
they place their output files.
-
Greg Ward yazdı
defaults to 'dist' (ie. no longer in the distribution root).
-
Fred Drake yazdı
existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented.
-
Fred Drake yazdı
Cleaned up the table of error constants defined in pyexpat.errors; an extra pair of braces had pretty much destroyed the table! (Not sure why.) Moved the pyexpat.errors module documentation into a \section with the proper headers for a module.
-
- 04 Tem, 2000 3 kayıt (commit)
-
-
Fred Drake yazdı
It gets initialized when pyexpat is imported, and is only accessible as an attribute of pyexpat; it cannot be imported itself. This allows it to at least be importable after pyexpat itself has been imported by adding it to sys.modules, so it is not quite as strange. This arrangement needs to be better thought out.
-
Jack Jansen yazdı
-
Fred Drake yazdı
noted by Marc-Andre Lemburg <mal@lemburg.com>.
-