| Commit message (Expand) | Author | Age | Files | Lines |
* | Move __init__ from BaseSet into Set and ImmutableSet. This causes a | Guido van Rossum | 2002-08-20 | 1 | -16/+28 |
|
|
* | Typo repair. Please include in any backports. | Guido van Rossum | 2002-08-20 | 1 | -1/+1 |
|
|
* | Add a note reminding the reader that sets are not sequences. I | Guido van Rossum | 2002-08-20 | 1 | -0/+10 |
|
|
* | SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py | Guido van Rossum | 2002-08-20 | 1 | -2/+1 |
|
|
* | long_format(), long_lshift(): Someone on c.l.py is trying to boost | Tim Peters | 2002-08-20 | 1 | -2/+2 |
|
|
* | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 4 | -4/+11 |
|
|
* | Comment typo repair. | Michael W. Hudson | 2002-08-20 | 1 | -1/+1 |
|
|
* | My patch #597221. Use f_lasti more consistently. | Michael W. Hudson | 2002-08-20 | 1 | -9/+9 |
|
|
* | Bump version number to 2.3 | Barry Warsaw | 2002-08-20 | 1 | -1/+1 |
|
|
* | Added tests for SF patch #597593, syntactically invalid Content-Type: headers. | Barry Warsaw | 2002-08-20 | 1 | -2/+23 |
|
|
* | get_content_type(), get_content_maintype(), get_content_subtype(): RFC | Barry Warsaw | 2002-08-20 | 1 | -5/+5 |
|
|
* | _dispatch(): Use get_content_maintype() and get_content_subtype() to | Barry Warsaw | 2002-08-20 | 1 | -3/+2 |
|
|
* | getinstclassname(): Squash new compiler wng in assert (comparison of | Tim Peters | 2002-08-20 | 1 | -1/+1 |
|
|
* | Clarify the endpos argument to the rx.match() method. | Fred Drake | 2002-08-20 | 1 | -2/+6 |
|
|
* | test_three_lines(): Test case reported by Andrew McNamara. Works in | Barry Warsaw | 2002-08-20 | 1 | -0/+8 |
|
|
* | Cover the sets module. | Andrew M. Kuchling | 2002-08-20 | 1 | -0/+95 |
|
|
* | Create two subsections of the "Core Language Changes" section, because | Andrew M. Kuchling | 2002-08-20 | 1 | -67/+104 |
|
|
* | Add versionadded for operator.pow | Neal Norwitz | 2002-08-19 | 1 | -0/+1 |
|
|
* | Extend some comments on the order of values in the returns from | Fred Drake | 2002-08-19 | 1 | -8/+14 |
|
|
* | SF patch 576101, by Oren Tirosh: alternative implementation of | Guido van Rossum | 2002-08-19 | 7 | -106/+171 |
|
|
* | Add a warning comment to the LOAD_GLOBAL inline code. | Guido van Rossum | 2002-08-19 | 1 | -1/+3 |
|
|
* | Another ugly inlining hack, expanding the two PyDict_GetItem() calls | Guido van Rossum | 2002-08-19 | 1 | -1/+25 |
|
|
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 7 | -9/+9 |
|
|
* | Another modest speedup in PyObject_GenericGetAttr(): inline the call | Guido van Rossum | 2002-08-19 | 1 | -2/+26 |
|
|
* | Make PyDescr_IsData() a macro. It's too simple to be a function. | Guido van Rossum | 2002-08-19 | 2 | -7/+1 |
|
|
* | Check in my ultra-shortlived patch #597220. | Michael W. Hudson | 2002-08-19 | 1 | -3/+3 |
|
|
* | Inline call to _PyObject_GetDictPtr() in PyObject_GenericGetAttr(). | Guido van Rossum | 2002-08-19 | 1 | -3/+20 |
|
|
* | Fix typo in __slots__ of ImmutableSet. | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | News about sets. (There's no documentation; if someone wants to | Guido van Rossum | 2002-08-19 | 1 | -0/+7 |
|
|
* | Set classes and their unit tests, from sandbox. | Guido van Rossum | 2002-08-19 | 2 | -0/+1097 |
|
|
* | Simple but important optimization for descr_check(): instead of the | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | Fix spelling errors and note the addition of operator.pow() | Raymond Hettinger | 2002-08-19 | 1 | -7/+9 |
|
|
* | Merged the MacPython thanks list into the general acknowledgements. | Jack Jansen | 2002-08-19 | 2 | -10/+25 |
|
|
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 | 3 | -0/+23 |
|
|
* | SF bug 595919: popenN return only text mode pipes | Tim Peters | 2002-08-19 | 1 | -2/+2 |
|
|
* | Add Steve Purcell for unittest.py | Raymond Hettinger | 2002-08-18 | 1 | -0/+1 |
|
|
* | Refuse to run if the last bit of the destination path contains a # character. | Jack Jansen | 2002-08-18 | 1 | -1/+4 |
|
|
* | Modify splituser() method to allow an @ in the userinfo field. | Raymond Hettinger | 2002-08-18 | 1 | -1/+1 |
|
|
* | OS/2 EMX behaves like Windows where file permissions are concerned | Andrew MacIntyre | 2002-08-18 | 1 | -2/+2 |
|
|
* | update contact info | Andrew MacIntyre | 2002-08-18 | 1 | -4/+9 |
|
|
* | Prep for 2.3: | Andrew MacIntyre | 2002-08-18 | 1 | -34/+39 |
|
|
* | make port notes current | Andrew MacIntyre | 2002-08-18 | 1 | -48/+36 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-08-18 | 1 | -17/+33 |
|
|
* | Get rid of _once(); inlining it takes less code. :-) | Guido van Rossum | 2002-08-17 | 2 | -97/+41 |
|
|
* | Patch by Zack W to make test_noinherit() more robust: spawn a Python | Guido van Rossum | 2002-08-17 | 2 | -28/+48 |
|
|
* | Get this to compile again if Py_USING_UNICODE is not defined. | Neal Norwitz | 2002-08-16 | 1 | -1/+1 |
|
|
* | Drop the number of test files to 100 for all the tests | Neal Norwitz | 2002-08-16 | 1 | -4/+8 |
|
|
* | Inline fast_cfunction() in new call_function(). | Jeremy Hylton | 2002-08-16 | 1 | -55/+33 |
|
|
* | Remove the outdated PLAN.txt file. | Guido van Rossum | 2002-08-16 | 1 | -339/+0 |
|
|
* | Move body of CALL_FUNCTION opcode into helper function. | Jeremy Hylton | 2002-08-16 | 1 | -54/+56 |
|
|