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 |
2000-07-01 |
Andrew M. Kuchling | Update the version number in an example |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Andrew M. Kuchling | Updated the URL for Python 2.0 |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Tim Peters | Update for 2.0b1. Also add more text, to be more expli... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Change copyright notice - 2nd try. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Change copyright notice. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Thomas Wouters <thomas@xs4all.net>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Fix another error on AIX by using a proper cast. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Fix an error on AIX by using a proper cast. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Crude way to fix a problem on AIX: #undef STAT before... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - fixed code generation error in multiline mode |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Only include <basetsd.h> for VC 6.0 and higher. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | replaced <some suitable mail address> with something... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | -- changed $ to match before a trailing newline, even |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | As Neil Schemenauer points out, WITH_CYCLE_GC should... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Ooops! I didn't finish all the renaming needed here... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Add back a missing CRLF line ending. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | s/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph... |
commit | commitdiff | tree | snapshot |
next |