2000-07-06 |
Skip Montanaro | don't prepend "$(srcdir)/" to paths beginning with... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Minor changes. Explain that for class exceptions,... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jack Jansen | Make a distinction between shorts and unsigned shorts. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jack Jansen | Conditionally (currently on ifdef macintosh) break... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | modified template to demonstrate subsection for examples. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Jack Jansen | Added support for H (unsigned short) specifier in PyArg... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Marc-André... | Added new codec APIs and a new interface method .encode... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Marc-André... | Added prototypes for the new codec APIs for strings... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Guido van Rossum | Change whitespace in two places to silence tabnanny. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Added some further description to the usage of the... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Several small changes, mostly to the markup, to improve... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Add entry for readline documentation. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Sjoerd Mullender <sjoerd@oratrix.nl>: |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Correct typo in description of the machine name paramet... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | added seealso pointing reader at readline example which... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | simple-minded readline section doc based upon module... |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | fixed indentation in several places |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | fix indentation in one docstring |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Skip Montanaro | fix indentation in three docstrings |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Fred Drake | Typo: "This table table" -> "This table is" |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Skip Montanaro | added warning about incompatibility with other codes... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Tim Peters | Add more "volatile" decls to stop gcc -Wall warnings. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Fredrik Lundh | maintenance release: |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Fix to bug #389: |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Andrew M. Kuchling | Remove definition of _GNU_SOURCE, since Python.h now... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Modified the encode interfaces of all builtin codecs... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Greg Stein | check for Pth *after* the standard system threading... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Added new .isalpha() and .isalnum() methods which provi... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Added new lookup API which matches all alphabetic Unico... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Added new .isalpha() and .isalnum() methods to match... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Added tests for the new .isalpha() and .isalnum() methods. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Modified the ISALPHA and ISALNUM macros to use the... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Marc-André... | Added #defines to enable SUSv2 compatibility where... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Greg Ward | Fixed so the ZIP file (which is bundled into an executa... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Greg Ward | Added --dist-dir option to control where output archive... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Greg Ward | Added the --dist-dir option that the "bdist_*" will... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Greg Ward | Added the --dist-dir option to control where the archiv... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Fred Drake | Created a new chapter on structured markup processing... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Fred Drake | Wrapped some long lines. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Fred Drake | pyexpat.errors is a *strange* module! |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jack Jansen | Evt moved to the core toolbox modules. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Fred Drake | Remove warning about local variable possibly being... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tim Peters | Removed Py_PROTO and switched to ANSI C declarations... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Andrew M. Kuchling | Fixes for compilation problems on Tru64 reported by... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Sjoerd Mullender | 2 fixes plus one extension: |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Marc-André... | Fixed symbol search for defining NSIG. It now also... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Marc-André... | Bill Tutt: |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Fred Drake | libinstall: For the first bytecode compilation pass... |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Paul Prescod | Used original SAX handling form. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Paul Prescod | Removed some tabs. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Jack Jansen | PyMac_FindModuleExtension now uses a size_t as its... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Tim Peters | Squash signed-vs-unsigned warning. Also edits to bring... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Tim Peters | Typo repair in docstring -- my fault. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Jack Jansen | Include limits.h if we have it. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Jack Jansen | Mac only: two epoch problem workarounds are no longer... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fredrik Lundh | - fixed grouping error bug |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fredrik Lundh | - added lookbehind support (?<=pattern), (?<!pattern). |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | ANSI-fication, remove Py_PROTO, etc. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Andrew Kuchling <akuchlin@mems-exchange.org>: |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Compute the name of the test file so that it can be... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | get_starttag_text(): Document this method. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Fix bug #379, reported by Phillip Porch <root@theproch... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Marc-André... | Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Marc-André... | If auto-conversion fails, the Unicode codecs will retur... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Eric S. Raymond <esr@thyrsus.com>: |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Moshe Zadka <moshez@math.huji.ac.il>: |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | cmpfiles(): Added shallow and use_statcache parameters... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Fred Drake | Tim-blessed documentation for math.frexp(). |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tim Peters | Checked in a wrong version. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tim Peters | The example_nt directory was old enough to vote. Frank... |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Fredrik Lundh | - changed sre.Scanner to use lastindex instead of index. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Fredrik Lundh | - experimental: added two new attributes to the match... |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Tim Peters | Repair docs for math.frexp (they were wrong). |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Fredrik Lundh | - actually enabled charset anchors in the engine (still not |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Fred Drake | Typo (mine): Garsholm --> Garshol |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Fredrik Lundh | -- use charset bitmaps where appropriate. this gives... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fredrik Lundh | - fixed "{ in any other context" bug |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | test(): Removed; regression test is in test.test_winre... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Misc fixes and improvements. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Removed unncessary dependency. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Fixed test output |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fredrik Lundh | today's SRE update: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | others --> other's (possessive) |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Send a "ARTICLE" --> Send an "ARTICLE" |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Andrew M. Kuchling | Added more changes from /F |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Added minidom tests. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Just van Rossum | a minimal test app to show how to build a standalone... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fredrik Lundh | changed repr and str to always convert unicode strings |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Just van Rossum | added clearkey = '\033' |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Just van Rossum | fixed bug in comment matching |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Tightened xml.sax.__init__.py |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Andrew M. Kuchling | Changes from Moshe: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | getatime() returned the mtime instead of the atime. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Fix bug #314, reported by Craig Allen <cba@mediaone... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Fix bug #345 reported by David Bolen <db3l@fitlinxx... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Martin von Loewis <loewis@informatik.hu-berlin.de>: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Paul Prescod | Reference cycle fixes |
commit | commitdiff | tree | snapshot |
next |