1. e2e447b Stop using METH_OLDARGS by Neal Norwitz · 17 years ago
  2. 6f145fc Document new params to HTTPSConnection by Neal Norwitz · 17 years ago
  3. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 17 years ago
  4. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 17 years ago
  5. 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 17 years ago
  6. 0d6a8cc Replace assertion with straight error-checking. by Raymond Hettinger · 17 years ago
  7. 5faa75f fix against r55474 [Remove the macfs module] by George Yoshida · 17 years ago
  8. 6f73816 Add Alexandre Vassalotti. by Martin v. Löwis · 17 years ago
  9. 0f852e2 Note removed modules by Andrew M. Kuchling · 17 years ago
  10. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 17 years ago
  11. 49da0ea Move imgfile import to the global namespace to trigger an import error ASAP to by Brett Cannon · 17 years ago
  12. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 17 years ago
  13. 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 17 years ago
  14. f8519c4 Update directories/files at the top-level. by Neal Norwitz · 17 years ago
  15. 90340a1 rotor is long gone. by Neal Norwitz · 17 years ago
  16. c568cc1 Fix typo in example (should be backported, but my maintenance branch is woefully out of date) by Nick Coghlan · 17 years ago
  17. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 17 years ago
  18. 8d76cca Fix docstring for add_package in site.py. by Georg Brandl · 17 years ago
  19. d410b32 Give some clue as to what happened if the test fails. by Neal Norwitz · 17 years ago
  20. 4868ef8 Whoops, need to pay attention to those test failures. by Neal Norwitz · 17 years ago
  21. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 17 years ago
  22. f3241a3 Fix beginner mistake -- don't mix spaces and tabs. by Raymond Hettinger · 17 years ago
  23. 5a41daf Improvements to NamedTuple's implementation, tests, and documentation by Raymond Hettinger · 17 years ago
  24. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 17 years ago
  25. 6eb7bed Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 17 years ago
  26. 88d96ad fix argument name in documentation; match the implementation by Fred Drake · 17 years ago
  27. f6b0e4d Last try for tweaking the max stack depth. 5000 was the original value, by Neal Norwitz · 17 years ago
  28. 4f82bc3 Set the depth to something very small to try to determine if the by Neal Norwitz · 17 years ago
  29. 117ef08 Reduce the max stack depth to see if this fixes the segfaults on by Neal Norwitz · 17 years ago
  30. 5cd0fca Complete deprecation of BaseException.message. Some subclasses were directly by Brett Cannon · 17 years ago
  31. 72ef8da calendar.py gets no benefit from xrange() instead of range() by Raymond Hettinger · 17 years ago
  32. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 17 years ago
  33. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  34. f1135f3 Bug #1719995: don't use deprecated method in sets example. by Georg Brandl · 17 years ago
  35. fa15511 Change the maintainer of the BeOS port. by Brett Cannon · 17 years ago
  36. e0e70a4 Mention removal of some directories for obsolete platforms by Neal Norwitz · 17 years ago
  37. d501d1f Port rev 55353 from Guido: by Neal Norwitz · 17 years ago
  38. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 17 years ago
  39. 8be9ab8 Small speedup. by Raymond Hettinger · 17 years ago
  40. cd498be Remove support for freebsd[23] which haven't been released since 2000 by Neal Norwitz · 17 years ago
  41. 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 17 years ago
  42. 7072559 Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY. by Neal Norwitz · 17 years ago
  43. 0c1f6fc Add bz2 to content encodings. by Georg Brandl · 17 years ago
  44. 2dd7d17 Bug #1046945: document SWIG options of distutils. by Georg Brandl · 17 years ago
  45. a74b67e Better tests for posixpath.commonprefix by Raymond Hettinger · 17 years ago
  46. e3e62b3 Update DDJ link. by Georg Brandl · 17 years ago
  47. c5207c8 Patch #1714700: clarify os.linesep vs. tfiles opened in text mode. (backport) by Georg Brandl · 17 years ago
  48. bc1b5f1 Remove an XXX that is unnecessary. by Georg Brandl · 17 years ago
  49. 6bf8fa6 Deprecate os.popen* and popen2 module in favor of the subprocess module. (forgot the doc) by Neal Norwitz · 17 years ago
  50. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  51. 82be218 Remove trailing whitespace in docstring by Neal Norwitz · 17 years ago
  52. aa87fb6 Fix typo in docstring (the module is popen2, not 3). by Neal Norwitz · 17 years ago
  53. d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 17 years ago
  54. 360496d Fix a bug in test_c_api() that caused a negative refcount. by Guido van Rossum · 17 years ago
  55. 3ebc45d Backport checkin: by Walter Dörwald · 17 years ago
  56. 0999a11 Add markup for True/False. Will backport by Neal Norwitz · 17 years ago
  57. fa9be8c Fix a bug in test.test_support.open_urlresource(). by Collin Winter · 17 years ago
  58. abe1d48 As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present. by Kristján Valur Jónsson · 17 years ago
  59. 58e123d Verify changes to the trunk go to the normal checkins list by Neal Norwitz · 17 years ago
  60. 8549ce3 Updates of recent changes to logging. by Vinay Sajip · 17 years ago
  61. cc40ff8 Bug #1713535: typo in logging example. by Georg Brandl · 17 years ago
  62. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 17 years ago
  63. 2ebc4d8 Oops, these tests do not run on Windows CE. by Thomas Heller · 17 years ago
  64. 1ad576c Do not truncate 64-bit pointers to 32-bit integers. by Thomas Heller · 17 years ago
  65. 22ea025 Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file. by Kristján Valur Jónsson · 17 years ago
  66. 465bdcc Update the pcbuild8 solution. Straightened out the _ctypes project by using a .vsproj file and a masm64.rules file to avoid redundancy by Kristján Valur Jónsson · 17 years ago
  67. db3bfdf On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the by Thomas Heller · 17 years ago
  68. 0455214 Fix some ctypes test crashes, when running with a debug Python by Thomas Heller · 17 years ago
  69. c0e9840 Revert compiler comment to AMD64 for x64/AMD64 builds. by Kristján Valur Jónsson · 17 years ago
  70. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  71. 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
  72. 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
  73. 27f4abf Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped by Walter Dörwald · 17 years ago
  74. 9b73d0a Don't truncate pointers to integers (on win64 platform). by Thomas Heller · 17 years ago
  75. 8baeb11 Fix building _ctypes.pyd for x64 / Windows. by Thomas Heller · 17 years ago
  76. 8b267b5 Remove dead code. This code couldn't be reached because earlier in by Neal Norwitz · 17 years ago
  77. dc9b32e Handle a couple of uncaught errors. This should be backported by Neal Norwitz · 17 years ago
  78. b8ae3d0 Actually raise an exception before calling ast_error_finish. by Georg Brandl · 17 years ago
  79. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 17 years ago
  80. d83eb31 Stop using PyMem_FREE while the GIL is not held. For details see: by Neal Norwitz · 17 years ago
  81. c0a293c Added documentation for new optional credentials argument to SMTPHandler.__init__(). by Vinay Sajip · 17 years ago
  82. 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
  83. 09728b7 Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 17 years ago
  84. 5a006b3 Bug #1710295: exceptions are now new-style classes. by Georg Brandl · 17 years ago
  85. 68bb9a1 When accessing the .value attribute of a c_wchar_p instance, and the by Thomas Heller · 17 years ago
  86. 5a901bd Make sure to call PyErr_NoMemory() in several places where by Thomas Heller · 17 years ago
  87. 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
  88. 714e19a There really are some tests that are problematic. by Neal Norwitz · 17 years ago
  89. 58ef8cd Version fix (bug #1708710) by Georg Brandl · 17 years ago
  90. 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 17 years ago
  91. bd77c03 Accomodate 64 bit time_t in the _bsddb module. by Kristján Valur Jónsson · 17 years ago
  92. 6e6eaa7 Minor wording change on slicing aide-memoire. by Steve Holden · 17 years ago
  93. 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
  94. 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 · 17 years ago
  95. 452f5df fix some markup errors by Fred Drake · 17 years ago
  96. cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 17 years ago
  97. fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 17 years ago
  98. f00c5b5 Import and raise statement cleanup. by Collin Winter · 17 years ago
  99. 355954e Set missing svn:eol-style property on text files. by Tim Peters · 17 years ago
  100. 35c7bb2 Whitespace normalization. by Tim Peters · 17 years ago