| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 6 | -1/+327 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 7 | -794/+1305 |
|
|
* | The real suport for augmented assignment: new opcodes, new PyNumber and | Thomas Wouters | 2000-08-24 | 6 | -58/+223 |
|
|
* | Support for the in-place operations introduced by augmented assignment. Only | Thomas Wouters | 2000-08-24 | 3 | -29/+647 |
|
|
* | Rough and incomplete documentation on augmented assignment, which follows | Thomas Wouters | 2000-08-24 | 3 | -4/+70 |
|
|
* | Rene Liebscher <rliebscher@users.sourceforge.net>: | Fred Drake | 2000-08-24 | 1 | -0/+18 |
|
|
* | Addresses the other half of Bug #112634 -- the documentation suggested | Guido van Rossum | 2000-08-24 | 1 | -1/+1 |
|
|
* | Promote the server version from a local variable to a class variable, | Guido van Rossum | 2000-08-24 | 1 | -3/+4 |
|
|
* | Whitespace cleanup; now passes the regression test (the last checkin made | Fred Drake | 2000-08-24 | 1 | -21/+15 |
|
|
* | Updated test suite: test repr() and str() of cookies, and test metadata | Andrew M. Kuchling | 2000-08-24 | 2 | -1/+15 |
|
|
* | Updated version of Cookie.py (rev. 2.29) from timo | Andrew M. Kuchling | 2000-08-24 | 1 | -19/+33 |
|
|
* | Move references to RFCs to a "See also" section for consistency with | Fred Drake | 2000-08-24 | 1 | -5/+16 |
|
|
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-08-24 | 1 | -0/+12 |
|
|
* | Randall Hopper <aa8vb@yahoo.com>>: | Fred Drake | 2000-08-24 | 1 | -3/+3 |
|
|
* | Make sure Thomas Wouters has enough to do. ;-) | Fred Drake | 2000-08-24 | 1 | -0/+4 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -0/+7 |
|
|
* | Charles G. Waldman <cgq@fnal.gov>: | Fred Drake | 2000-08-24 | 2 | -18/+4 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 6 | -6/+56 |
|
|
* | Addendum to previous change: now that 'f' is not unconditionally | Thomas Wouters | 2000-08-23 | 1 | -11/+11 |
|
|
* | Add extra check on whether 'tp_as_number' is still non-NULL after coercion, | Thomas Wouters | 2000-08-23 | 1 | -24/+28 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 6 | -318/+466 |
|
|
* | Remove the dependency information for version.o; this is not part of | Fred Drake | 2000-08-23 | 1 | -1/+0 |
|
|
* | style nits | Jeremy Hylton | 2000-08-23 | 1 | -4/+8 |
|
|
* | When skipping a test, do not include a spurious space between the exception | Fred Drake | 2000-08-23 | 1 | -1/+1 |
|
|
* | add docstring explaining makefile limitation | Jeremy Hylton | 2000-08-23 | 1 | -1/+11 |
|
|
* | Sort the list of files processed before running the test on each. | Fred Drake | 2000-08-23 | 1 | -3/+1 |
|
|
* | test case output for dospath regr test | Skip Montanaro | 2000-08-23 | 1 | -0/+2 |
|
|
* | Updated some URLs; removed mention of copyright (we'll have to add | Guido van Rossum | 2000-08-23 | 1 | -33/+18 |
|
|
* | Simplified inclusions and avoid prototypes copied in from elsewhere. | Fred Drake | 2000-08-23 | 1 | -12/+1 |
|
|
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
|
|
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
|
|
* | new test - like test_ntpath but without splitunc test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+49 |
|
|
* | added commonprefix test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+6 |
|
|
* | updated to correct failing test cases | Skip Montanaro | 2000-08-23 | 1 | -2/+2 |
|
|
* | Added note stating that the parser module will need updating for most | Fred Drake | 2000-08-23 | 1 | -0/+7 |
|
|
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
|
|
* | Restored commonprefix() semantics. | Jack Jansen | 2000-08-23 | 1 | -23/+13 |
|
|
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 2 | -1/+40 |
|
|
* | Added PyOS_CheckStack call to PyObject_Compare | Jack Jansen | 2000-08-22 | 1 | -0/+13 |
|
|
* | Added include for limits.h | Jack Jansen | 2000-08-22 | 2 | -0/+8 |
|
|
* | Regenerated to take advantage of support for multiple names for a single prop... | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
|
|
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
|
|
* | At Mark Hammond's request, removing registry key | Guido van Rossum | 2000-08-22 | 1 | -5/+0 |
|
|
* | revert semantics of commonprefix to work character-by-character | Skip Montanaro | 2000-08-22 | 3 | -26/+11 |
|
|
* | Thomas Heller noticed that the wrong registry entry was written for | Guido van Rossum | 2000-08-22 | 1 | -1/+1 |
|
|
* | Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_... | Mark Hammond | 2000-08-22 | 1 | -3/+12 |
|
|
* | * added doc strings to urlopen and unquote_plus | Skip Montanaro | 2000-08-22 | 1 | -1/+3 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 7 | -16/+40 |
|
|
* | Patch by Toby Dickenson: don't die when an error occurs during string | Guido van Rossum | 2000-08-22 | 1 | -1/+7 |
|
|
* | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
|
|