1. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  2. 170eee9 Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform. by Kristján Valur Jónsson · 17 years ago
  3. 19ac472 Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits. by Kristján Valur Jónsson · 17 years ago
  4. 27f4abf Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped by Walter Dörwald · 17 years ago
  5. 9b73d0a Don't truncate pointers to integers (on win64 platform). by Thomas Heller · 17 years ago
  6. 8baeb11 Fix building _ctypes.pyd for x64 / Windows. by Thomas Heller · 17 years ago
  7. 8b267b5 Remove dead code. This code couldn't be reached because earlier in by Neal Norwitz · 17 years ago
  8. dc9b32e Handle a couple of uncaught errors. This should be backported by Neal Norwitz · 17 years ago
  9. b8ae3d0 Actually raise an exception before calling ast_error_finish. by Georg Brandl · 17 years ago
  10. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 17 years ago
  11. d83eb31 Stop using PyMem_FREE while the GIL is not held. For details see: by Neal Norwitz · 17 years ago
  12. c0a293c Added documentation for new optional credentials argument to SMTPHandler.__init__(). by Vinay Sajip · 17 years ago
  13. 70c8e8b Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified. by Vinay Sajip · 17 years ago
  14. 09728b7 Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 17 years ago
  15. 5a006b3 Bug #1710295: exceptions are now new-style classes. by Georg Brandl · 17 years ago
  16. 68bb9a1 When accessing the .value attribute of a c_wchar_p instance, and the by Thomas Heller · 17 years ago
  17. 5a901bd Make sure to call PyErr_NoMemory() in several places where by Thomas Heller · 17 years ago
  18. 7a0da19 Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64. by Kristján Valur Jónsson · 17 years ago
  19. 714e19a There really are some tests that are problematic. by Neal Norwitz · 17 years ago
  20. 58ef8cd Version fix (bug #1708710) by Georg Brandl · 17 years ago
  21. 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 17 years ago
  22. bd77c03 Accomodate 64 bit time_t in the _bsddb module. by Kristján Valur Jónsson · 17 years ago
  23. 6e6eaa7 Minor wording change on slicing aide-memoire. by Steve Holden · 17 years ago
  24. 94b706b The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build by Kristján Valur Jónsson · 17 years ago
  25. 0a440d4 Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile. by Kristján Valur Jónsson · 18 years ago
  26. 452f5df fix some markup errors by Fred Drake · 18 years ago
  27. cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 18 years ago
  28. fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 18 years ago
  29. f00c5b5 Import and raise statement cleanup. by Collin Winter · 18 years ago
  30. 355954e Set missing svn:eol-style property on text files. by Tim Peters · 18 years ago
  31. 35c7bb2 Whitespace normalization. by Tim Peters · 18 years ago
  32. 297996b Change test_support.have_unicode to use True/False instead of 1/0. by Collin Winter · 18 years ago
  33. bec754c Remove functionality from test_datetime.test_main() that does reference count checking; 'regrtest.py -R' is the way to do this kind of testing. by Collin Winter · 18 years ago
  34. c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 18 years ago
  35. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  36. e47c508 Markup fix. by Georg Brandl · 18 years ago
  37. 3dc6e90 Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
  38. f371cb1 Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now. by Kristján Valur Jónsson · 18 years ago
  39. 67387fb Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h by Kristján Valur Jónsson · 18 years ago
  40. 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 18 years ago
  41. e133a95 Fix markup by Raymond Hettinger · 18 years ago
  42. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  43. 18afb37 Bug #1705717: error in sys.argv docs. by Georg Brandl · 18 years ago
  44. d918a65 Added a comment about last change in urllib2.py (all 2xx responses are ok now). by Facundo Batista · 18 years ago
  45. 556697e Some new year updates. by Georg Brandl · 18 years ago
  46. 8eea9ac Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
  47. d0bfa74 Remove code that hasn't been called in years. by Collin Winter · 18 years ago
  48. 0fe118b Convert PyUnit -> unittest. by Collin Winter · 18 years ago
  49. 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
  50. 9f87128 Added tests for other methods of SSL object. Now we cover by Facundo Batista · 18 years ago
  51. 2452298 Bug #1704790: bind name "sys" locally in __del__ method so that it is by Georg Brandl · 18 years ago
  52. 5d08bd7 Add an optional address to copy the failure mails to. by Neal Norwitz · 18 years ago
  53. 796fc99 Fix a usage of the dangerous pattern decref - modify field - incref. by Armin Rigo · 18 years ago
  54. c0ba52d Revert r53997 as per by Armin Rigo · 18 years ago
  55. bd53870 SF #1703270, add missing declaration in readline.c to avoid compiler warning. by Neal Norwitz · 18 years ago
  56. f64c900 Silence a compiler warning about incompatible pointer types. by Brett Cannon · 18 years ago
  57. bcc1822 Add Travis Oliphant. by Martin v. Löwis · 18 years ago
  58. c20a250 Check the availability of the urlfetch resource earlier than before. by Collin Winter · 18 years ago
  59. 68cdf8a SF #1701207, Fix bogus assertion (and test it!) by Neal Norwitz · 18 years ago
  60. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  61. e6bdb9b Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' by Trent Mick · 18 years ago
  62. 019fcbc Fix potential crash in path manipulation on windows by Kristján Valur Jónsson · 18 years ago
  63. 2f2f579 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 18 years ago
  64. 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 18 years ago
  65. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  66. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 18 years ago
  67. e2d827d Patch #1698951: clarify deprecation message in rexec and Bastion by Georg Brandl · 18 years ago
  68. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  69. 5176180 Repair missing spaces after \UNIX. by Georg Brandl · 18 years ago
  70. 135c317 Exceptions are no longer old-style instances. Fix accordingly. by Georg Brandl · 18 years ago
  71. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  72. c02e131 Add some missing NULL checks which trigger crashes on low-memory conditions. by Georg Brandl · 18 years ago
  73. 5bf02cd Describe undocumented third argument to touchline() by Andrew M. Kuchling · 18 years ago
  74. a6fbc1eab Point readers at the patch submission instructions by Andrew M. Kuchling · 18 years ago
  75. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  76. 781aef2 Repair a duplicate label and some obsolete uses of \setindexsubitem. by Georg Brandl · 18 years ago
  77. 59c5884 General clean-up. Lot of margin corrections, comments, some typos. by Facundo Batista · 18 years ago
  78. 8341aac Typo fix. by Collin Winter · 18 years ago
  79. 3bdc002 Minor fix to the tests pass ok even with -O. by Facundo Batista · 18 years ago
  80. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 18 years ago
  81. aa7b16a Added optional timeout to SocketHandler.makeSocket (SF #1695948) by Vinay Sajip · 18 years ago
  82. 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 18 years ago
  83. bf61856 Convert test_fileinput to use unittest. by Collin Winter · 18 years ago
  84. 69c955f Convert test_module to use unittest. by Collin Winter · 18 years ago
  85. fef1dcf Convert test_gc to use unittest. by Collin Winter · 18 years ago
  86. e10deca Import cleanup in test_crypt. by Collin Winter · 18 years ago
  87. 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 18 years ago
  88. 615b49b Some grammar fixes by Andrew M. Kuchling · 18 years ago
  89. 9405609 Convert test_normalization to use unittest. by Collin Winter · 18 years ago
  90. fe712fb Convert test_long_future to use unittest. by Collin Winter · 18 years ago
  91. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  92. 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 18 years ago
  93. 10fe455 Make test_softspace use unittest. by Collin Winter · 18 years ago
  94. 82c3671 Make test_getopt use unittest. by Collin Winter · 18 years ago
  95. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  96. 80e8c99 Stop using test_support.verify(). by Collin Winter · 18 years ago
  97. 9475db7 Clean up imports. by Collin Winter · 18 years ago
  98. b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 18 years ago
  99. 06c6579 Fixed the way that the .pem files are looked for, and changed by Facundo Batista · 18 years ago
  100. a0da5c7 Changed the whole structure of startup and checking if the by Facundo Batista · 18 years ago