1. cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) by Hirokazu Yamamoto · 14 years ago
  2. 7405c20 Updated PC/VC6 openssl build script. (for openssl-1.0.0a) by Hirokazu Yamamoto · 14 years ago
  3. 313dab4 Now perl path with spaces can be used. by Hirokazu Yamamoto · 14 years ago
  4. 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 14 years ago
  5. 826903e Issue #9970: improve C API documentation for memoryview objects by Antoine Pitrou · 14 years ago
  6. 01c4289 Fix for issue #9568. by Ronald Oussoren · 14 years ago
  7. 9af7380 Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. by Ronald Oussoren · 14 years ago
  8. a0b551a Changed order to see other test results. (Also temporary commit) by Hirokazu Yamamoto · 14 years ago
  9. b0a71a0 Run test_ttk_guionly in verbose mode. (This commit is temporary) by Hirokazu Yamamoto · 14 years ago
  10. fa41e60 Issue #9599: Tweak loghelper algorithm to return slightly improved results for powers of 2. by Mark Dickinson · 14 years ago
  11. d057cd6 Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
  12. 5305a99 Since __import__ is not designed for general use, have its docstring point by Brett Cannon · 14 years ago
  13. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  14. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 14 years ago
  15. 0ae3361 Issue 9941: Minor code cleanup before implementing the context manager feature: by Alexander Belopolsky · 14 years ago
  16. 76ca3b4 logging: Updated library configuration documentation. by Vinay Sajip · 14 years ago
  17. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  18. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 14 years ago
  19. cb15988 Issue #8445: try to fix some buildbot failures on test_ttk_guionly. by Antoine Pitrou · 14 years ago
  20. 4fbe4b3 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  21. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  22. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  23. 32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  24. fda2106 #9562: slight clarification. by Georg Brandl · 14 years ago
  25. a0fc3d3 #9944: fix typo. by Georg Brandl · 14 years ago
  26. aa7fbd9 revert r85003, poorly considered; breaks tests by Benjamin Peterson · 14 years ago
  27. 81437c9 don't count keyword arguments as positional #9943 by Benjamin Peterson · 14 years ago
  28. a847c81 This should fix buildbot failure introduced by r84994 by Alexander Belopolsky · 14 years ago
  29. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  30. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 14 years ago
  31. ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. by Alexander Belopolsky · 14 years ago
  32. 5e83da3 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  33. e8e8042 Fix #9790 again. Rather than handle NotImplementedError at runtime as by Brian Curtin · 14 years ago
  34. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 14 years ago
  35. 94622b0 Fix a typo. full->final by Brian Curtin · 14 years ago
  36. 0dac808 Fix #9790: Rework the imports necessary for ntpath.samefile and by Brian Curtin · 14 years ago
  37. 972412d Updated SysLogHandler documentation. by Vinay Sajip · 14 years ago
  38. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  39. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 14 years ago
  40. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  41. 70c6044 Issue #9928: Properly initialize the types exported by the bz2 module. by Antoine Pitrou · 14 years ago
  42. ab58b5f Try harder to fix test_tarfile under Windows buildbots by Antoine Pitrou · 14 years ago
  43. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  44. e5768cf Small fixes in the gzip docs by Antoine Pitrou · 14 years ago
  45. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  46. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 14 years ago
  47. b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised by Hirokazu Yamamoto · 14 years ago
  48. 5a7a52f #9582 - add a missing "are" and reflow the line. by Brian Curtin · 14 years ago
  49. 5577892 logging: Improved documentation re. blocking handlers. by Vinay Sajip · 14 years ago
  50. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  51. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 14 years ago
  52. 42d5445 Fix typo and add test case. by Florent Xicluna · 14 years ago
  53. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  54. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  55. b5d23b4 note version by Benjamin Peterson · 14 years ago
  56. 0dc97ed fix news by Benjamin Peterson · 14 years ago
  57. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  58. 2f816e6 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  59. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  60. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  61. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  62. 52d4250 Issue #2643: msync() is not called anymore when deallocating an open mmap by Antoine Pitrou · 14 years ago
  63. e31f7d9 Revert r84902 before committing better solution. by Hirokazu Yamamoto · 14 years ago
  64. f6350d2 Issue #1633863: Don't ignore $CC under AIX. by Antoine Pitrou · 14 years ago
  65. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  66. af38dc5 Add an entry for the concurrent.futures package by Brian Quinlan · 14 years ago
  67. 45fb9a1 Add missing word. by Marc-André Lemburg · 14 years ago
  68. 6b91fc4 Add OpenSSL license to the Python license documenation page. by Marc-André Lemburg · 14 years ago
  69. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  70. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  71. ceff566 Document HTTPReponse.fileno() method by Senthil Kumaran · 14 years ago
  72. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  73. 2bc5c0b add news note by Benjamin Peterson · 14 years ago
  74. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  75. 26d64ae rewrite nocaret test to not rely on a specific SyntaxError by Benjamin Peterson · 14 years ago
  76. b0b384b Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other by Antoine Pitrou · 14 years ago
  77. 0646b4b test_get_makefile_filename() is not compatible with Windows. by Barry Warsaw · 14 years ago
  78. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  79. 18cc344 Revert previous commit. by Hirokazu Yamamoto · 14 years ago
  80. 83eadd1 logging: hasHandlers additions documented. by Vinay Sajip · 14 years ago
  81. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  82. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  83. bb14d4b Windows7 buildbot debug trial. (Probably impossible) by Hirokazu Yamamoto · 14 years ago
  84. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  85. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  86. 448f20b Fix typo. by Georg Brandl · 14 years ago
  87. 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
  88. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 14 years ago
  89. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 14 years ago
  90. 7c08744 Make error more explicit in test_finalize_with_trace by Antoine Pitrou · 14 years ago
  91. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 14 years ago
  92. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 14 years ago
  93. bc2eff3 PyImport_Import was using the old import hack of sticking a dummy value into by Brett Cannon · 14 years ago
  94. e1f2f30 Be more precise as to what operations are supported by Antoine Pitrou · 14 years ago
  95. dab6426 Remove references to read() and write() methods, which are useless synonyms of by Antoine Pitrou · 14 years ago
  96. 792ff3e Mention that SSL sockets provide the basic socket API. by Antoine Pitrou · 14 years ago
  97. 035cedb Edit concurrent docs, add versionadded and see also reference to the PEP. by Georg Brandl · 14 years ago
  98. ba45c2b Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  99. 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
  100. b059c3c Set svn:ignore to folders. by Hirokazu Yamamoto · 14 years ago