summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-246-1/+327
* Support for three-token characters (**=, >>=, <<=) which was written byThomas Wouters2000-08-247-794/+1305
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-246-58/+223
* Support for the in-place operations introduced by augmented assignment. OnlyThomas Wouters2000-08-243-29/+647
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-243-4/+70
* Rene Liebscher <rliebscher@users.sourceforge.net>:Fred Drake2000-08-241-0/+18
* Addresses the other half of Bug #112634 -- the documentation suggestedGuido van Rossum2000-08-241-1/+1
* Promote the server version from a local variable to a class variable,Guido van Rossum2000-08-241-3/+4
* Whitespace cleanup; now passes the regression test (the last checkin madeFred Drake2000-08-241-21/+15
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-242-1/+15
* Updated version of Cookie.py (rev. 2.29) from timoAndrew M. Kuchling2000-08-241-19/+33
* Move references to RFCs to a "See also" section for consistency withFred Drake2000-08-241-5/+16
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-08-241-0/+12
* Randall Hopper <aa8vb@yahoo.com>>:Fred Drake2000-08-241-3/+3
* Make sure Thomas Wouters has enough to do. ;-)Fred Drake2000-08-241-0/+4
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+7
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-242-18/+4
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-246-6/+56
* Addendum to previous change: now that 'f' is not unconditionallyThomas Wouters2000-08-231-11/+11
* Add extra check on whether 'tp_as_number' is still non-NULL after coercion,Thomas Wouters2000-08-231-24/+28
* This patch partly (some stuff went in already) ports Python to Monterey.Trent Mick2000-08-236-318/+466
* Remove the dependency information for version.o; this is not part ofFred Drake2000-08-231-1/+0
* style nitsJeremy Hylton2000-08-231-4/+8
* When skipping a test, do not include a spurious space between the exceptionFred Drake2000-08-231-1/+1
* add docstring explaining makefile limitationJeremy Hylton2000-08-231-1/+11
* Sort the list of files processed before running the test on each.Fred Drake2000-08-231-3/+1
* test case output for dospath regr testSkip Montanaro2000-08-231-0/+2
* Updated some URLs; removed mention of copyright (we'll have to addGuido van Rossum2000-08-231-33/+18
* Simplified inclusions and avoid prototypes copied in from elsewhere.Fred Drake2000-08-231-12/+1
* fix list comprehension discussion to use \keyword macro instead of simplySkip Montanaro2000-08-231-3/+4
* update commonprefix doc to make sure user is aware it worksSkip Montanaro2000-08-231-2/+4
* new test - like test_ntpath but without splitunc test casesSkip Montanaro2000-08-231-0/+49
* added commonprefix test casesSkip Montanaro2000-08-231-0/+6
* updated to correct failing test casesSkip Montanaro2000-08-231-2/+2
* Added note stating that the parser module will need updating for mostFred Drake2000-08-231-0/+7
* validate_listmaker(): Revise to match Skip's latest changes to theFred Drake2000-08-231-6/+12
* Restored commonprefix() semantics.Jack Jansen2000-08-231-23/+13
* Rehabilitate autotest.py.Tim Peters2000-08-232-1/+40
* Added PyOS_CheckStack call to PyObject_CompareJack Jansen2000-08-221-0/+13
* Added include for limits.hJack Jansen2000-08-222-0/+8
* Regenerated to take advantage of support for multiple names for a single prop...Jack Jansen2000-08-2210-105/+37
* Only output the code to alias properties if the names aren't the same.Jack Jansen2000-08-221-0/+2
* At Mark Hammond's request, removing registry keyGuido van Rossum2000-08-221-5/+0
* revert semantics of commonprefix to work character-by-characterSkip Montanaro2000-08-223-26/+11
* Thomas Heller noticed that the wrong registry entry was written forGuido van Rossum2000-08-221-1/+1
* Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_...Mark Hammond2000-08-221-3/+12
* * added doc strings to urlopen and unquote_plusSkip Montanaro2000-08-221-1/+3
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-227-16/+40
* Patch by Toby Dickenson: don't die when an error occurs during stringGuido van Rossum2000-08-221-1/+7
* Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care ofGreg Ward2000-08-221-2/+0