1. 6a448d4 Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows by Antoine Pitrou · 15 years ago
  2. 514ae01 Merged revisions 73998 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  3. 63dce79 Updated MSVC project files to follow PyCObject removal (r73729) by Hirokazu Yamamoto · 15 years ago
  4. 9e0804f Sorted file names. by Hirokazu Yamamoto · 15 years ago
  5. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  6. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 15 years ago
  7. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  8. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  9. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  10. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  11. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  12. 0a07285 Added Objects/capsule.c to project files. by Hirokazu Yamamoto · 15 years ago
  13. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  14. 435b0f2 use C character code to simplify #5410 by Benjamin Peterson · 15 years ago
  15. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  16. f498113 Added Python/dtoa.c to project files. by Hirokazu Yamamoto · 15 years ago
  17. b687e76 Add dtoc.[ch] to the VS8.0 project file. by Raymond Hettinger · 15 years ago
  18. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  19. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  20. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  21. ecdfd51 Merged revisions 70448 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  22. da4cb8e Update project file. by Raymond Hettinger · 15 years ago
  23. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  24. 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  25. eeba356 Merged revisions 69494 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  26. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  27. bc186a8 Merged revisions 69205 via svnmerge from by Martin v. Löwis · 15 years ago
  28. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  29. 891f263 Fix issue5076: bdist_wininst fails on py3k by Mark Hammond · 15 years ago
  30. 6d0e975 Merged revisions 69094 via svnmerge from by Mark Hammond · 15 years ago
  31. 9844a1f Merged revisions 69038 via svnmerge from by Mark Hammond · 15 years ago
  32. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 15 years ago
  33. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 15 years ago
  34. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 15 years ago
  35. 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  36. 0f0932c Merged revisions 68435 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  37. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 16 years ago
  38. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  39. 574b127 Remove traces of Py_InitModule*. by Georg Brandl · 16 years ago
  40. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  41. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 16 years ago
  42. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 16 years ago
  43. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  44. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  45. f7bfcfb #3791: Remove bsddb from the Windows msi installer, by Amaury Forgeot d'Arc · 16 years ago
  46. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  47. c883c4a forgot to remove _bsddb description from readme.txt (VC6) by Hirokazu Yamamoto · 16 years ago
  48. 696af97 Align the VS2003 and VS2005 build files with the VS2008 ones by Amaury Forgeot d'Arc · 16 years ago
  49. c96cba0 Follows to bsddb removal (VC6) by Hirokazu Yamamoto · 16 years ago
  50. ebad7f0 Merged revisions 66167 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  51. cb87f82 Merged revisions 66166 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  52. ab058ed RPC_WSTR is not available Visual Studio 2003 or earlier. by Hirokazu Yamamoto · 16 years ago
  53. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  54. ad3489e Merged revisions 65672 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  55. 0255f0e Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  56. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  57. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  58. 26adf52 Merged revisions 63828 via svnmerge from by Georg Brandl · 16 years ago
  59. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  60. bf9e966 Return the module at the end of its init function. by Amaury Forgeot d'Arc · 16 years ago
  61. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  62. 2b3f52f Add missing files for the windows VS2005 compiler by Amaury Forgeot d'Arc · 16 years ago
  63. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  64. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  65. 6166717 Merged revisions 64202 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  66. 9d865c9 On Windows, repair compilation of builtin modules _stringio and _pickle. by Amaury Forgeot d'Arc · 16 years ago
  67. b154909 Removed _stringio from Windows build. by Alexandre Vassalotti · 16 years ago
  68. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  69. 3c415a2 Attempt to fix the Windows build for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  70. ccc63b1 Added Windows build config for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  71. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  72. e8465f2 Remove PyInit_cStringIO again. by Martin v. Löwis · 16 years ago
  73. 6a880a8 Update to PEP 3121. by Martin v. Löwis · 16 years ago
  74. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  75. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  76. 12f8a05 Fix the Windows build by removing references to the cStringIO module by Thomas Heller · 16 years ago
  77. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  78. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  79. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  80. 704d8b1 Port GetInteger and GetString to 3k. by Martin v. Löwis · 16 years ago
  81. e95593e Merged revisions 63888 via svnmerge from by Martin v. Löwis · 16 years ago
  82. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  83. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  84. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  85. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  86. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  87. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  88. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  89. 66834fd Use UNICODE wWinMain, to make CRT initialize __wargv. by Martin v. Löwis · 16 years ago
  90. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago
  91. 8e99760 Added code to compile new _bytesio on Windows by Christian Heimes · 16 years ago
  92. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  93. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  94. 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
  95. 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
  96. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  97. d218dc1 Merged revisions 62177-62178,62180-62193 via svnmerge from by Martin v. Löwis · 16 years ago
  98. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  99. 247bd2e Change \u which is causing a syntax error. I'm not sure if that should be, but by Neal Norwitz · 16 years ago
  100. 44471f3 #2484: remove duplicate variable definition. by Georg Brandl · 16 years ago