1. 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
  2. 6b3d72c Fix line wrapping by Raymond Hettinger · 14 years ago
  3. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  4. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  5. 67c7ce4 Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private by Antoine Pitrou · 14 years ago
  6. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  7. c8fdd10 Add file needed to make distclean. by Martin v. Löwis · 14 years ago
  8. ccbd427 Issue #9704: Add zlib files necessary to run configure and make. by Martin v. Löwis · 14 years ago
  9. 112c0f3 Issue #1027206: getnameinfo is now restricted to numeric addresses as input. by Martin v. Löwis · 14 years ago
  10. 8515eae Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned) by Daniel Stutzbach · 14 years ago
  11. d8e5f2d tabbing no longer applicable by Benjamin Peterson · 14 years ago
  12. 2525dc8 Under OS X, history_get from readline returns a const char *, but the local by Brett Cannon · 14 years ago
  13. fc0275a Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and by Martin v. Löwis · 14 years ago
  14. b46b9d5 Issue #9617: Signals received during a low-level write operation aren't by Antoine Pitrou · 14 years ago
  15. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  16. 5ea823c Decode NIS data to fs encoding, using the surrogate error handler. by Martin v. Löwis · 14 years ago
  17. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  18. 398356b Improve error message if the command is not decodable by Victor Stinner · 14 years ago
  19. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  20. b85e165 Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by by Antoine Pitrou · 14 years ago
  21. dfaf9ec Restore GIL in nis_cat in case of error. by Martin v. Löwis · 14 years ago
  22. 19467d2 Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t". by Antoine Pitrou · 14 years ago
  23. 554f334 Fix <deque iterator>.__length_hint__() under 64-bit Windows. by Antoine Pitrou · 14 years ago
  24. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 14 years ago
  25. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  26. 028dd97 Issue #9425: zipimporter_repr() uses unicode by Victor Stinner · 14 years ago
  27. 60fe8d9 Issue #9425: get_data() uses an unicode path by Victor Stinner · 14 years ago
  28. 844807e r82659 reintroduced some tab characters. Untabify again. by Amaury Forgeot d'Arc · 14 years ago
  29. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  30. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  31. 2460a43 Issue #9425: read_directory() is fully unicode compliant by Victor Stinner · 14 years ago
  32. 4045575 Fix more 64-bit warnings. by Antoine Pitrou · 14 years ago
  33. 22e4155 Fix other warnings under 64-bit Windows. by Antoine Pitrou · 14 years ago
  34. e039ffe Issue #9605: posix.getlogin() decodes the username with file filesystem by Victor Stinner · 14 years ago
  35. 61ec5dc Issue #9604: posix.initgroups() encodes the username using the fileystem by Victor Stinner · 14 years ago
  36. 5fe6de8 Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name by Victor Stinner · 14 years ago
  37. 64d010c Removing the comment lines for the modules which were made to build statically. by Senthil Kumaran · 14 years ago
  38. 2b8dab7 Issue #9425: zipimporter_init() is fully unicode compliant by Victor Stinner · 14 years ago
  39. 99773ac Fix indentation in Modules/getpath.c by Antoine Pitrou · 14 years ago
  40. eba57b6 Add comments about Windows in Modules/getpath.c by Antoine Pitrou · 14 years ago
  41. e406ef4 Kill a gcc warning introduced by r83988 by Victor Stinner · 14 years ago
  42. f2e08b3 Create _Py_wchar2char() function, reverse of _Py_char2wchar() by Victor Stinner · 14 years ago
  43. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  44. d4efbf9 use pep 383 decoding for mknod and mkfifo #9570 by Benjamin Peterson · 14 years ago
  45. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  46. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 14 years ago
  47. b73caab Issue #6915: Under Windows, os.listdir() didn't release the Global by Antoine Pitrou · 14 years ago
  48. 5af4f4b Issue #3757: thread-local objects now support cyclic garbage collection. by Antoine Pitrou · 14 years ago
  49. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  50. 5c87c1a Fix Issue9545 - Adding _collections to static build. by Senthil Kumaran · 14 years ago
  51. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  52. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  53. bf4cc5d Fix issue6869: refcount problem in the _ctypes extension. by Thomas Heller · 14 years ago
  54. 864cc67 Fix issue5504: ctypes does now work with systems where mmap can't be by Thomas Heller · 14 years ago
  55. 4e7f285 remove dead code #9292 by Benjamin Peterson · 14 years ago
  56. 0a3ddad Issue #9425: Create run_file() subfunction by Victor Stinner · 14 years ago
  57. a62207c Issue #9425: Create run_command() subfunction by Victor Stinner · 14 years ago
  58. ef9efbd Fix #9324: Add parameter validation to signal.signal on Windows in order by Brian Curtin · 14 years ago
  59. 346f0af Issue #9526: Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB. by Mark Dickinson · 14 years ago
  60. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  61. ee55df5 Fix memory leak in ssl module. by Mark Dickinson · 14 years ago
  62. 6b54e1f Issue #8065: Fix another memory leak in readline module, from failure to free by Mark Dickinson · 14 years ago
  63. 29b238e Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. by Mark Dickinson · 14 years ago
  64. 222569d #6867: epoll.register() returns None. by Georg Brandl · 14 years ago
  65. c8284cf #9087: update json docstrings -- unicode and long do not exist anymore. by Georg Brandl · 14 years ago
  66. 0291c9f Issue 9445: Fix undefined symbols on VS8.0 build. by Raymond Hettinger · 14 years ago
  67. 7ffa196 Issue #8397: Raise an error when attempting to mix iteration and regular by Antoine Pitrou · 14 years ago
  68. c881f15 Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when by Antoine Pitrou · 14 years ago
  69. ea47eaa Fix #8105. Add validation to mmap.mmap so invalid file descriptors by Brian Curtin · 14 years ago
  70. 0bccc18 #8046: add context manager protocol support to mmap objects. Also add closed property. by Georg Brandl · 14 years ago
  71. ca9400f Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k. by Georg Brandl · 14 years ago
  72. 635edd1 - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. by Matthias Klose · 14 years ago
  73. ce126ed Import files from zlib 1.2.5. by Martin v. Löwis · 14 years ago
  74. cf28b95 Issue #9422: Fix memory leak when re-initializing a struct.Struct object. by Mark Dickinson · 14 years ago
  75. cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion by Victor Stinner · 14 years ago
  76. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 14 years ago
  77. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  78. 97d1119 Ensure that sys.prefix can reliably be found by Ronald Oussoren · 14 years ago
  79. f079c57 Rename some macros in the sha1 module to no longer conflict with termios.h. by Brett Cannon · 14 years ago
  80. b6ee4f5 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
  81. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  82. 1c52475 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 14 years ago
  83. 3283973 Fix #9316. if/is grammar corrections. by Brian Curtin · 14 years ago
  84. eff5d85 Issue #9277: Struct module: standard bool packing was incorrect if by Mark Dickinson · 14 years ago
  85. d92f040 Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x by Alexander Belopolsky · 14 years ago
  86. 226f544 Improve docstrings for isnan, isinf and isfinite. by Mark Dickinson · 14 years ago
  87. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  88. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  89. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  90. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  91. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  92. 9527afd Fix typo in a comment in mathmodule.c. by Ezio Melotti · 14 years ago
  93. 73ca440 Issue #5288: Eliminated round-trips between timdelta and int offsets by Alexander Belopolsky · 14 years ago
  94. de73c45 don't ignore exceptions from PyObject_IsTrue by Benjamin Peterson · 14 years ago
  95. be64d95 Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. by Mark Dickinson · 14 years ago
  96. 9c91eb8 Minor refactoring in lgamma code, for clarity. by Mark Dickinson · 14 years ago
  97. a11d8c0 Issue #9000: datetime.timezone objects now have eval-friendly repr. by Alexander Belopolsky · 14 years ago
  98. 6f493b7 Indentation and PEP 7 fixes. by Mark Dickinson · 14 years ago
  99. 6c3bcb7 Post-detabification cleanup. by Mark Dickinson · 14 years ago
  100. feb3b75 Issue #9130: Validate ellipsis tokens in relative imports. by Mark Dickinson · 14 years ago