| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #438295: [Windows] __init__.py cause strange behavior | Tim Peters | 2001-07-05 | 1 | -11/+28 |
|
|
* | Do conversion of CFStrings to/from unicode. | unknown | 2001-07-04 | 2 | -43/+255 |
|
|
* | Set the default 8-bit encoding based on the system script and language. | unknown | 2001-07-04 | 1 | -0/+2 |
|
|
* | Don't promise mac-japanese encoding as we don't have a codec for it. | unknown | 2001-07-04 | 1 | -1/+4 |
|
|
* | Added a non-recursive implementation of conjoin(), and a Knight's Tour | unknown | 2001-07-04 | 1 | -2/+291 |
|
|
* | dummy checkin for testing, please ignore | unknown | 2001-07-04 | 1 | -1/+0 |
|
|
* | Fix for SF bug #425868. | unknown | 2001-07-04 | 1 | -3/+3 |
|
|
* | Clean up a bare except: clause. | unknown | 2001-07-04 | 1 | -1/+1 |
|
|
* | Clean up a bare except: clause. | unknown | 2001-07-04 | 1 | -1/+1 |
|
|
* | Make the implementations of getElementsByTagName() and | Fred Drake | 2001-07-04 | 1 | -11/+5 |
|
|
* | Only write out one blank line before the request data. | Fred Drake | 2001-07-04 | 2 | -3/+3 |
|
|
* | Null commit with -f option to force an uprev and put HEADs firmly on the trunk. | Kurt B. Kaiser | 2001-07-04 | 0 | -0/+0 |
|
|
* | Null commit with -f option to force an uprev and put HEADs firmly on the trunk. | Kurt B. Kaiser | 2001-07-04 | 0 | -0/+0 |
|
|
* | This change adjusts the profiling/tracing support so that the common | Fred Drake | 2001-07-03 | 3 | -47/+67 |
|
|
* | bug #416670 | Fredrik Lundh | 2001-07-03 | 1 | -16/+87 |
|
|
* | bug #232815 | Fredrik Lundh | 2001-07-03 | 1 | -1/+1 |
|
|
* | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
|
|
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 3 | -2/+4 |
|
|
* | Add another name. | Fred Drake | 2001-07-02 | 1 | -0/+1 |
|
|
* | pythonware repository roundtrip (untabification) | Fredrik Lundh | 2001-07-02 | 1 | -12/+13 |
|
|
* | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 4 | -31/+107 |
|
|
* | Avoid using os.path.normcase() on sys.path elements; doing so causes paths | Fred Drake | 2001-07-02 | 1 | -19/+22 |
|
|
* | merged with pythonware's SRE 2.1.1 codebase | Fredrik Lundh | 2001-07-02 | 2 | -5/+98 |
|
|
* | Added the new unicode defines. Not really tested yet, but Python compiles aga... | Jack Jansen | 2001-07-02 | 1 | -0/+9 |
|
|
* | Nuke hard tabs. | Tim Peters | 2001-07-02 | 3 | -244/+242 |
|
|
* | Whitespace normalization; the plat-riscos file didn't even get by | Tim Peters | 2001-07-02 | 1 | -6/+6 |
|
|
* | Add tentative 2.1.1 Windows build numbers. | Tim Peters | 2001-07-02 | 1 | -0/+4 |
|
|
* | A clever union-find implementation from c.l.py, due to David Eppstein. | Tim Peters | 2001-07-02 | 1 | -0/+77 |
|
|
* | Added WeakLink...Generator classes (should have done that ages ago). These ch... | Jack Jansen | 2001-07-01 | 2 | -0/+22 |
|
|
* | - Use weaklink generators so we can support OSX-only calls without crashing o... | Jack Jansen | 2001-07-01 | 2 | -5/+41 |
|
|
* | Derive an industrial-strength conjoin() via cross-recursion loop unrolling, | Tim Peters | 2001-06-30 | 1 | -9/+83 |
|
|
* | Turns out Neil didn't intend for *all* of his gen-branch work to get | Tim Peters | 2001-06-29 | 4 | -46/+78 |
|
|
* | Use the more conventional "self" as the name of the self parameter in an | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
* | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
* | Removed some stray periods, and fix up a number of visible markup | Fred Drake | 2001-06-29 | 1 | -18/+19 |
|
|
* | Two more names. | Fred Drake | 2001-06-29 | 1 | -0/+2 |
|
|
* | SourceForge bug #437041: | Fred Drake | 2001-06-29 | 1 | -8/+8 |
|
|
* | Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: | Fred Drake | 2001-06-29 | 1 | -4/+1 |
|
|
* | Solve SF bug #231249: cgi.py opens too many (temporary) files. | Guido van Rossum | 2001-06-29 | 1 | -4/+12 |
|
|
* | Added a simple but general backtracking generator (conjoin), and a couple | Tim Peters | 2001-06-29 | 1 | -1/+162 |
|
|
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 3 | -46/+547 |
|
|
* | Make basechain a class variable in stead of initializing it in __init__. That... | Jack Jansen | 2001-06-28 | 1 | -1/+1 |
|
|
* | Another "if 0:" hack, this time to complain about otherwise invisible | Tim Peters | 2001-06-28 | 2 | -2/+94 |
|
|
* | removed "register const" from scalar arguments to the unicode | Fredrik Lundh | 2001-06-27 | 2 | -35/+35 |
|
|
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 3 | -9/+2372 |
|
|
* | Added a couple more types that Apple has taken a fancy to. | Jack Jansen | 2001-06-27 | 1 | -1/+3 |
|
|
* | Add more items that need to be written about | Andrew M. Kuchling | 2001-06-27 | 1 | -0/+24 |
|
|
* | Default to ucs2 when no argument to --enable-unicode is specified. | Martin v. Löwis | 2001-06-27 | 2 | -29/+21 |
|
|
* | make wchar_t usable again on Windows (this enables the MBCS codecs) | Fredrik Lundh | 2001-06-27 | 1 | -0/+7 |
|
|
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 | 3 | -151/+183 |
|
|