]> granicus.if.org Git - python/shortlog
python
2000-07-07 Tim PetersSome cleanup of longs in prepartion for Cray J90 fixes...
2000-07-07 Marc-André... Added new APIs and fixed some other Unicode ones (missi...
2000-07-07 Marc-André... Added docs for the new Unicode and string APIs.
2000-07-07 Marc-André... Removed a prototype which is not used in socketmodule.c
2000-07-07 Marc-André... Fixed unicode() to use the new API PyUnicode_FromEncode...
2000-07-07 Marc-André... Added new API PyUnicode_FromEncodedObject() which suppo...
2000-07-07 Marc-André... Tests for new instance support in unicode().
2000-07-07 Jack JansenSo many things have changed over the last few weeks...
2000-07-07 Jack JansenChanged all (hopefully) uses of unsigned 16 bit value...
2000-07-07 Jack JansenAdded the unchash module.
2000-07-07 Marc-André... Fix to bug #393 (UTF16 codec didn't like empty strings...
2000-07-07 Marc-André... Defunct the _XOPEN_SOURCE define for now. Suggested...
2000-07-07 Sjoerd MullenderTwo more places where long should be used instead of...
2000-07-07 Marc-André... Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values...
2000-07-07 Fred DrakeNew module webbrowser. Easy-to-use controller objects...
2000-07-06 Marc-André... Fixed some code that used 'short' to use 'long' instead.
2000-07-06 Marc-André... Fixed a couple of places where 'int' was used where...
2000-07-06 Fred DrakeFix bug #392, reported by Jonathan Giddy <jon@dstc...
2000-07-06 Fred DrakePython 2.0 is not supposed to use string exceptions...
2000-07-06 Skip Montanaroadded read_history_file and write_history_file
2000-07-06 Fred DrakeClean up markup to be more like recommended practice...
2000-07-06 Andrew M. KuchlingRemoved unused variables.
2000-07-06 Fred DrakeCorrect a markup nit that caused a space to be dropped...
2000-07-06 Skip Montanarodon't prepend "$(srcdir)/" to paths beginning with...
2000-07-06 Fred DrakeMinor changes. Explain that for class exceptions,...
2000-07-06 Jack JansenMake a distinction between shorts and unsigned shorts.
2000-07-06 Jack JansenConditionally (currently on ifdef macintosh) break...
2000-07-06 Skip Montanaromodified template to demonstrate subsection for examples.
2000-07-06 Jack JansenAdded support for H (unsigned short) specifier in PyArg...
2000-07-06 Marc-André... Added new codec APIs and a new interface method .encode...
2000-07-06 Marc-André... Added prototypes for the new codec APIs for strings...
2000-07-06 Guido van RossumChange whitespace in two places to silence tabnanny.
2000-07-06 Fred DrakeAdded some further description to the usage of the...
2000-07-06 Fred DrakeSeveral small changes, mostly to the markup, to improve...
2000-07-06 Fred DrakeAdd entry for readline documentation.
2000-07-06 Fred DrakeSjoerd Mullender <sjoerd@oratrix.nl>:
2000-07-06 Fred DrakeCorrect typo in description of the machine name paramet...
2000-07-06 Skip Montanaroadded seealso pointing reader at readline example which...
2000-07-06 Skip Montanarosimple-minded readline section doc based upon module...
2000-07-06 Skip Montanarofixed indentation in several places
2000-07-06 Skip Montanarofix indentation in one docstring
2000-07-06 Skip Montanarofix indentation in three docstrings
2000-07-06 Fred DrakeTypo: "This table table" -> "This table is"
2000-07-05 Skip Montanaroadded warning about incompatibility with other codes...
2000-07-05 Tim PetersAdd more "volatile" decls to stop gcc -Wall warnings.
2000-07-05 Fredrik Lundhmaintenance release:
2000-07-05 Marc-André... Fix to bug #389:
2000-07-05 Andrew M. KuchlingRemove definition of _GNU_SOURCE, since Python.h now...
2000-07-05 Marc-André... Modified the encode interfaces of all builtin codecs...
2000-07-05 Greg Steincheck for Pth *after* the standard system threading...
2000-07-05 Marc-André... Added new .isalpha() and .isalnum() methods which provi...
2000-07-05 Marc-André... Added new lookup API which matches all alphabetic Unico...
2000-07-05 Marc-André... Added new .isalpha() and .isalnum() methods to match...
2000-07-05 Marc-André... Added tests for the new .isalpha() and .isalnum() methods.
2000-07-05 Marc-André... Modified the ISALPHA and ISALNUM macros to use the...
2000-07-05 Marc-André... Added #defines to enable SUSv2 compatibility where...
2000-07-05 Greg WardFixed so the ZIP file (which is bundled into an executa...
2000-07-05 Greg WardAdded --dist-dir option to control where output archive...
2000-07-05 Greg WardAdded the --dist-dir option that the "bdist_*" will...
2000-07-05 Greg WardAdded the --dist-dir option to control where the archiv...
2000-07-05 Fred DrakeCreated a new chapter on structured markup processing...
2000-07-05 Fred DrakeWrapped some long lines.
2000-07-04 Fred Drakepyexpat.errors is a *strange* module!
2000-07-04 Jack JansenEvt moved to the core toolbox modules.
2000-07-04 Fred DrakeRemove warning about local variable possibly being...
2000-07-04 Tim PetersRemoved Py_PROTO and switched to ANSI C declarations...
2000-07-04 Andrew M. KuchlingFixes for compilation problems on Tru64 reported by...
2000-07-04 Sjoerd Mullender2 fixes plus one extension:
2000-07-04 Marc-André... Fixed symbol search for defining NSIG. It now also...
2000-07-04 Marc-André... Bill Tutt:
2000-07-04 Fred Drakelibinstall: For the first bytecode compilation pass...
2000-07-04 Paul PrescodUsed original SAX handling form.
2000-07-04 Paul PrescodRemoved some tabs.
2000-07-03 Jack JansenPyMac_FindModuleExtension now uses a size_t as its...
2000-07-03 Tim PetersSquash signed-vs-unsigned warning. Also edits to bring...
2000-07-03 Tim PetersTypo repair in docstring -- my fault.
2000-07-03 Jack JansenInclude limits.h if we have it.
2000-07-03 Jack JansenMac only: two epoch problem workarounds are no longer...
2000-07-03 Fredrik Lundh- fixed grouping error bug
2000-07-03 Fredrik Lundh- added lookbehind support (?<=pattern), (?<!pattern).
2000-07-03 Fred DrakeANSI-fication, remove Py_PROTO, etc.
2000-07-03 Fred DrakeAndrew Kuchling <akuchlin@mems-exchange.org>:
2000-07-03 Fred DrakeCompute the name of the test file so that it can be...
2000-07-03 Fred Drakeget_starttag_text(): Document this method.
2000-07-03 Fred DrakeFix bug #379, reported by Phillip Porch <root@theproch...
2000-07-03 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-07-03 Marc-André... Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM...
2000-07-03 Marc-André... If auto-conversion fails, the Unicode codecs will retur...
2000-07-03 Fred DrakeEric S. Raymond <esr@thyrsus.com>:
2000-07-03 Fred DrakeMoshe Zadka <moshez@math.huji.ac.il>:
2000-07-03 Fred Drakecmpfiles(): Added shallow and use_statcache parameters...
2000-07-03 Fred DrakeMartin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
2000-07-03 Fred DrakeTim-blessed documentation for math.frexp().
2000-07-02 Tim PetersChecked in a wrong version.
2000-07-02 Tim PetersThe example_nt directory was old enough to vote. Frank...
2000-07-02 Fredrik Lundh- changed sre.Scanner to use lastindex instead of index.
2000-07-02 Fredrik Lundh- experimental: added two new attributes to the match...
2000-07-02 Tim PetersRepair docs for math.frexp (they were wrong).
2000-07-02 Fredrik Lundh- actually enabled charset anchors in the engine (still not
2000-07-02 Fred DrakeTypo (mine): Garsholm --> Garshol
next