1. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  2. 14a767d Made the TypeError message in bytes_iconcat() less confusing. by Alexandre Vassalotti · 16 years ago
  3. c4352b0 Issue 2801: fix bug in float.is_integer where ValueError was incorrectly by Mark Dickinson · 16 years ago
  4. 10956ea Forward port r62848. by Raymond Hettinger · 16 years ago
  5. 7694100 Give with_traceback a docstring. by Georg Brandl · 16 years ago
  6. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  7. 999679a Fixed a small omission in the renaming of "unicode" to "str". by Alexandre Vassalotti · 16 years ago
  8. 3fe8216 Fixed a bug in the representation of self-referential tuples. by Alexandre Vassalotti · 16 years ago
  9. df0a5cb #2689 Fix indentation in Objects/rangeobject.c by Benjamin Peterson · 16 years ago
  10. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  11. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  12. 7ab6be2 PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long); by Mark Dickinson · 16 years ago
  13. 32dde22 Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62128,62130,62132,62134-62135,62137,62139-62140,62144,62146,62151,62155,62157,62162-62166,62171-62172,62175-62176,62178,62181-62186,62188-62192,62196,62200-62203,62206,62211-62213,62215-62218,62222,62224-62226,62228,62232,62236,62240-62245,62248,62250-62254,62256-62258,62262,62264-62265,62267-62270,62272-62276,62280-62288,62291-62292,62299-62301,62307,62312,62316-62318,62322-62331,62333-62337,62339-62344,62346-62348 via svnmerge from by Neal Norwitz · 16 years ago
  14. e0313f2 Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space indents. by Alexandre Vassalotti · 16 years ago
  15. 8dcdb25 Improved bytes_extend() to avoid making a full copy of the temporary by Alexandre Vassalotti · 16 years ago
  16. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  17. 7179220 Issue 2440: revert r62269 and r62279. These changes were made in an effort to fix test_args2.Signed_TestCase.test_n(), which was failing on Windows x64 on the following line: 'self.failUnlessEqual(99, getargs_n(Long()))'. Although the two commits *did* fix the test on Windows x64, it's become clear that it's the test that's incorrect, and the changes to PyNumber_Index() in particular were not warranted (and actually violate PEP 357). This commit will get us back to where we were at r62268, before I started butchering things. by Trent Nelson · 16 years ago
  18. d12fbe9 Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floats to be interpreted as longs. Thanks to Benjamin Peterson for picking this up. by Trent Nelson · 16 years ago
  19. e2ae468 Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), extend Objects/abstract.c's PyNumber_Index() to accept PyObjects that have nb_int slots, and update test_getargs2 to test that an exception is thrown when __int__() returns a non-int object. by Trent Nelson · 16 years ago
  20. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  21. 5a6f458 Merged revisions 62199 via svnmerge from by Martin v. Löwis · 16 years ago
  22. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  23. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  24. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  25. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  26. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  27. 3fd1399 Disabled some unused functions to silence compiler warnings by Christian Heimes · 16 years ago
  28. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  29. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  30. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  31. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  32. 4621875 Fix an apparent typo. This test of the readonly boolean should have been != 0 by Gregory P. Smith · 17 years ago
  33. 4a983c5 #2285: remove cmp keyword from list.sort docstring. by Georg Brandl · 17 years ago
  34. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 17 years ago
  35. 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 17 years ago
  36. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
  37. ecbac8f Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
  38. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 17 years ago
  39. c3f30c4 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago
  40. 8a0217c Port 60893 to py3k, without unicode test. by Eric Smith · 17 years ago
  41. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 17 years ago
  42. 18c6689 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60873 via svnmerge from by Christian Heimes · 17 years ago
  43. a156e09 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
  44. ad3f332 Merge r60673 by Raymond Hettinger · 17 years ago
  45. 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 · 17 years ago
  46. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 17 years ago
  47. 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 · 17 years ago
  48. 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 · 17 years ago
  49. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  50. 48aa4b1 Get the ref counting for static allocated longs right. by Christian Heimes · 17 years ago
  51. 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 · 17 years ago
  52. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  53. db96789 Fixed r60466 by Christian Heimes · 17 years ago
  54. fab2b30 Remove duplicate function. by Raymond Hettinger · 17 years ago
  55. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  56. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  57. 2c4a072 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 17 years ago
  58. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
  59. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  60. 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 · 17 years ago
  61. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 17 years ago
  62. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  63. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 17 years ago
  64. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
  65. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  66. a1e7e13 #1939: update code object docstring. by Georg Brandl · 17 years ago
  67. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  68. 2336bdd Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed by Facundo Batista · 17 years ago
  69. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  70. 386cd1e long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago by Christian Heimes · 17 years ago
  71. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  72. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  73. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 17 years ago
  74. ad433db Clean up PyString_Size(). by Alexandre Vassalotti · 17 years ago
  75. ab078dd Issue #1393: object_richcompare() returns NotImplemented instead of by Guido van Rossum · 17 years ago
  76. 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 · 17 years ago
  77. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 17 years ago
  78. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  79. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  80. f5243f0 Merge changes from 59576 from trunk to p3yk branch; these were skipped by Guido van Rossum · 17 years ago
  81. 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 17 years ago
  82. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  83. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  84. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  85. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  86. a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
  87. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  88. 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 · 17 years ago
  89. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  90. 1101940 typo by Skip Montanaro · 17 years ago
  91. 9bbac50 Fixed a bug found by Marcin Kowalczyk by Christian Heimes · 17 years ago
  92. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  93. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  94. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  95. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  96. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 17 years ago
  97. a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 17 years ago
  98. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
  99. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  100. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago