1. 20f11fe Fix compilation warning in _ctypes module on Window by Amaury Forgeot d'Arc · 14 years ago
  2. 68e0135 Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined by Gregory P. Smith · 14 years ago
  3. 49d3f25 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding by Victor Stinner · 14 years ago
  4. 3e85dfd applying netbsd-wizs-mod.patch from issue5510 - by Gregory P. Smith · 14 years ago
  5. 61aad57 Oops, fix my previous commit (r85583) on calculate_path() by Victor Stinner · 14 years ago
  6. dc4b2a7 calculate_path(): use _Py_char2wchar() to decode the PATH environment variable, by Victor Stinner · 14 years ago
  7. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  8. 2a53139 Get rid of a "unused static function" warning. by Georg Brandl · 14 years ago
  9. 5a7913e zipimport: catch _PyUnicode_AsString() failure in get_code_from_data() by Victor Stinner · 14 years ago
  10. e16cda9 #9862: On AIX PIPE_BUF is broken. Make it 512. by R. David Murray · 14 years ago
  11. c01537f #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. by Georg Brandl · 14 years ago
  12. b4dac71 #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError. by Georg Brandl · 14 years ago
  13. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  14. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  15. f4061da _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates by Victor Stinner · 14 years ago
  16. 9a6692f Py_Main() uses _Py_wchar2char() to encode the filename in error messages by Victor Stinner · 14 years ago
  17. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 14 years ago
  18. 052a04d Revert r85435 (and r85440): decode command line arguments from utf-8 by Victor Stinner · 14 years ago
  19. 59a289d Issue 9005: Removed dead code. by Alexander Belopolsky · 14 years ago
  20. a213509 main(): catch PyUnicode_FromString() failure (exit) by Victor Stinner · 14 years ago
  21. 90bbaa5 Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of by Victor Stinner · 14 years ago
  22. eb1410f constify to appease compiler warnings by Benjamin Peterson · 14 years ago
  23. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  24. fc113ee Define a "session_id_context" at context creation. This is recommended by Antoine Pitrou · 14 years ago
  25. bd4dacb Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL). by Gregory P. Smith · 14 years ago
  26. 2501aca fix compliation on NetBSD by Gregory P. Smith · 14 years ago
  27. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 14 years ago
  28. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  29. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  30. 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 14 years ago
  31. 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  32. 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  33. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  34. 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 14 years ago
  35. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  36. ef12810 time: fix gcc warning by Victor Stinner · 14 years ago
  37. 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 14 years ago
  38. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 14 years ago
  39. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 14 years ago
  40. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  41. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  42. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 14 years ago
  43. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  44. 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
  45. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 14 years ago
  46. b290478 Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() by Victor Stinner · 14 years ago
  47. 449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() by Victor Stinner · 14 years ago
  48. c8f0196 Fix compilation under Windows by Antoine Pitrou · 14 years ago
  49. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  50. 01c4289 Fix for issue #9568. by Ronald Oussoren · 14 years ago
  51. fa41e60 Issue #9599: Tweak loghelper algorithm to return slightly improved results for powers of 2. by Mark Dickinson · 14 years ago
  52. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 14 years ago
  53. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  54. 94622b0 Fix a typo. full->final by Brian Curtin · 14 years ago
  55. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  56. 70c6044 Issue #9928: Properly initialize the types exported by the bz2 module. by Antoine Pitrou · 14 years ago
  57. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  58. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  59. 52d4250 Issue #2643: msync() is not called anymore when deallocating an open mmap by Antoine Pitrou · 14 years ago
  60. 6c9c090 Remove unused code in posixmodule.c by Amaury Forgeot d'Arc · 14 years ago
  61. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  62. 3d330ad Remove C++-style comments by Antoine Pitrou · 14 years ago
  63. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  64. 62d52fd - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses by Matthias Klose · 14 years ago
  65. 34aa30c Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility by Hirokazu Yamamoto · 14 years ago
  66. 5c848a8 Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS X by Victor Stinner · 14 years ago
  67. 5e1fdac Remove compatibility code for Python < 2.1, < 2.2 and < 2.4. by Georg Brandl · 14 years ago
  68. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  69. cb04352 Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode by Victor Stinner · 14 years ago
  70. c2d76fd Issue #8589: surrogateescape error handler is not available at startup by Victor Stinner · 14 years ago
  71. b4ba986 Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() by Victor Stinner · 14 years ago
  72. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  73. 66d00ad Untabify file. by Amaury Forgeot d'Arc · 14 years ago
  74. ea99c5c Issue #9410: Various optimizations to the pickle module, leading to by Antoine Pitrou · 14 years ago
  75. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  76. 5e38aae Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, by Antoine Pitrou · 14 years ago
  77. 616453c More docstring updates by Amaury Forgeot d'Arc · 14 years ago
  78. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  79. 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
  80. c734b31 Clean up the fix to #9324 with some of the suggestions raised on python-dev by Brian Curtin · 14 years ago
  81. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  82. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  83. 2decf22 Fix for issue9662, patch by Łukasz Langa in issue5504. by Ronald Oussoren · 14 years ago
  84. 1f94cd0 #9776: fix some spacing. by Georg Brandl · 14 years ago
  85. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
  86. db6b62e Inline cmp_lt(). by Raymond Hettinger · 14 years ago
  87. 7d6e076 Issue #7451: Improve decoding performance of JSON objects, and reduce by Antoine Pitrou · 14 years ago
  88. 1afb39a Fix typos in error messages (thanks Arfrever). by Antoine Pitrou · 14 years ago
  89. d3ccde8 Issue #7736: Release the GIL around calls to opendir() and closedir() by Antoine Pitrou · 14 years ago
  90. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  91. 1670b43 Fix invalid bytes for UTF-8 by Éric Araujo · 14 years ago
  92. 24e561a Issue #3805: clean up implementation of the _read method in _ssl.c. by Antoine Pitrou · 14 years ago
  93. 6c76528 Fix Issue9753: socket.dup() does not always work right on Windows by Daniel Stutzbach · 14 years ago
  94. d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. by Antoine Pitrou · 14 years ago
  95. 67e8e56 Try to fix some buildbot failures on test_ssl by Antoine Pitrou · 14 years ago
  96. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  97. e0f9863 Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError by Giampaolo Rodolà · 14 years ago
  98. 6b3d72c Fix line wrapping by Raymond Hettinger · 14 years ago
  99. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  100. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago