1. 27cae34 allow Process name to be unicode #7571 by Benjamin Peterson · 15 years ago
  2. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 15 years ago
  3. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 15 years ago
  4. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  5. 1a13cff An update to the script that's used to build the binary installer: don't install files in by Ronald Oussoren · 15 years ago
  6. 728cc61 On OSX the output of "uname -m" always reflects the 32-bit architecture by Ronald Oussoren · 15 years ago
  7. 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 15 years ago
  8. f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 15 years ago
  9. 3293593 fix alleged refleak by Benjamin Peterson · 15 years ago
  10. 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 15 years ago
  11. ca2dc47 Make a word plural. by Brett Cannon · 15 years ago
  12. 0479eb5 added a note about #7556 in Misc/NEWS by Tarek Ziadé · 15 years ago
  13. 3efd767 backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing by Tarek Ziadé · 15 years ago
  14. b4261d5 Add NEWS for OpenSSL changes. by Martin v. Löwis · 15 years ago
  15. 55e1a69 Switch to OpenSSL 0.9.8l. by Martin v. Löwis · 15 years ago
  16. c3f5ca1 Drop 2.4 compatibility. by Martin v. Löwis · 15 years ago
  17. 2ba1e9c Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna by Mark Dickinson · 15 years ago
  18. 1730fdc Inverse hyperbolic trigonometric functions should call m_log1p, not log1p. by Mark Dickinson · 15 years ago
  19. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  20. 08dca0d Remove a leftover from a previous iteration of the issue 7376 patch. by R. David Murray · 15 years ago
  21. bd335bf Additional edge-case tests for test_long_and_overflow. by Mark Dickinson · 15 years ago
  22. ed02b3f Fix reference counts for test_long_and_overflow. by Mark Dickinson · 15 years ago
  23. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  24. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 15 years ago
  25. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 15 years ago
  26. 603ae9e Issue #7554: Various fixups in test_cmath.py: remove code duplication, by Mark Dickinson · 15 years ago
  27. ed28499 Silence -3 warnings. Thanks Florent Xicluna. by Mark Dickinson · 15 years ago
  28. 3e0bafe Fix for consistency with py3k keyword-only version of assertAlmostEqual by Mark Dickinson · 15 years ago
  29. 1d2ae21 Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicluna. by Mark Dickinson · 15 years ago
  30. 77e48ba Issue #7376: When called with no arguments doctest was running a by R. David Murray · 15 years ago
  31. 9713811 Fix comment typo. by R. David Murray · 15 years ago
  32. b5e348b Add missing tests for PyArg_Parse* with format 'h' by Mark Dickinson · 15 years ago
  33. 1c2353b builtin-ins -> builtins by Benjamin Peterson · 15 years ago
  34. 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 15 years ago
  35. 819a8fa Small indentation fix. by Georg Brandl · 15 years ago
  36. 0cedb4b #7495: backport Programming FAQ review to trunk. by Georg Brandl · 15 years ago
  37. 5698977 math.factorial depends on PyLong_AsLong correctly converting floats; rewrite by Mark Dickinson · 15 years ago
  38. 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 15 years ago
  39. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 15 years ago
  40. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 15 years ago
  41. 98a24de Remove superfetatory paragraph (left there by mistake). by Antoine Pitrou · 15 years ago
  42. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 15 years ago
  43. d86e9d7 #7480: remove tautology. by Georg Brandl · 15 years ago
  44. c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 15 years ago
  45. 27d1903 #7493: review of Design FAQ by Florent Xicluna. by Georg Brandl · 15 years ago
  46. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 15 years ago
  47. 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 15 years ago
  48. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 15 years ago
  49. 0c6a0e3 Issue #7529: logging: Minor correction to documentation. by Vinay Sajip · 15 years ago
  50. 1c49828 Add _math.h to math module dependencies in setup.py. by Mark Dickinson · 15 years ago
  51. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  52. 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 15 years ago
  53. 0c0dcaf remove type_compare, since type_richcompare does the same trick by Benjamin Peterson · 15 years ago
  54. 3690298 remove lib2to3 resource by Benjamin Peterson · 15 years ago
  55. c0680e2 cleaned up the module (PEP 8 + old fashion test removal) by Tarek Ziadé · 15 years ago
  56. bf306ca adverb by Benjamin Peterson · 15 years ago
  57. c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 15 years ago
  58. 0a0a1a8 Issue #1680159: unicode coercion during an 'in' operation was masking by R. David Murray · 15 years ago
  59. 9622873 Clarify phrasing that explains that there are currently two branches. by R. David Murray · 15 years ago
  60. 4f786b2 reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow by Tarek Ziadé · 15 years ago
  61. 001e4a6 add a test of loading the datetime capi by Benjamin Peterson · 15 years ago
  62. 3095d20 initialize to NULL by Benjamin Peterson · 15 years ago
  63. db9352f avoid having to update this statement all the time by Benjamin Peterson · 15 years ago
  64. 59dc89e Issue #7492: Autoconf tests were leaving semaphore files behind. Add by Mark Dickinson · 15 years ago
  65. aef1899 remove unused variable by Benjamin Peterson · 15 years ago
  66. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 15 years ago
  67. e304852 #7342: make sure that the datetime object in test_fraction always has a number of microseconds != 0 by Ezio Melotti · 15 years ago
  68. c4771d2 add NEWS note by Benjamin Peterson · 15 years ago
  69. 4147216 make StringIO like other file objects in that readline(-1) has no effect #7348 by Benjamin Peterson · 15 years ago
  70. 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 15 years ago
  71. 2a08b42 Add NEWS entry as per RDM's suggestion (the bug was actually present by Antoine Pitrou · 15 years ago
  72. 3e6eb59 add 2.6.x point releases by Benjamin Peterson · 15 years ago
  73. 92ca756 Issue #7357: No longer suppress fatal extraction errors by default. by Lars Gustäbel · 15 years ago
  74. 5f429e0 account for PyObject_IsInstance's new ability to fail by Benjamin Peterson · 15 years ago
  75. c169c78 Issue #7466: segmentation fault when the garbage collector is called by Antoine Pitrou · 15 years ago
  76. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 15 years ago
  77. 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 15 years ago
  78. 6c4847f using an existing file to avoid dealing with a sleep to test file ages by Tarek Ziadé · 15 years ago
  79. 1bd9b5e added test coverage for distutils.dep_util, and cleaned up the module by Tarek Ziadé · 15 years ago
  80. fd25634 Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost by Mark Dickinson · 15 years ago
  81. 9fa9a0d Fix an issue with the detection of a non-existing SDK by Ronald Oussoren · 15 years ago
  82. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  83. 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 15 years ago
  84. 5fb8770 substitute PyDict_Check() for PyObject_IsInstance by Benjamin Peterson · 15 years ago
  85. d4e31a4 Skip new imaplib SSL tests if ssl is not available. by R. David Murray · 15 years ago
  86. 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 15 years ago
  87. 29dcdab Make test_pipes a little bit more robust. by Antoine Pitrou · 15 years ago
  88. ca173e2 Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. by Antoine Pitrou · 15 years ago
  89. 8c54e78 Fix the transient refleaks in test_zipimport_support. by Antoine Pitrou · 15 years ago
  90. a254302 Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on by Ronald Oussoren · 15 years ago
  91. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 15 years ago
  92. 4b7f943 removed the usage of rfc822 in favor of email.message.Message by Tarek Ziadé · 15 years ago
  93. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 15 years ago
  94. 8f254e7 Typo fix; grammar fix by Andrew M. Kuchling · 15 years ago
  95. a4a04d1 fix test_parser from tokenizer tweak by Benjamin Peterson · 15 years ago
  96. add792f Add UUIDs for 2.7. Drop UUIDs for 2.4. by Martin v. Löwis · 15 years ago
  97. bd1094a logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
  98. 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
  99. 42d6384 rewrite translate_newlines for clarity by Benjamin Peterson · 15 years ago
  100. 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 15 years ago