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 |
2000-07-01 |
Barry Warsaw | init_exceptions(): Decref `doc' so it doesn't leak. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | A bunch of project files were checked in as text files. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Add ucnhash (new subproject). |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Mark Hammond | The Python include paths were not specified. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Restore strict checking of socket address values; addre... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | output for openpty test |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Define a magical symbol and magic include path so it... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Mark Hammond | Add ucnhash to the workspace, as a dependency of python20. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Mark Hammond | ucnhash now correctly builds for Windows. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Mark Hammond | Update all projects so Debug builds use "/Zi" instead... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Tim Peters | Repaired two URLs. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | Do not build the "longhtml" version for pre-release... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Fred Drake | The new copyright / license. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Thomas Wouters: Test script for openpty() |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Jack Jansen, Mac patch: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Jack Jansen, Mac patch: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Jack Jansen, Mac patch: |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Neil Schemenauer: small fixes for GC |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | clean up warnings in Win32 build of mmapmodule.c |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | In b_setitem(), instead of the platform dependent CHAR_... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Update a bunch of URLs. No longer suggests to join... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Andrew M. Kuchling | Refer to "Authors", plural |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Guido van Rossum | Change copyright notice. |
commit | commitdiff | tree | snapshot |
next |