1. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  2. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 14 years ago
  3. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  4. 0b0ebb4 Cosmetic fix for PCBuild/readme.txt. by Hirokazu Yamamoto · 14 years ago
  5. d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 14 years ago
  6. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 14 years ago
  7. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  8. 748cace Remove an unreferenced variable. len is no longer needed. by Brian Curtin · 14 years ago
  9. c603717 Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10. by Mark Dickinson · 14 years ago
  10. 0c0714f Add testcases from bug report #9980. by Mark Dickinson · 14 years ago
  11. 71e91a3 Fix PyUnicode_AsWideCharString(): set *size if size is not NULL by Victor Stinner · 14 years ago
  12. 15d597a test_imp: getfilesystemencoding() cannot be None anymore by Victor Stinner · 14 years ago
  13. 16004ac Use os.fsencode() to support surrogates by Victor Stinner · 14 years ago
  14. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  15. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 14 years ago
  16. 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 14 years ago
  17. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 14 years ago
  18. 926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. by Brian Curtin · 14 years ago
  19. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 14 years ago
  20. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 14 years ago
  21. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 14 years ago
  22. b290478 Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() by Victor Stinner · 14 years ago
  23. 449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() by Victor Stinner · 14 years ago
  24. 255dfdb Issue #9979: Use PyUnicode_AsWideCharString() in import.c by Victor Stinner · 14 years ago
  25. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
  26. 41a64a5 linecache.updatecache(): don't the lines into the cache on IOError by Victor Stinner · 14 years ago
  27. 78f43a7 linecache.updatecache() returns an empty list on error by Victor Stinner · 14 years ago
  28. d68d4e8 Have test_sqlite print version info when run in verbose mode. by R. David Murray · 14 years ago
  29. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 14 years ago
  30. c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 14 years ago
  31. f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 14 years ago
  32. 99a00a4 Various improvements to the docs of the buffer API by Antoine Pitrou · 14 years ago
  33. b78b489 #9628: fix runtests.sh -x option so more than one test can be excluded. by R. David Murray · 14 years ago
  34. c8f0196 Fix compilation under Windows by Antoine Pitrou · 14 years ago
  35. a0b6873 Discourage use of the old buffer API funcs by Antoine Pitrou · 14 years ago
  36. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  37. cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) by Hirokazu Yamamoto · 14 years ago
  38. 7405c20 Updated PC/VC6 openssl build script. (for openssl-1.0.0a) by Hirokazu Yamamoto · 14 years ago
  39. 313dab4 Now perl path with spaces can be used. by Hirokazu Yamamoto · 14 years ago
  40. 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 14 years ago
  41. 826903e Issue #9970: improve C API documentation for memoryview objects by Antoine Pitrou · 14 years ago
  42. 01c4289 Fix for issue #9568. by Ronald Oussoren · 14 years ago
  43. 9af7380 Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. by Ronald Oussoren · 14 years ago
  44. a0b551a Changed order to see other test results. (Also temporary commit) by Hirokazu Yamamoto · 14 years ago
  45. b0a71a0 Run test_ttk_guionly in verbose mode. (This commit is temporary) by Hirokazu Yamamoto · 14 years ago
  46. fa41e60 Issue #9599: Tweak loghelper algorithm to return slightly improved results for powers of 2. by Mark Dickinson · 14 years ago
  47. d057cd6 Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
  48. 5305a99 Since __import__ is not designed for general use, have its docstring point by Brett Cannon · 14 years ago
  49. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  50. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 14 years ago
  51. 0ae3361 Issue 9941: Minor code cleanup before implementing the context manager feature: by Alexander Belopolsky · 14 years ago
  52. 76ca3b4 logging: Updated library configuration documentation. by Vinay Sajip · 14 years ago
  53. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  54. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 14 years ago
  55. cb15988 Issue #8445: try to fix some buildbot failures on test_ttk_guionly. by Antoine Pitrou · 14 years ago
  56. 4fbe4b3 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  57. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  58. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  59. 32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  60. fda2106 #9562: slight clarification. by Georg Brandl · 14 years ago
  61. a0fc3d3 #9944: fix typo. by Georg Brandl · 14 years ago
  62. aa7fbd9 revert r85003, poorly considered; breaks tests by Benjamin Peterson · 14 years ago
  63. 81437c9 don't count keyword arguments as positional #9943 by Benjamin Peterson · 14 years ago
  64. a847c81 This should fix buildbot failure introduced by r84994 by Alexander Belopolsky · 14 years ago
  65. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  66. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 14 years ago
  67. ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. by Alexander Belopolsky · 14 years ago
  68. 5e83da3 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  69. e8e8042 Fix #9790 again. Rather than handle NotImplementedError at runtime as by Brian Curtin · 14 years ago
  70. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 14 years ago
  71. 94622b0 Fix a typo. full->final by Brian Curtin · 14 years ago
  72. 0dac808 Fix #9790: Rework the imports necessary for ntpath.samefile and by Brian Curtin · 14 years ago
  73. 972412d Updated SysLogHandler documentation. by Vinay Sajip · 14 years ago
  74. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  75. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 14 years ago
  76. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  77. 70c6044 Issue #9928: Properly initialize the types exported by the bz2 module. by Antoine Pitrou · 14 years ago
  78. ab58b5f Try harder to fix test_tarfile under Windows buildbots by Antoine Pitrou · 14 years ago
  79. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  80. e5768cf Small fixes in the gzip docs by Antoine Pitrou · 14 years ago
  81. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  82. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 14 years ago
  83. b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised by Hirokazu Yamamoto · 14 years ago
  84. 5a7a52f #9582 - add a missing "are" and reflow the line. by Brian Curtin · 14 years ago
  85. 5577892 logging: Improved documentation re. blocking handlers. by Vinay Sajip · 14 years ago
  86. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  87. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 14 years ago
  88. 42d5445 Fix typo and add test case. by Florent Xicluna · 14 years ago
  89. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  90. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  91. b5d23b4 note version by Benjamin Peterson · 14 years ago
  92. 0dc97ed fix news by Benjamin Peterson · 14 years ago
  93. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  94. 2f816e6 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  95. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  96. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  97. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  98. 52d4250 Issue #2643: msync() is not called anymore when deallocating an open mmap by Antoine Pitrou · 14 years ago
  99. e31f7d9 Revert r84902 before committing better solution. by Hirokazu Yamamoto · 14 years ago
  100. f6350d2 Issue #1633863: Don't ignore $CC under AIX. by Antoine Pitrou · 14 years ago