summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Backport rev. 51669 by brett.cannon]Andrew M. Kuchling2006-10-032-2/+4
* [Backport rev. 47171 by neal.norwitz]Andrew M. Kuchling2006-10-032-1/+3
* Guard uintptr_t test with HAVE_STDINT_H, test forMartin v. Löwis2006-10-023-5/+14
* Fix test for uintptr_t. Fixes #1568842.Martin v. Löwis2006-10-024-29/+33
* Back out r52076, it's causing the buildbots to fail because of test_charmapco...Georg Brandl2006-09-302-4/+1
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-302-1/+4
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-303-2/+6
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-303-1/+7
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-302-2/+4
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-305-0/+23
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4
* wording changeGregory P. Smith2006-09-301-1/+1
* [Backport rev. 46882 by neal.norwitz]Andrew M. Kuchling2006-09-295-6/+52
* Typo fix from rev. 46879Andrew M. Kuchling2006-09-291-1/+1
* [Backport rev. 46878 by neal.norwitz]Andrew M. Kuchling2006-09-291-1/+3
* [Backport rev. 39743 by lemburg]Andrew M. Kuchling2006-09-292-8/+18
* [Backport rev. 41696 by neal.norwitz]Andrew M. Kuchling2006-09-292-1/+4
* [Backport rev39767 by nnorwitz]Andrew M. Kuchling2006-09-292-0/+5
* [Backport rev.39739 by nnorwitz]Andrew M. Kuchling2006-09-291-2/+2
* [Backport rev 39653 by nnorwitz]Andrew M. Kuchling2006-09-291-0/+4
* [Backport rev. 39645 by nnorwitz]Andrew M. Kuchling2006-09-291-0/+2
* [Backport rev. 39135 by mwh]Andrew M. Kuchling2006-09-282-0/+5
* [Backport rev.39030 by nascheme]Andrew M. Kuchling2006-09-282-0/+3
* [Backport rev. 39012 by mwh]Andrew M. Kuchling2006-09-282-0/+3
* [Backport rev. 38534 by loewis]Andrew M. Kuchling2006-09-272-1/+5
* Make examples do error checking on Py_InitModuleAndrew M. Kuchling2006-09-271-4/+10
* [Backport of rev. 42093 by neal.norwitz]Andrew M. Kuchling2006-09-2775-0/+149
* [Backport of rev. 51683 by neal.norwitz]Andrew M. Kuchling2006-09-272-0/+6
* [Backport rev.51254 from neal.norwitz]Andrew M. Kuchling2006-09-272-9/+18
* fix a bug with bsddb.DB.stat reversing its flags and txn keywordGregory P. Smith2006-09-192-1/+4
* Backport 51850 from release25-maint branch.Neal Norwitz2006-09-114-25/+236
* Backport from trunk r51737:Hye-Shik Chang2006-09-076-28/+53
* Remove bogus NEWS entry.Georg Brandl2006-09-071-4/+0
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-062-1/+7
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-062-1/+4
* Merge rev 51711 from the 2.5 branch.Tim Peters2006-09-052-2/+11
* Backport trunk's revision 51565:Thomas Wouters2006-08-243-1/+9
* Backport rev 51448:Georg Brandl2006-08-224-12/+35
* Patch #1540329: _hotshot.c fix backports.Georg Brandl2006-08-191-3/+8
* Minor editsAndrew M. Kuchling2006-08-182-3/+3
* Typo in tp_clear docs.Georg Brandl2006-08-181-1/+1
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-184-22/+24
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-143-3/+22
* Backport a patch applied to trunk that allows Python to compile withMatt Fleming2006-08-131-0/+8
* Fix typo.Georg Brandl2006-08-111-1/+1
* Backport whitespace-normalization-proofing test_cgi fix.Georg Brandl2006-08-111-2/+2
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Georg Brandl2006-08-114-5/+88
* Backport fixes for #1523610 (crashes in PyArg_ParseTuple):Georg Brandl2006-08-093-3/+42
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1