1. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
  2. 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 14 years ago
  3. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  4. e10608c #8013 follow-up: by Georg Brandl · 14 years ago
  5. abcfcba issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS. by Gregory P. Smith · 14 years ago
  6. e2dc082 Issue #8013: Fixed time.asctime segfault when OS's asctime fails by Alexander Belopolsky · 14 years ago
  7. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  8. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  9. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 14 years ago
  10. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  11. 14affb8 fix a compiler warning about err_msg potentially being used uninitialized. by Gregory P. Smith · 14 years ago
  12. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  13. 52d1b4e #9907: call rl_initialize early when using editline on OSX by R. David Murray · 14 years ago
  14. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  15. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  16. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  17. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  18. 4d55bf9 #10699: fix docstring for tzset: it does not take a parameter by R. David Murray · 14 years ago
  19. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  20. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago
  21. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  22. 524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) by Hirokazu Yamamoto · 14 years ago
  23. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  24. 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
  25. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  26. 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago
  27. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  28. c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. by Georg Brandl · 14 years ago
  29. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  30. 427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse by Hirokazu Yamamoto · 14 years ago
  31. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  32. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  33. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  34. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  35. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago
  36. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  37. 482ba77 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
  38. 41e422a Issue #4113: Added custom __repr__ method to functools.partial. by Alexander Belopolsky · 14 years ago
  39. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  40. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  41. 69b34bf Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 14 years ago
  42. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  43. 2a7feee Windows: fix leak in posix_listdir. by Stefan Krah · 14 years ago
  44. 30b341f Fix additional leaks. by Stefan Krah · 14 years ago
  45. 0e803b3 Further indentation cleanup. by Stefan Krah · 14 years ago
  46. 9943926 Issue #10383: Fix two leaks. by Stefan Krah · 14 years ago
  47. 24aa26b Fix compilation warnings seen on Windows. by Amaury Forgeot d'Arc · 14 years ago
  48. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  49. fc1be6d ifdef a Windows specific section. by Brian Curtin · 14 years ago
  50. f5e76d0 Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. by Brian Curtin · 14 years ago
  51. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  52. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  53. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  54. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  55. b6d4ee5 Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. by Antoine Pitrou · 14 years ago
  56. bee3316 Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. by Matthias Klose · 14 years ago
  57. 47f637c getpath.c: fix test to detech PyUnicode_AsWideChar() failure by Victor Stinner · 14 years ago
  58. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  59. 922e904 Fix issue10324 - Modules/binascii.c: simplify expressions by Senthil Kumaran · 14 years ago
  60. 4fe519b Issue #10359: Remove useless (duplicate) initialization in _csv by Victor Stinner · 14 years ago
  61. 132ef6c Issue #10359: Remove useless comma, invalid in ISO C by Victor Stinner · 14 years ago
  62. 9f0b51e Issue #10359: Use Py_UNICODE for the typecode in array by Victor Stinner · 14 years ago
  63. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  64. ae4836d Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using by Victor Stinner · 14 years ago
  65. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  66. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  67. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  68. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  69. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  70. 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
  71. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  72. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  73. 87298c4 No declarations in the middle of a block (fixes compile under Windows) by Antoine Pitrou · 14 years ago
  74. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  75. bbb0412 if FileIO.__init__ fails, close fd by Benjamin Peterson · 14 years ago
  76. 430d469 fix style by Benjamin Peterson · 14 years ago
  77. 8d2b51b Issue #10253: FileIO leaks a file descriptor when trying to open a file by Antoine Pitrou · 14 years ago
  78. e857b29 plug refleak by Benjamin Peterson · 14 years ago
  79. 72f4842 Issue #9377: Use Unicode API for gethostname on Windows. by Martin v. Löwis · 14 years ago
  80. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  81. b156a46 Issue #8852: Allow the socket module to build on OpenSolaris. by Antoine Pitrou · 14 years ago
  82. ea5d17d In open(), only set the buffer size from st.st_blksize when it is greater by Antoine Pitrou · 14 years ago
  83. 7e9065c Issue #10143: Update "os.pathconf" values by Jesus Cea · 14 years ago
  84. 770a2be These are true PyCFunctions, after adding the second argument to oss_self, no need to cast. by Georg Brandl · 14 years ago
  85. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  86. 687a1fa Add casts (one needed, one for consistency). by Georg Brandl · 14 years ago
  87. 29aad00 Issue #10185: use Py_hash_t instead of long by Antoine Pitrou · 14 years ago
  88. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
  89. 2158231 Issue #6011: getpath: decode VPATH env var from the locale encoding by Victor Stinner · 14 years ago
  90. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  91. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  92. 61ec8de For now, remove accept4() code (issue #10115) by Antoine Pitrou · 14 years ago
  93. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  94. 28928ae #4829: better error message for invalid file mode by Georg Brandl · 14 years ago
  95. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  96. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  97. 07298a1 zipimport: remove arbitrary length limit from message formats by Victor Stinner · 14 years ago
  98. 9e40fad zipimport: document archive encoding; fix indentation by Victor Stinner · 14 years ago
  99. 965a8a1 Revert r85699 and r85701 (zipimport): fullname is a module name, not a path by Victor Stinner · 14 years ago
  100. 8c8ed0a zipimport: fix "can't find module ..." error message by Victor Stinner · 14 years ago