- a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
- dc19163 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 23 years ago
- 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
- 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
- c09cf33 Rip out tests for xrange() features no longer supported. by Guido van Rossum · 23 years ago
- 643d391 News about xrange(). by Guido van Rossum · 23 years ago
- cfd829e Complete the xrange-simplification checkins: call PyRange_New() with by Guido van Rossum · 23 years ago
- 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
- 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
- 924e18e don't crash when encountering bad marshal data by Just van Rossum · 23 years ago
- 0f9431f SF bug #438295: [Windows] __init__.py cause strange behavior by Tim Peters · 23 years ago
- c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 23 years ago
- d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
- f428aef Don't promise mac-japanese encoding as we don't have a codec for it. by unknown · 23 years ago
- 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago
- a5aa0b5 dummy checkin for testing, please ignore by unknown · 23 years ago
- fee75ac Fix for SF bug #425868. by unknown · 23 years ago
- 67bbd7a Clean up a bare except: clause. by unknown · 23 years ago
- 3db163a Clean up a bare except: clause. by unknown · 23 years ago
- fbe7b4f Make the implementations of getElementsByTagName() and by Fred Drake · 23 years ago
- ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
- d153a98 Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 23 years ago
- c52dc0b Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 23 years ago
- 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
- d89a2e7 bug #416670 by Fredrik Lundh · 23 years ago
- ee2f18d bug #232815 by Fredrik Lundh · 23 years ago
- 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
- df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 23 years ago
- cb9be93 Add another name. by Fred Drake · 23 years ago
- f71ae46 pythonware repository roundtrip (untabification) by Fredrik Lundh · 23 years ago
- 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 23 years ago
- 1fb5ce0 Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 23 years ago
- b0f05bd merged with pythonware's SRE 2.1.1 codebase by Fredrik Lundh · 23 years ago
- 4542897 Added the new unicode defines. Not really tested yet, but Python compiles again at least. by Jack Jansen · 23 years ago
- 683ecc7 Nuke hard tabs. by Tim Peters · 23 years ago
- d1c2965 Whitespace normalization; the plat-riscos file didn't even get by tabnanny.py. by Tim Peters · 23 years ago
- 8734952 Add tentative 2.1.1 Windows build numbers. by Tim Peters · 23 years ago
- 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 23 years ago
- eefac35 Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is. by Jack Jansen · 23 years ago
- 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 23 years ago
- c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 23 years ago
- 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
- 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
- 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
- 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
- 9c3c5e4 Two more names. by Fred Drake · 23 years ago
- f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
- 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
- 52b8c29 Solve SF bug #231249: cgi.py opens too many (temporary) files. by Guido van Rossum · 23 years ago
- be4f0a7 Added a simple but general backtracking generator (conjoin), and a couple by Tim Peters · 23 years ago
- 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 23 years ago
- 1319abf Make basechain a class variable in stead of initializing it in __init__. That way it's more easily overridden. by Jack Jansen · 23 years ago
- 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
- 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
- bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 23 years ago
- 4f0f158 Added a couple more types that Apple has taken a fancy to. by Jack Jansen · 23 years ago
- a43e703 Add more items that need to be written about by Andrew M. Kuchling · 23 years ago
- fd91779 Default to ucs2 when no argument to --enable-unicode is specified. by Martin v. Löwis · 23 years ago
- 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
- 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
- 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
- 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
- 3f8c2e1 Replace the text with a link to the PEP-ified version. by Barry Warsaw · 23 years ago
- 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
- f6ed074 This no longer leaks memory when run in an infinite loop. However, by Tim Peters · 23 years ago
- ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
- 236d8b7 Cosmetic changes to MvL's change to unichr(): by Guido van Rossum · 23 years ago
- 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
- ac93bc2 When decoding UTF-16, don't assume that the buffer is in native endianness by Martin v. Löwis · 23 years ago
- 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
- e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
- 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
- ff1cc90 Added a Parser_OSX class that can parse new-style (C-only) headers, by Jack Jansen · 23 years ago
- f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
- 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 23 years ago
- d8e1c9e Add "gi_" (generator-iterator) prefix to names of genobject members. by Tim Peters · 23 years ago
- ee13dba more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > sizeof(int) by Fredrik Lundh · 23 years ago
- e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
- 51acc8d Add an item about the extension to {}.update() to allow generic by Barry Warsaw · 23 years ago
- 4177538 Add a bunch of tests for extended dict.update() where the argument is by Barry Warsaw · 23 years ago
- 66a0d1d dict_update(): Generalize this method so {}.update() accepts any by Barry Warsaw · 23 years ago
- 0dcf67e more unicode tweaks: make unichr(0xdddddddd) behave like u"\Udddddddd" by Fredrik Lundh · 23 years ago
- 5b97935 experimental UCS-4 support: don't assume that MS_WIN32 implies by Fredrik Lundh · 23 years ago
- 1294ad0 experimental UCS-4 support: added USE_UCS4_STORAGE define to by Fredrik Lundh · 23 years ago
- 45714e9 experimental UCS-4 support: made compare a bit more robust, in case by Fredrik Lundh · 23 years ago
- 3083163 experimental UCS-4 support: don't assume that MS_WIN32 implies by Fredrik Lundh · 23 years ago
- ba18673 Added a note about recompiling OSAm before distributing. by Jack Jansen · 23 years ago
- 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
- 0297dca Fixed bug that prevented shared libs that are submodules of a by Just van Rossum · 23 years ago
- b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
- 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
- ae1f65f Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.) by Just van Rossum · 23 years ago
- b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
- 19f273c WaitNextEvent short vs. unsigned short fix. by Jack Jansen · 23 years ago
- d7b6ed2 Initial revision by Steven M. Gava · 23 years ago
- 51777ce Remove const-ness in inet_pton declaration. by Martin v. Löwis · 23 years ago
- 2b110f9 Replace snprintf with sprintf. by Martin v. Löwis · 23 years ago
- 2106ef0 Repair indentation in comment. by Tim Peters · 23 years ago
- a2ca1ae Fix typos in inet_pton/inet_ntop. by Martin v. Löwis · 23 years ago
- a45ecae Provide a definition for offsetof. by Martin v. Löwis · 23 years ago