summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-21/+2
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76
* Initial revision of gettext support for Python. This will undergoBarry Warsaw2000-08-251-0/+288
* initpyexpat(): Code cleanup; makes it more robust and reduces warnings.Fred Drake2000-08-251-126/+143
* Add reference to RFC 2396 in "See also" section.Fred Drake2000-08-251-6/+11
* Jeremy missed a bind() call when updating these demos. ;)Fred Drake2000-08-251-1/+1
* update demo scripts to use addr tuples for bind and connectJeremy Hylton2000-08-256-9/+9
* Not every OS that support poll seems to support POLLMSG.Sjoerd Mullender2000-08-251-0/+2
* Pass data on to retrieve method.Sjoerd Mullender2000-08-251-1/+1
* Call PyErr_Clear() to clear the AttributeError raised by GetAttr.Thomas Wouters2000-08-251-0/+1
* In readme.txt, make what's needed to build the "optional" subprojectsTim Peters2000-08-253-7/+19
* Fix allowable node-types for assignment, need to add 'listmaker'.Thomas Wouters2000-08-251-1/+1
* Revised documentation relevant to SourceForge patch #100837Fred Drake2000-08-251-12/+23
* Documentation for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-1/+76
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-252-0/+214
* Add interface to poll() system call (SF patch #100852)Andrew M. Kuchling2000-08-251-2/+319
* Add configure tests for poll() (SF patch #100852)Andrew M. Kuchling2000-08-253-5/+11
* Adjust the name for the socket module in the SSL line.Thomas Wouters2000-08-241-1/+1
* Add missing opcodes. Thanx to jeremy for reminding me ;)Thomas Wouters2000-08-241-1/+2
* Improve the exceptions raised by PyErr_BadInternalCall(); adding theFred Drake2000-08-242-2/+20
* Fix the evil booboos. ;( Causes discussed with Jeremy offline.Fred Drake2000-08-241-2/+2
* Remove the Py_FatalError() from initpyexpat(); the Guido has decreedFred Drake2000-08-241-10/+22
* simple typo that makes regression test test_userstring failPeter Schneider-Kamp2000-08-241-1/+1
* Update for augmented assignment, tested & approved by Guido.Thomas Wouters2000-08-241-2/+5
* Update for augmented assignment.Thomas Wouters2000-08-242-54/+66
* 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