1. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  2. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  3. 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 16 years ago
  4. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  5. 7131fd9 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-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  6. 0bd4e11 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,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  7. a822314 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,60696-60698 via svnmerge from by Christian Heimes · 16 years ago
  8. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 16 years ago
  9. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  10. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  11. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  12. 4c3eda3 And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 17 years ago
  13. 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
  14. 8fd7b0c Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c by Christian Heimes · 17 years ago
  15. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  16. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  17. ba3febc Fixed merge accident by Christian Heimes · 17 years ago
  18. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  19. 41be35d Merged revisions 59625-59627 via svnmerge from by Christian Heimes · 17 years ago
  20. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  21. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  22. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  23. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
  24. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  25. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  26. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  27. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  28. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  29. d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 17 years ago
  30. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  31. b98dd2e Patch 1304, by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  32. c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
  33. f12088b clean out some hotshot-related build turds by Fred Drake · 17 years ago
  34. 0ea230b Remove more traces of bufferobject.[ch] from build files etc. by Guido van Rossum · 17 years ago
  35. 39763a1 Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming by Thomas Heller · 17 years ago
  36. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  37. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  38. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  39. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  40. b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
  41. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  42. 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 17 years ago
  43. a369c5a Use unicode by Neal Norwitz · 17 years ago
  44. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  45. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  46. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  47. 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
  48. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  49. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  50. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  51. b5b652e Drop cPickle from Windows build process. by Martin v. Löwis · 17 years ago
  52. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  53. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  54. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  55. 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 17 years ago
  56. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  57. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  58. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  59. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  60. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  61. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  62. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  63. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  64. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  65. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  66. 7d71fb8 Little fixes: by Neal Norwitz · 17 years ago
  67. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  68. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  69. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  70. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  71. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  72. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  73. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  74. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  75. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  76. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  77. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  78. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  79. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  80. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  81. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  82. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  83. dd860ca Update copyright notice. by Martin v. Löwis · 18 years ago
  84. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  85. fe8a566 Remove svn:mime-type (inexplicably set to a binary type), by Tim Peters · 18 years ago
  86. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  87. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  88. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  89. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  90. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  91. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  92. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  93. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  94. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  95. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  96. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 19 years ago
  97. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 19 years ago
  98. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  99. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  100. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago