summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add __file__ to the globals available for tests loaded via DocFileSuite;Fred Drake2004-12-214-0/+21
* The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()Walter Dörwald2004-12-212-43/+121
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-216-11/+23
* Add accidentally removed \end{description} back in.Johannes Gijsbers2004-12-211-0/+1
* Changing the idle wrapper to use Python and execvp() to pass arguments toSean Reifschneider2004-12-211-3/+9
* SF bug #951915: fix bug in StringIO.truncate - length not changedRaymond Hettinger2004-12-202-0/+9
* Any call to marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-203-4/+9
* Bug #1088206: zlib decompressobj documentation typoRaymond Hettinger2004-12-201-1/+1
* Bugs item #1069409 C:\Python24\Lib\compileall.py returns FalseRaymond Hettinger2004-12-201-1/+1
* Bug #1079011: Incorrect error message (somewhat)Raymond Hettinger2004-12-191-1/+1
* Bug #1066607: "Limitations" section of profiler docs is incorrectRaymond Hettinger2004-12-191-10/+1
* Bug #1087216: datetime module documentation missing critical detailRaymond Hettinger2004-12-191-3/+9
* Skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.Brett Cannon2004-12-181-5/+5
* Bug #1083645Raymond Hettinger2004-12-182-4/+25
* Small boost to PySequence_Fast(). Lists build faster than tuples forRaymond Hettinger2004-12-181-1/+1
* fix unterminated commentAndrew MacIntyre2004-12-181-1/+1
* Refactor:Raymond Hettinger2004-12-171-10/+21
* SF bug #1086555: refcount problem in syslogRaymond Hettinger2004-12-161-3/+4
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-163-0/+46
* Add missing decref.Raymond Hettinger2004-12-161-0/+1
* SF bug #1085744: Performance issues with PySequence_Tuple()Raymond Hettinger2004-12-161-4/+14
* fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)Gregory P. Smith2004-12-161-0/+8
* Fix typo (from SF bug #1086127).Walter Dörwald2004-12-151-1/+1
* Fix copy & paste error in comments.Walter Dörwald2004-12-141-2/+2
* SF bug #1084457: ossaudiodev no longer undocumentedRaymond Hettinger2004-12-141-5/+0
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-132-104/+5
* Check in missing png version of pyfav.gif.Johannes Gijsbers2004-12-131-0/+0
* rewrote the bsddb module BerkeleyDB library and include file locatingGregory P. Smith2004-12-131-72/+93
* note for amkAnthony Baxter2004-12-131-0/+3
* the bsddb module now also works with BerkeleyDB 4.3.Gregory P. Smith2004-12-132-5/+8
* * Adds support for building against BerkeleyDB 4.3.21Gregory P. Smith2004-12-131-21/+74
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-124-9/+10
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-123-5/+91
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-123-395/+427
* Use os.geteuid() for checking whether we are root, as suggested byJohannes Gijsbers2004-12-121-1/+1
* Replace VB with VC.Martin v. Löwis2004-12-123-38/+107
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
* OS/2 specific fixes related to SF bug # 1003471Andrew MacIntyre2004-12-122-1/+23
* Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, notBrett Cannon2004-12-111-1/+1
* SF bug #1083202L UnboundLocalError raised by atexit moduleRaymond Hettinger2004-12-111-3/+3
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-103-219/+946
* Rearranged mappings to value sorting order.Marc-André Lemburg2004-12-101-13/+13
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
* Whitespace normalization.Tim Peters2004-12-071-13/+13
* remove the other half of one of the regsub-related comments; the otherFred Drake2004-12-071-1/+0
* Combined several entries.Raymond Hettinger2004-12-071-6/+2
* Remove reference to old pickle feature.Raymond Hettinger2004-12-071-5/+0
* Remove outdated references to the regsub module.Raymond Hettinger2004-12-073-5/+2
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-074-33/+16