summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19144-1153/+1306
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-1942-4149/+628
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-1714-143/+110
* Fix sys.maxsize docs.Georg Brandl2007-12-151-3/+4
* Fixed #1630Christian Heimes2007-12-151-1/+2
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-1516-103/+299
* update to fix leak in SSL codeBill Janssen2007-12-144-68/+225
* Couple of corrections to open() doc as per email from GvR.Mark Summerfield2007-12-141-6/+8
* Updated open() to more accurately reflect io.open()'s documentation.Mark Summerfield2007-12-141-38/+72
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-1416-166/+86
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-132-2/+17
* Explicitly close pipes so test_ctypes won't appear to randomly leakGuido van Rossum2007-12-121-9/+34
* Add a comment to explain why we have to restore the original value.Thomas Heller2007-12-121-0/+4
* maxint->maxsize. Wouldn't import.Kurt B. Kaiser2007-12-121-1/+1
* Bump versionKurt B. Kaiser2007-12-121-1/+1
* This test checks and modifies the value of an integer stored in a dll.Thomas Heller2007-12-121-0/+2
* Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to...Christian Heimes2007-12-111-50/+50
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-114-7/+312
* Added note about 1585 to Misc/NEWSChristian Heimes2007-12-111-0/+2
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-119-9/+54
* Minor cleanup in the gc module.Amaury Forgeot d'Arc2007-12-103-33/+9
* Added missing fileChristian Heimes2007-12-101-0/+1021
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-109-3/+743
* Two IDLE errors in Option->Configure menu.Amaury Forgeot d'Arc2007-12-101-3/+3
* Fixed doc xml rpc tests and serverChristian Heimes2007-12-102-9/+8
* Make Decimal a subclass of Real and Inexact.Guido van Rossum2007-12-103-29/+30
* Updated release notes (to match what's on python.org/download/releases/3.0/).Guido van Rossum2007-12-101-9/+30
* Fixed #1578: Problems in win_getpassChristian Heimes2007-12-102-4/+6
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-105-28/+258
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-107-45/+85
* typoSkip Montanaro2007-12-091-1/+1
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-093-13/+9
* Merged revisions 59423-59440 via svnmerge fromChristian Heimes2007-12-092-3/+3
* #1571: clarify removal of ``L`` suffix from long int repr.Georg Brandl2007-12-091-3/+5
* Added another test case for kwonly methodsChristian Heimes2007-12-082-8/+16
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-082-0/+10
* Fixed #1573: Improper use of the keyword-only syntax makes the parser crashChristian Heimes2007-12-082-2/+22
* Fix one more PyInt occurrence.Georg Brandl2007-12-081-3/+3
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-082-21/+15
* Fixed two of the three failing xml rpc testsChristian Heimes2007-12-082-2/+2
* Fixed a bug found by Marcin KowalczykChristian Heimes2007-12-081-1/+1
* Added descriptor for builtins.open.__doc__Christian Heimes2007-12-081-0/+10
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-0818-284/+568
* Added stop_serving and a timeout to tearDown()Christian Heimes2007-12-081-2/+14
* Disabled test_404, see issue #1572Christian Heimes2007-12-081-3/+2
* Readded Lib/distutils/tests/test_sysconfig.pyChristian Heimes2007-12-081-0/+37
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-0823-133/+260
* Added -b option to the list of command line optionsChristian Heimes2007-12-071-1/+7
* rename markupbase to _markupbaseFred Drake2007-12-073-7/+7
* No -Q flag anymore in Py3k.Georg Brandl2007-12-071-21/+1