1. ad3f332 Merge r60673 by Raymond Hettinger · 18 years ago
  2. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 18 years ago
  3. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 18 years ago
  4. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 18 years ago
  5. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 18 years ago
  6. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 18 years ago
  7. 48aa4b1 Get the ref counting for static allocated longs right. by Christian Heimes · 18 years ago
  8. dfc12ed Fixed multiple reinitialization of the Python interpreter. The small int list in longobject.c has caused a seg fault during the third finalization. by Christian Heimes · 18 years ago
  9. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 18 years ago
  10. db96789 Fixed r60466 by Christian Heimes · 18 years ago
  11. fab2b30 Remove duplicate function. by Raymond Hettinger · 18 years ago
  12. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 18 years ago
  13. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 18 years ago
  14. 2c4a072 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 18 years ago
  15. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 18 years ago
  16. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 18 years ago
  17. fa767ef Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int. PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376. by Eric Smith · 18 years ago
  18. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 18 years ago
  19. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 18 years ago
  20. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 18 years ago
  21. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 18 years ago
  22. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 18 years ago
  23. a1e7e13 #1939: update code object docstring. by Georg Brandl · 18 years ago
  24. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 18 years ago
  25. 2336bdd Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed by Facundo Batista · 18 years ago
  26. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 18 years ago
  27. 386cd1e long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago by Christian Heimes · 18 years ago
  28. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 18 years ago
  29. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 18 years ago
  30. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 18 years ago
  31. ad433db Clean up PyString_Size(). by Alexandre Vassalotti · 18 years ago
  32. ab078dd Issue #1393: object_richcompare() returns NotImplemented instead of by Guido van Rossum · 18 years ago
  33. c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 18 years ago
  34. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 18 years ago
  35. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
  36. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 18 years ago
  37. f5243f0 Merge changes from 59576 from trunk to p3yk branch; these were skipped by Guido van Rossum · 18 years ago
  38. 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 18 years ago
  39. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  40. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 18 years ago
  41. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 18 years ago
  42. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 18 years ago
  43. a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 18 years ago
  44. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 18 years ago
  45. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 18 years ago
  46. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 18 years ago
  47. 1101940 typo by Skip Montanaro · 18 years ago
  48. 9bbac50 Fixed a bug found by Marcin Kowalczyk by Christian Heimes · 18 years ago
  49. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 18 years ago
  50. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 18 years ago
  51. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 18 years ago
  52. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 18 years ago
  53. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 18 years ago
  54. a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 18 years ago
  55. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 18 years ago
  56. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 18 years ago
  57. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  58. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 18 years ago
  59. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  60. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  61. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  62. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 18 years ago
  63. f77c929 Rename the internal name of dictproxy -> dict_proxy, by Guido van Rossum · 18 years ago
  64. c896700 Partial fix for bug #1306 by Christian Heimes · 18 years ago
  65. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 18 years ago
  66. 2fd4f37 Merged revisions 59212-59225 via svnmerge from by Guido van Rossum · 18 years ago
  67. 043c8f8 Removed iter* methods from dictproxy. by Christian Heimes · 18 years ago
  68. 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 18 years ago
  69. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 18 years ago
  70. ceee077 #1496: revert str.translate() to the old version, and add by Georg Brandl · 18 years ago
  71. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 18 years ago
  72. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 18 years ago
  73. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 18 years ago
  74. 0d84d13 Remove unused variable. by Georg Brandl · 18 years ago
  75. 5fb8eb9 Use proper API for iter.__next__(). by Georg Brandl · 18 years ago
  76. 5914323 Cleanup Removed unreferenced variable by Christian Heimes · 18 years ago
  77. e165727 Just inline a function, and discover that it can only raise an exception. by Amaury Forgeot d'Arc · 18 years ago
  78. f386311 Removed blocks from several functions in unicodeobject and stringobject where a PyString function was still checking for PyUnicode or the other way around. by Christian Heimes · 18 years ago
  79. 4d279c1 Typo in bytes.replace(): the buffer interface was always used. by Amaury Forgeot d'Arc · 18 years ago
  80. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 18 years ago
  81. 254348e Rename buffer -> bytearray. by Guido van Rossum · 18 years ago
  82. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 18 years ago
  83. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 18 years ago
  84. bce52be Fixed some build issues and updated docs. by Christian Heimes · 18 years ago
  85. b7f17e4 Found another memory leak in longrangeiter. And redo the previous correction by Amaury Forgeot d'Arc · 18 years ago
  86. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 18 years ago
  87. a1e9ec4 Correct a memory leak: the range() object was not properly freed. by Amaury Forgeot d'Arc · 18 years ago
  88. 58cb1b8 Fix for #1415 pythonw.exe fails because std streams a missing by Christian Heimes · 18 years ago
  89. 1607278 Let's do as Guido says and return None instead of -1 by Christian Heimes · 18 years ago
  90. af935e3 Stop Python code from instantiating a new stdprinter with sys.stderr.__class__() by Christian Heimes · 18 years ago
  91. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 18 years ago
  92. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 18 years ago
  93. e018b30 Bug #1415 by Christian Heimes · 18 years ago
  94. 7b6fc8e Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py by Christian Heimes · 18 years ago
  95. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  96. 5894ba7 Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. by Christian Heimes · 18 years ago
  97. a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 18 years ago
  98. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 18 years ago
  99. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
  100. c6ecfcd Minor correction to the stdprinter object. by Guido van Rossum · 18 years ago