1. d34f9e9 Revert this change, since it breaks the win32 build: by Thomas Heller · 17 years ago
  2. c8720b9 Add bufferoverflowU.lib to the libraries needed by _ssl (is this the by Thomas Heller · 17 years ago
  3. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  4. b24cd0f Add patch #1726668: Windows Vista support. by Marc-André Lemburg · 17 years ago
  5. 0e09788 Apply patch #1734945 to support TurboLinux as distribution. by Marc-André Lemburg · 17 years ago
  6. 3ed365b Added versionchanged flag to all the methods which received by Facundo Batista · 17 years ago
  7. 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 17 years ago
  8. db2b1b3 Reflow long line by Neal Norwitz · 17 years ago
  9. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
  10. ade2c21 Not sure why this only fails sometimes on Unix machines. Better by Neal Norwitz · 17 years ago
  11. 68a57ac SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  12. 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 17 years ago
  13. fdffca2 Prevent hang if the port cannot be opened. by Neal Norwitz · 17 years ago
  14. 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 17 years ago
  15. ba965de Prevent these tests from running on Win64 since they don\'t apply there either by Neal Norwitz · 17 years ago
  16. 20fbcfc Ignore config.status.lineno which seems new (new autoconf?) by Neal Norwitz · 17 years ago
  17. 5995357 Ignore valgrind problems on Ubuntu from ld by Neal Norwitz · 17 years ago
  18. 67862ba Add Atul Varma for patch # 1667860 by Neal Norwitz · 17 years ago
  19. 20a6e1c Revert commit 55855. by Thomas Heller · 17 years ago
  20. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  21. a7c583a For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter by Thomas Heller · 17 years ago
  22. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  23. 9201e7f Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
  24. 71d11d3 Fix Windows build. by Martin v. Löwis · 17 years ago
  25. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  26. 080b598 Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possible error. by Neal Norwitz · 17 years ago
  27. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  28. ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 17 years ago
  29. 1605ba3 Fix wrong documentation, and correct the punktuation. Closes [1700455]. by Thomas Heller · 17 years ago
  30. 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 17 years ago
  31. e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 17 years ago
  32. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  33. 1b9e041 Make this test work with older Python releases where struct has no 't' format character. by Thomas Heller · 17 years ago
  34. b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 17 years ago
  35. ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 17 years ago
  36. 04233ee Make reindent.py executable. by Georg Brandl · 17 years ago
  37. e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  38. ab8e279 Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. by Thomas Heller · 17 years ago
  39. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
  40. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 17 years ago
  41. 50b79ce Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O). by Collin Winter · 17 years ago
  42. 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 17 years ago
  43. f9a0ea8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  44. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  45. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
  46. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 17 years ago
  47. 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  48. a38c7c2 Update expected birthday of 2.6 by Neal Norwitz · 17 years ago
  49. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
  50. 25497a1 Fix wrong issue number. by Georg Brandl · 17 years ago
  51. a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  52. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
  53. 19a7daa Mail if there is an installation failure. by Neal Norwitz · 17 years ago
  54. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  55. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 17 years ago
  56. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 17 years ago
  57. 03b75fa Add some spaces in the example code. by Neal Norwitz · 17 years ago
  58. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  59. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 17 years ago
  60. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 17 years ago
  61. b4eec28 Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. by Thomas Heller · 17 years ago
  62. 601aa41 Fix compiler warnings. by Thomas Heller · 17 years ago
  63. 2fca81c Fix indentation (whitespace only). by Neal Norwitz · 17 years ago
  64. adf694b Fix typo in doc by Neal Norwitz · 17 years ago
  65. d4e42dc Fix rst markup. by Georg Brandl · 17 years ago
  66. e9607e2 Revert 55634. by Martin v. Löwis · 17 years ago
  67. a652f69 Test pre-commit hook for a link to a .py file. by Martin v. Löwis · 17 years ago
  68. 1749a13 Explain when groupby() issues a new group. by Raymond Hettinger · 17 years ago
  69. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
  70. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 17 years ago
  71. 81a191b Applied patch 1669481, slightly modified: Support close_fds on Win32 by Peter Astrand · 17 years ago
  72. 5f9b6c9 Fix typo. by Walter Dörwald · 17 years ago
  73. 629ec26 Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds. by Kristján Valur Jónsson · 17 years ago
  74. ba52643 Remove the rgbimgmodule from PCBuild8 by Kristján Valur Jónsson · 17 years ago
  75. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 17 years ago
  76. cf99b65 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  77. 754a5fb Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  78. 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 17 years ago
  79. d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 17 years ago
  80. e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 17 years ago
  81. b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 17 years ago
  82. 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 17 years ago
  83. 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 17 years ago
  84. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 17 years ago
  85. dd96ca3 Fix parameter passing. by Georg Brandl · 17 years ago
  86. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 17 years ago
  87. df25efe Add a bunch more deprecation warnings for builtins that are going away in 3.0 by Neal Norwitz · 17 years ago
  88. c792629 Whitespace cleanup by Neal Norwitz · 17 years ago
  89. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 17 years ago
  90. 5f2ba9f Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing the by Mark Hammond · 17 years ago
  91. a69c02e Remove the "panel" module doc file which has been ignored since 1994. by Georg Brandl · 17 years ago
  92. a84dcd7 Stop using METH_OLDARGS implicitly by Neal Norwitz · 17 years ago
  93. e2e447b Stop using METH_OLDARGS by Neal Norwitz · 17 years ago
  94. 6f145fc Document new params to HTTPSConnection by Neal Norwitz · 17 years ago
  95. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 17 years ago
  96. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 17 years ago
  97. 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 17 years ago
  98. 0d6a8cc Replace assertion with straight error-checking. by Raymond Hettinger · 17 years ago
  99. 5faa75f fix against r55474 [Remove the macfs module] by George Yoshida · 17 years ago
  100. 6f73816 Add Alexandre Vassalotti. by Martin v. Löwis · 17 years ago