1. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  2. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  3. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  4. 41e0310 Fix Overflow exception in the bignum factorial benchmark that is due to by Stefan Krah · 12 years ago
  5. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  6. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  7. 9e892bb fix issue #5136: deprecate old unused functions from tkinter. by Andrew Svetlov · 12 years ago
  8. 310052c Fix warning when compiling socketmodule.c with VS2010 by Kristján Valur Jónsson · 12 years ago
  9. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  10. 1e25755 Merge. by Stefan Krah · 12 years ago
  11. 0e41981 Use abort() rather than exit() to appease tools like rpmlint. abort() is used by Stefan Krah · 12 years ago
  12. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  13. ad95c2d time.time() now uses clock_gettime(CLOCK_REALTIME) if available by Victor Stinner · 12 years ago
  14. 74eb6c0 Document the fact that mach_timebase_info() cannot fail by Victor Stinner · 12 years ago
  15. 650365b Issue #11826: Fix memory leak in atexitmodule. by Stefan Krah · 12 years ago
  16. 8486076 Fix time.steady(strict=True): don't use CLOCK_REALTIME by Victor Stinner · 12 years ago
  17. 70b2e1e Issue #14368: _PyTime_gettimeofday() cannot fail by Victor Stinner · 12 years ago
  18. 16ecb9d Issue #3367: Merge fix from 3.2. by Stefan Krah · 12 years ago
  19. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  20. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  21. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  22. c64150b Fix formatting after removing tabs. by Stefan Krah · 12 years ago
  23. cd9e1d0 Whitespace. by Stefan Krah · 12 years ago
  24. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  25. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  26. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  27. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  28. 7cc5521 Whitespace. by Stefan Krah · 12 years ago
  29. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  30. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  31. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  32. 5802fdf Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  33. e80b29b cleanup Ellipsis and NotImplemented strings after we're done by Benjamin Peterson · 12 years ago
  34. 2dbda07 fix condition (#14296) by Benjamin Peterson · 12 years ago
  35. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  36. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 12 years ago
  37. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 12 years ago
  38. c362cbd Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  39. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  40. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  41. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  42. 5e54519 fix compiler warnings by Benjamin Peterson · 12 years ago
  43. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  44. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  45. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  46. db66eba Avoid main_window unused compiler warning. by Gregory P. Smith · 12 years ago
  47. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 12 years ago
  48. b2a3773 Issue #14180: Fix the select module to handle correctly the Windows timeval by Victor Stinner · 12 years ago
  49. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  50. 7d74b70 merge 3.2 by Benjamin Peterson · 12 years ago
  51. 2354a75 fix indentation by Benjamin Peterson · 12 years ago
  52. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 12 years ago
  53. d528b01 Issue #14180: Fix another typo in kqueue_queue_control() by Victor Stinner · 12 years ago
  54. d327f9d Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_queue_control() by Victor Stinner · 12 years ago
  55. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  56. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 12 years ago
  57. a8ec5ea Issue #14104: Implement time.monotonic() on Mac OS X, by Victor Stinner · 12 years ago
  58. cad1a07 minor PEP7-related fix by Łukasz Langa · 12 years ago
  59. dbd7825 #13842: check whether PyUnicode_FromString succeeded by Łukasz Langa · 12 years ago
  60. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 12 years ago
  61. 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 12 years ago
  62. 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 12 years ago
  63. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 12 years ago
  64. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  65. 7f4fdb2 Use ANSI C prototype instead of K&R style. by Ross Lagerwall · 12 years ago
  66. 88748d7 Issue #10951: Fix compiler warnings in _sre.c by Ross Lagerwall · 12 years ago
  67. 8c15976 Issue #10951: Fix warnings in the socket module. by Ross Lagerwall · 12 years ago
  68. 2318699 Whitespace. by Stefan Krah · 12 years ago
  69. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  70. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  71. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  72. 50eee83 Issue #14007: drop unused TreeBuilder().xml. by Florent Xicluna · 12 years ago
  73. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  74. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  75. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  76. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  77. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  78. 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 12 years ago
  79. 4aea7d3 Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing by Stefan Krah · 12 years ago
  80. a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 12 years ago
  81. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  82. fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 12 years ago
  83. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  84. 42ae472 merge with 3.2 by Georg Brandl · 13 years ago
  85. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  86. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  87. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  88. 528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  89. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  90. e249dca merge 3.2 by Benjamin Peterson · 13 years ago
  91. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  92. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  93. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  94. 71f660e update to Unicode 6.1 by Benjamin Peterson · 13 years ago
  95. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  96. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  97. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  98. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 13 years ago
  99. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 13 years ago
  100. a9bf2ac Try to really fix compilation failures of the _ssl module under very old OpenSSLs. by Antoine Pitrou · 13 years ago