1. 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 17 years ago
  2. 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 · 17 years ago
  3. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  4. 4975a1f Minor cleanup by Christian Heimes · 17 years ago
  5. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  6. 91c7730 Fixed bug in input() which broke pdb by Christian Heimes · 17 years ago
  7. f519261 #1479: Fix refleak in csv module (from rev 59062). by Georg Brandl · 17 years ago
  8. ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 17 years ago
  9. 0d84d13 Remove unused variable. by Georg Brandl · 17 years ago
  10. 5fb8eb9 Use proper API for iter.__next__(). by Georg Brandl · 17 years ago
  11. b078925 Added a simple helper script to build the dependencies of _tkinter. by Christian Heimes · 17 years ago
  12. 3d9b5a5 Updated readme.txt by Christian Heimes · 17 years ago
  13. e39439e Fixed a newline problem by Christian Heimes · 17 years ago
  14. e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 17 years ago
  15. 2af1d89 Open output files in text mode, after all they are text files. by Guido van Rossum · 17 years ago
  16. ad3562e Paul had the great idea to add /DNO_TCL to the pre-build step. by Christian Heimes · 17 years ago
  17. 0eb2102 Implemented request from Marc-Andre Lemburg by Christian Heimes · 17 years ago
  18. 62a8ee1 Added code to pre-generate makefiles and assembly files to build_ssl.py by Christian Heimes · 17 years ago
  19. 5914323 Cleanup Removed unreferenced variable by Christian Heimes · 17 years ago
  20. e165727 Just inline a function, and discover that it can only raise an exception. by Amaury Forgeot d'Arc · 17 years ago
  21. 3ee05af Stream functions like read() are supposed to return bytes, not buffer. by Amaury Forgeot d'Arc · 17 years ago
  22. af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 17 years ago
  23. 24eac03 Fix, thanks to Nick. by Georg Brandl · 17 years ago
  24. 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 17 years ago
  25. faddf1f Revert change of bz2.vcproj by Christian Heimes · 17 years ago
  26. c139a9b Fixed PGO builds by Christian Heimes · 17 years ago
  27. 6bd238c Use PyString instead of PyBytes in wrap_strftime(). by Walter Dörwald · 17 years ago
  28. 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 · 17 years ago
  29. 830a4bc os.environ contains PyUnicode instances and not PyString instances by Christian Heimes · 17 years ago
  30. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  31. 4d279c1 Typo in bytes.replace(): the buffer interface was always used. by Amaury Forgeot d'Arc · 17 years ago
  32. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 17 years ago
  33. 484fcd4 In audioop, return PyString instead of PyBytes. by Amaury Forgeot d'Arc · 17 years ago
  34. 3c72836 Merged revisions 59105-59106 via svnmerge from by Guido van Rossum · 17 years ago
  35. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
  36. d05eb00 Add ABC ByteString which unifies bytes and bytearray (but not memoryview). by Guido van Rossum · 17 years ago
  37. 831c476 when building with VC 2008, turn off unicode as default mode for the win32 API. by Amaury Forgeot d'Arc · 17 years ago
  38. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  39. b083400 Fix error messages for buffer objects to say "bytes" instead of "string". by Guido van Rossum · 17 years ago
  40. 1898084 More PyBytes -> PyString. by Guido van Rossum · 17 years ago
  41. f9e443c Make os.read() return bytes, not bytearray. by Guido van Rossum · 17 years ago
  42. 82c0dfa Return PyString, not PyBytes, for a bytes array. Clean up trailing whitespace. by Guido van Rossum · 17 years ago
  43. b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 17 years ago
  44. f06628b Make read() and certificate() return bytes instead of bytearray instances. by Guido van Rossum · 17 years ago
  45. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  46. 905a904 Final fix for #1403 by Christian Heimes · 17 years ago
  47. 81c951c Removed character set = unicode as requested by Amaury by Christian Heimes · 17 years ago
  48. 651b61f Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat) by Christian Heimes · 17 years ago
  49. 1076a20 Patch +1478 from Joseph Armbruster by Christian Heimes · 17 years ago
  50. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
  51. 81e8ab5 For unknown reasons "Save All" doesn't save the vsprops files. by Christian Heimes · 17 years ago
  52. 9519eb9 Fixes for #1473 and #1476 by Christian Heimes · 17 years ago
  53. 051d1dd The Identifiers and keywords syntax diagram did not appear correctly in the by Mark Summerfield · 17 years ago
  54. bfd4985 Added configurations and files for profile guided optimization (PGO). by Christian Heimes · 17 years ago
  55. 96e7b3d The patch from weck does a better job than my original idea. Thanks! by Christian Heimes · 17 years ago
  56. ad32deb Report #1473 Drop _EXPORTS macros in PCbuild9 by Christian Heimes · 17 years ago
  57. e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  58. 90ebd3e os.system: on Windows, avoid encoding the command and use the "wide" function: _wsystem by Amaury Forgeot d'Arc · 17 years ago
  59. 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago
  60. 10c476d Correct test_cvs on Windows, as suggested by Raghuram Devarakonda by Amaury Forgeot d'Arc · 17 years ago
  61. a2d1d7e Oops, I missed this one again (test_univnewlines fails): by Amaury Forgeot d'Arc · 17 years ago
  62. 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
  63. 74c29c7 Make test_cmd_line_scripts pass by using a unicode string instead of by Guido van Rossum · 17 years ago
  64. 82f013b Fixed build order of the _ssl project. The openssl project needs to come first because the makefile puts the header files in the right place. by Christian Heimes · 17 years ago
  65. 87c0f1d Merged revisions 59041-59055 via svnmerge from by Guido van Rossum · 17 years ago
  66. 87afcbf Tweak the imports so this script will run stand-alone. by Guido van Rossum · 17 years ago
  67. 97e8029 I've spend some time to automate more steps of the build process. Now bzip2, bsddb, sqlite and openssl are automatically build by prelink steps. by Christian Heimes · 17 years ago
  68. a6b4635 Revert modifications to extract_msvcr71 in 59040, as they didn't actually work. by Martin v. Löwis · 17 years ago
  69. 8a48c4c Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU. by Christian Heimes · 17 years ago
  70. 80101a8 I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm having trouble to compile the module with VS 2008 cl.exe because "initializer is not a constant". by Christian Heimes · 17 years ago
  71. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  72. 81ca7c7 Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default. by Christian Heimes · 17 years ago
  73. 6030a60 remove now-obsolete test_socket_ssl by Bill Janssen · 17 years ago
  74. bce52be Fixed some build issues and updated docs. by Christian Heimes · 17 years ago
  75. d157e69 The _winreg module returns bytes which must be decoded to unicode, not encoded. by Christian Heimes · 17 years ago
  76. ad14d11 Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and partly hand crafted with some idea from PCbuild8. I've recreated all the extension module projects. by Christian Heimes · 17 years ago
  77. 1c8e5bc Use 'del' instead of rmpyc.py to remove the pyc and pyo files. by Thomas Heller · 17 years ago
  78. 6317843 Fixed an error in my last commit. The dll files are in the bin directory, not in the lib directory. by Christian Heimes · 17 years ago
  79. 3bff437 I finally figured out why _tkinter and _bsddb didn't compile with PCbuild8. by Christian Heimes · 17 years ago
  80. b7b030e Disable dup() of SSLSocket. I don't think it can be made to work. by Guido van Rossum · 17 years ago
  81. 39eb8fa This is roughly socket2.diff from issue 1378, with a few changes applied by Guido van Rossum · 17 years ago
  82. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  83. cf171a7 Cleanup of tokenizer.c. by Guido van Rossum · 17 years ago
  84. 053b4f3 Oops, forgot to test this after the merge. by Guido van Rossum · 17 years ago
  85. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  86. 5b8b155 Fix some minor style nits. (I'll leave adding __all__ and making the by Guido van Rossum · 17 years ago
  87. b615069 Fix for VS 2008 by Christian Heimes · 17 years ago
  88. 65f9ace Correction for issue1134: all source files with a coding spec, except latin-1 by Amaury Forgeot d'Arc · 17 years ago
  89. c05f42a add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 17 years ago
  90. 6e027db get SSL support to work again by Bill Janssen · 17 years ago
  91. f83088a Attempt to manually add _ssl to the PCBuild8 solution file. by Amaury Forgeot d'Arc · 17 years ago
  92. b7f17e4 Found another memory leak in longrangeiter. And redo the previous correction by Amaury Forgeot d'Arc · 17 years ago
  93. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  94. 6e8ea0f Fix two compiler warnings on Win64. by Thomas Heller · 17 years ago
  95. 4d0ebcc In anticipation of the upcoming ssl patch I've added _ssl to PCbuild8. It's based on a copy of _socket.vcproj. My German version of VS 2005 alters almost every line of pcbuild.sln. Could somebody else please add _ssl.vcproj to the solution? by Christian Heimes · 17 years ago
  96. fc158e2 Patch 1144 by David Binger, fix for parser module. With unittest. by Guido van Rossum · 17 years ago
  97. a1e9ec4 Correct a memory leak: the range() object was not properly freed. by Amaury Forgeot d'Arc · 17 years ago
  98. a041ba5 On Win64, linking the python dll currently fails with 'unresolved by Thomas Heller · 17 years ago
  99. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  100. 70021d7 The peeping and bawling of the builtin speaker is giving my poor cat the creeps. by Christian Heimes · 17 years ago