- 9f71582 Check for --with-pydebug earlier, and record the result. by Fred Drake · 23 years ago
- 79c8671 SF patch #440144: Tests and minor bugfix for uu module by Tim Peters · 23 years ago
- 9178af1 Initial revision by Kurt B. Kaiser · 23 years ago
- 780028e Change the way hex type-ins are displayed. The old way was way too by Barry Warsaw · 23 years ago
- ffa926d __init__(), save_views(): Catch ValueError along with IOError and by Barry Warsaw · 23 years ago
- 698c149 Update a comment. by Barry Warsaw · 23 years ago
- 179048f __init__(): Use augmented assignments. by Barry Warsaw · 23 years ago
- 8e4fa07 De-string-module-ification. by Barry Warsaw · 23 years ago
- 60e1886 __version__: Bump to 1.2 by Barry Warsaw · 23 years ago
- 95cf9d9 __populate(): Use augmented assignments. by Barry Warsaw · 23 years ago
- b4d8612 __delta(): Use augmented assignments. by Barry Warsaw · 23 years ago
- 6c50ae0 De-string-module-ification and other Python 2.x improvements. by Barry Warsaw · 23 years ago
- 2803046 Update a comment. by Barry Warsaw · 23 years ago
- 3e481de Updated documentation, and bump the version number to 1.2. by Barry Warsaw · 23 years ago
- 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
- 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
- d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
- bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
- 05be1a0 Ported to Windows: by Guido van Rossum · 23 years ago
- 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
- 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 23 years ago
- 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
- 06e415f initregex(): this function is declared void, so the recent change to by Tim Peters · 23 years ago
- 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
- 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
- e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
- efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
- 4ccf119 initregex(): Check return value of PyErr_Warn() and propagate the exception by Thomas Wouters · 23 years ago
- 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
- 2d96f11 map re.sub() to string.replace(), when possible by Fredrik Lundh · 23 years ago
- 44835d8 Move & update a comment. by Fred Drake · 24 years ago
- de6dc1e Change the way notification mails are sent so people who respond to the by Fred Drake · 24 years ago
- 8e0c09d More reference count information. by Fred Drake · 24 years ago
- cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 24 years ago
- b2d1006 Update the description of how to start an interpreter and determine the by Fred Drake · 24 years ago
- b4b64da Add \ulink, grammar production markup. by Fred Drake · 24 years ago
- 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 24 years ago
- bde8d1c Revise a comment about styles I don't think LaTeX2HTML can generate, by Fred Drake · 24 years ago
- 432cef0 Add new material on some markup that will be checked in shortly. This by Fred Drake · 24 years ago
- 238858f Packaged versions of the HTML format need to include any .txt files that by Fred Drake · 24 years ago
- 7e79b9e More names, yay! by Fred Drake · 24 years ago
- 0a650d7 Add entries for recently defined markup. by Fred Drake · 24 years ago
- dde993c Simplification to mirror a better conversion specification and more by Fred Drake · 24 years ago
- b5fc0ab Allow optional arguments to LaTeX macros to span lines. This is legal in by Fred Drake · 24 years ago
- e06cbb8 bug #436596 by Fredrik Lundh · 24 years ago
- fd44eab Once again, attempt to preserve $Revision$ by Barry Warsaw · 24 years ago
- 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 24 years ago
- 19b1c61 (py-version): Hopefully fixed my XEmacs settings so this doesn't get by Barry Warsaw · 24 years ago
- 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 24 years ago
- ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 24 years ago
- 40fb452 (py-continuation-offset): Update docstring to describe that this by Barry Warsaw · 24 years ago
- 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 24 years ago
- 6ee4234 SF bug #439104: Tuple richcompares has code-typo. by Tim Peters · 24 years ago
- ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 24 years ago
- beb6713 When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
- 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
- 15e33d8 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 24 years ago
- 1a7f16c Removed fpectlmodule.c and fpetestmodule.c from the Windows build. They by Tim Peters · 24 years ago
- bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
- a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 24 years ago
- dc19163 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 24 years ago
- 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 24 years ago
- 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 24 years ago
- c09cf33 Rip out tests for xrange() features no longer supported. by Guido van Rossum · 24 years ago
- 643d391 News about xrange(). by Guido van Rossum · 24 years ago
- cfd829e Complete the xrange-simplification checkins: call PyRange_New() with by Guido van Rossum · 24 years ago
- 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 24 years ago
- 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 24 years ago
- 924e18e don't crash when encountering bad marshal data by Just van Rossum · 24 years ago
- 0f9431f SF bug #438295: [Windows] __init__.py cause strange behavior by Tim Peters · 24 years ago
- c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 24 years ago
- d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 24 years ago
- f428aef Don't promise mac-japanese encoding as we don't have a codec for it. by unknown · 24 years ago
- 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 24 years ago
- a5aa0b5 dummy checkin for testing, please ignore by unknown · 24 years ago
- fee75ac Fix for SF bug #425868. by unknown · 24 years ago
- 67bbd7a Clean up a bare except: clause. by unknown · 24 years ago
- 3db163a Clean up a bare except: clause. by unknown · 24 years ago
- fbe7b4f Make the implementations of getElementsByTagName() and by Fred Drake · 24 years ago
- ec3dfde Only write out one blank line before the request data. by Fred Drake · 24 years ago
- d153a98 Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 24 years ago
- c52dc0b Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 24 years ago
- 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 24 years ago
- d89a2e7 bug #416670 by Fredrik Lundh · 24 years ago
- ee2f18d bug #232815 by Fredrik Lundh · 24 years ago
- 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
- df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 24 years ago
- cb9be93 Add another name. by Fred Drake · 24 years ago
- f71ae46 pythonware repository roundtrip (untabification) by Fredrik Lundh · 24 years ago
- 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 24 years ago
- 1fb5ce0 Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 24 years ago
- b0f05bd merged with pythonware's SRE 2.1.1 codebase by Fredrik Lundh · 24 years ago
- 4542897 Added the new unicode defines. Not really tested yet, but Python compiles again at least. by Jack Jansen · 24 years ago
- 683ecc7 Nuke hard tabs. by Tim Peters · 24 years ago
- d1c2965 Whitespace normalization; the plat-riscos file didn't even get by tabnanny.py. by Tim Peters · 24 years ago
- 8734952 Add tentative 2.1.1 Windows build numbers. by Tim Peters · 24 years ago
- 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 24 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 · 24 years ago
- 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 24 years ago
- c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 24 years ago