2000-12-20 |
Andrew M. Kuchling | Patch #102955, fixing one of the warnings in bug #121479: |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Change expected message for ValueError, fixing bug... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Fred Drake | Make the indentation consistently use tabs instead... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Add forgotten initialization. Fixes bug #120994, ... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Patch #102940: use only printable Unicode chars in... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Regenerated so that NewGWorld is included. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Emulate a few more non-carbon calls in carbon and the... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Added hash() and compare() functions. Needed because... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Blacklisted a few constants with funny definitions... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Patch #102868 from cgw: fix memory leak when an EOF... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Adding a warning about the regsub module. This also... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Adding a warning about the regex module. This is the... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Be explicit about scheme_chars -- string.letters is... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Use binary mode to open "wave" files. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document the warnings module. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Fred Drake | Updated string literals description to encompass Unicod... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document warning categories. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Clarify __repr__ and __str__. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Fred Drake | Added documentation on the ErrorHandler interface. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Oops. The value "0 or +1" for the category argument... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document Pyerr_Warn(). |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document Pyerr_Warn(). |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document the -W option as best as I can. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Improve error messages for invalid warning arguments... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Make string.translate(s, table) work for Unicode s... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Fix off-by-one error in split_substring(). Fixes SF... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Test more split argument combinations: |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Minimal fix for the complaints about pickling Unicode... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Test some Unicode pickling endcases. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Minimal fix for the complaints about pickling Unicode... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Guido van Rossum | Adapted from a patch by Barry Scott, SF patch #102875... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Neil Schemenauer | gdbm.open() no longer accepts garbage in the flags... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Fred Drake | Do not talk about "real" numbers; talk about "floats... |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Neil Schemenauer | Add support for gdbm2 open flags ('s' and 'u'). Add... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Fred Drake | Add returns_unicode to the __members__ list. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Fred Drake | Do not assume that types.UnicodeType exists; we might... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Fred Drake | Use the string module instead of string methods; this... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | urlretrieve() description included explanation of ... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | Typo caught by /F -- thanks! |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add definitions for PySys_ResetWarnOptions() and |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add declarations for PySys_ResetWarnOptions() and |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add the -W option. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Python part of the warnings subsystem. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add PyErr_Warn(). |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add definitions for standard warning category classes... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Add declarations for standard warning category classes... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | Before calling traceback.print_exc(), call sys.stdout... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | DOMException.__init__(): Remember to pass self to... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Comment out a debugging print statement that triggered... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | Added documentation for random.shuffle(). |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Get rid of string functions. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Get rid of string functions. References to string... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Get rid of string functions. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Guido van Rossum | Get rid of string functions, except maketrans() (which... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Add test case for error message raised by bad % format... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | [ Patch #102852 ] Make % error a bit more informative... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Fred Drake | Grant Griffin <grant.griffin@honeywell.com>: |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Document napms() |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | [Patch #102827] Fix for PR#119558, avoiding core dumps... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Wrapper for napms() function, contributed by Thomas... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Curses demos contributed by Thomas Gellekum <tg@FreeBSD... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Various tweaks. It now returns the exact same files... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Oops, interaction() returned a single value in stead... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | First stab at a script that mimicks Matthias Neerachers... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Set autodispose only if RefCon isn't set yet on the... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Fix bit rot: use sock.connect((host, port)) and allow... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | For the title page, insert the package version number... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Update the test suite to cover more ground. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Lots of small bug fixes and DOM API conformance improve... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Adjust PullDOM to use a DOMImplementation instance... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Test for NULL returned from PyObject_NEW(). |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Test for NULL returned from PyObject_NEW(). |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Update information on the locking() function, added... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Add long-overdue docstrings to dict methods. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Finish a sentence that was left half-written! |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Use METH_VARARGS instead of "1" in list method table. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | When raising KeyError, provide the key value that failed. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Moshe Zadka | Changing allow_reuse_address's default value, and docum... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Untabify! (Barry, this is gonna cost you a bottle... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Typo repair in comments. Fell for GregS's .popitem... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Added "stub" documentation for xml.dom.pulldom for... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Guido van Rossum | Get rid of string module and string exceptions. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Added descriptions of the defined exceptions and their... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Set CXX even when --with-cxx is not specified. Closes... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Set CXX even when --with-cxx is not specified. Closes... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Add code to DOMException to ensure it cannot be instant... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Add standard DOM exception hierarchy. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Document --with-cxx. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Andrew M. Kuchling | Check in README file and one demo program |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Bring comments up to date (e.g., they still said the... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Fred Drake | Update the code to better reflect recommended style: |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Barry Warsaw | Change the file's indentation from tabs to 4 spaces... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Barry Warsaw | Accept Finn Bock's patch #102208 to hardcode EINVAL... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Fred Drake | Update the code to better reflect recommended style: |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | The Mac C library (MSL from CodeWarrior 6) and I/O... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | The ".pth" code knew about the layout of Python trees... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Use c2pstr() in stead of Pstring() to convert C-strings to |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Optionally weed out duplicate prototypes for the same... |
commit | commitdiff | tree | snapshot |
next |