summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-029-31/+103
* add cp866 rowSkip Montanaro2004-07-021-0/+4
* Change signatures for arguments to "s" and friends to be the proper ``constBrett Cannon2004-07-011-6/+6
* Committing Tim's patch for SF bug #983585:Fred Drake2004-07-011-2/+1
* Document that encode() and decode() raise UnicodeErrorWalter Dörwald2004-07-011-5/+10
* link to the codecs page from the "".encode() description.Skip Montanaro2004-07-012-2/+3
* FixMichael W. Hudson2004-07-011-39/+44
* fix small consistency nitFred Drake2004-07-011-1/+1
* add omitted markupFred Drake2004-07-011-2/+3
* * Fix typos.Raymond Hettinger2004-07-011-14/+70
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+62
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-0134-1/+27040
* use file() in preference to open()Skip Montanaro2004-06-301-3/+3
* tyopMichael W. Hudson2004-06-301-1/+1
* restore NEWS entry for 957240Michael W. Hudson2004-06-301-0/+3
* Check in the updated version of patch #957240, which doesn't relyMichael W. Hudson2004-06-302-17/+24
* fix handling when a proper getopt(1) is available; the "--"Fred Drake2004-06-291-0/+4
* [Patch #974633] Check PyObject_MALLOC return for errorAndrew M. Kuchling2004-06-292-0/+5
* [Bug #948970] Add PyExc_* symbols to index.Andrew M. Kuchling2004-06-291-28/+28
* [Bug #978556] Update SHA spec URL; bugfix candidateAndrew M. Kuchling2004-06-291-7/+5
* [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also lega...Andrew M. Kuchling2004-06-291-2/+2
* Remove unused import. (If it's there for some deep, dark reason, it should h...Andrew M. Kuchling2004-06-291-1/+0
* Add test case for bug #912845: requesting an HTTP byte range doesn't workAndrew M. Kuchling2004-06-291-6/+16
* Docstring grammar fixAndrew M. Kuchling2004-06-291-1/+1
* Add a missing space.Brett Cannon2004-06-291-1/+1
* Fix stupid mistake of forgetting to mention that the fix for bug #981299Brett Cannon2004-06-291-2/+2
* rsync is now a recognized protocol that uses "netloc" (i.e. specifies a networkBrett Cannon2004-06-292-1/+4
* Changed applicable use of ``char *`` declarations that are passed intoBrett Cannon2004-06-291-6/+6
* Add readme.txtMartin v. Löwis2004-06-281-0/+3
* Patch from Mark Hammond to fix a test error.Raymond Hettinger2004-06-281-9/+12
* Adds support for DB.pget and DBCursor.pget methods.Gregory P. Smith2004-06-283-3/+225
* Add weakref support to all bsddb.db objects.Gregory P. Smith2004-06-281-7/+127
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-284-18/+73
* Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro.Brett Cannon2004-06-281-1/+1
* raise the module minor version.Gregory P. Smith2004-06-271-1/+1
* SF patch / bug #967763Gregory P. Smith2004-06-272-43/+85
* Add code for a range function that uses generators.Brett Cannon2004-06-271-42/+64
* Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag whenGregory P. Smith2004-06-271-6/+11
* sizeof(char) is 1, by definition, so get rid of that expression inTim Peters2004-06-272-17/+11
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-276-31/+122
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-275-18/+13
* Mention Py_RETURN_NONE when introducing the idiom of how to have a functionBrett Cannon2004-06-271-1/+2
* * Silence a test failure that resulted when test_site was run byRaymond Hettinger2004-06-271-7/+10
* SF bug #980419: int left-shift causes memory leakRaymond Hettinger2004-06-261-4/+26
* Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC willBrett Cannon2004-06-261-1/+2
* Install Barry's smtpd.py daemon.Skip Montanaro2004-06-261-1/+2
* remove debugging printSkip Montanaro2004-06-261-1/+0
* Allow classes from other modules to be specified at startup. For example,Skip Montanaro2004-06-261-2/+9
* Add a comment with implementation notes.Raymond Hettinger2004-06-261-0/+7