1. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  2. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  3. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  4. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  5. 1d642d2 Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too) by Jesus Cea · 12 years ago
  6. cf38120 Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT by Jesus Cea · 12 years ago
  7. 9d3a5ae Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but by Stefan Krah · 12 years ago
  8. 3c23a87 The divmod function for large numbers now has an ACL2 proof. Related changes: by Stefan Krah · 12 years ago
  9. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  10. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  11. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  12. c51b7fd 1) Simplify comment -- one has to read the complete proof (available in ACL2) by Stefan Krah · 12 years ago
  13. 5d0d2e2 Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail. by Stefan Krah · 12 years ago
  14. ed4b21f Cosmetic change: initialize digits to 1 (redundant). by Stefan Krah · 12 years ago
  15. bc771e9 Remove redundant finalization of the result. by Stefan Krah · 12 years ago
  16. aecaf0b Fix comments and whitespace. by Stefan Krah · 12 years ago
  17. 6369f77 Support mythical ones' complement machines. by Stefan Krah · 12 years ago
  18. 140893c The previous code is correct, but hard to verify: The libmpdec documentation by Stefan Krah · 12 years ago
  19. a3f4457 Speed up reading of small files. This avoids multiple C read() calls on pyc files. by Antoine Pitrou · 12 years ago
  20. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  21. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  22. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  23. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  24. b8d0169 Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int by Victor Stinner · 12 years ago
  25. ec766a6 1) Remove claim of an input invariant that is only true for static mpd_t. by Stefan Krah · 12 years ago
  26. 7b544ca Fix stale comment. by Stefan Krah · 12 years ago
  27. cc74b6a Issue #14478: Cache the hash of a Decimal in the C version. by Stefan Krah · 12 years ago
  28. e37f8b2 Issue #14520: Add __sizeof__() method to the Decimal object. by Stefan Krah · 12 years ago
  29. f69aef7 Resize the coefficient to MPD_MINALLOC also if the requested size is below by Stefan Krah · 12 years ago
  30. dd159ce Speed up _decimal by 30-40% for numerical workloads by improving the cache by Stefan Krah · 12 years ago
  31. 94ef3e4 Use the MPD() accessor macro. by Stefan Krah · 12 years ago
  32. e638513 Remove unused variable from gcmodule.c. The code no longer tests for the by Kristján Valur Jónsson · 12 years ago
  33. 8798ad3 struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but by Brett Cannon · 12 years ago
  34. 1bcb138 Merge. by Stefan Krah · 12 years ago
  35. dc36efa 1) Fix comment. by Stefan Krah · 12 years ago
  36. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  37. 0f9eec1 Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. by Ross Lagerwall · 12 years ago
  38. 4771cca Whitespace. by Stefan Krah · 12 years ago
  39. 871b96b Reduce array size. by Stefan Krah · 12 years ago
  40. a616948 Formatting. by Stefan Krah · 12 years ago
  41. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  42. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  43. 828efde Replace bootstrap imports with real C API calls. by Eli Bendersky · 12 years ago
  44. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  45. 08b8529 Fix Windows compilation errors by Eli Bendersky · 12 years ago
  46. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  47. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  48. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  49. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  50. 91c0274 Improve comments. by Stefan Krah · 12 years ago
  51. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  52. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  53. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  54. 41e0310 Fix Overflow exception in the bignum factorial benchmark that is due to by Stefan Krah · 12 years ago
  55. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  56. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  57. 9e892bb fix issue #5136: deprecate old unused functions from tkinter. by Andrew Svetlov · 12 years ago
  58. 310052c Fix warning when compiling socketmodule.c with VS2010 by Kristján Valur Jónsson · 12 years ago
  59. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  60. 1e25755 Merge. by Stefan Krah · 12 years ago
  61. 0e41981 Use abort() rather than exit() to appease tools like rpmlint. abort() is used by Stefan Krah · 12 years ago
  62. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  63. ad95c2d time.time() now uses clock_gettime(CLOCK_REALTIME) if available by Victor Stinner · 12 years ago
  64. 74eb6c0 Document the fact that mach_timebase_info() cannot fail by Victor Stinner · 12 years ago
  65. 650365b Issue #11826: Fix memory leak in atexitmodule. by Stefan Krah · 12 years ago
  66. 8486076 Fix time.steady(strict=True): don't use CLOCK_REALTIME by Victor Stinner · 12 years ago
  67. 70b2e1e Issue #14368: _PyTime_gettimeofday() cannot fail by Victor Stinner · 12 years ago
  68. 16ecb9d Issue #3367: Merge fix from 3.2. by Stefan Krah · 12 years ago
  69. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  70. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  71. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  72. c64150b Fix formatting after removing tabs. by Stefan Krah · 12 years ago
  73. cd9e1d0 Whitespace. by Stefan Krah · 12 years ago
  74. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  75. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  76. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  77. 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
  78. 7cc5521 Whitespace. by Stefan Krah · 12 years ago
  79. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  80. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  81. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  82. 5802fdf Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  83. e80b29b cleanup Ellipsis and NotImplemented strings after we're done by Benjamin Peterson · 12 years ago
  84. 2dbda07 fix condition (#14296) by Benjamin Peterson · 12 years ago
  85. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  86. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 12 years ago
  87. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 12 years ago
  88. c362cbd Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  89. 2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  90. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  91. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  92. 5e54519 fix compiler warnings by Benjamin Peterson · 12 years ago
  93. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  94. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  95. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  96. db66eba Avoid main_window unused compiler warning. by Gregory P. Smith · 12 years ago
  97. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 12 years ago
  98. b2a3773 Issue #14180: Fix the select module to handle correctly the Windows timeval by Victor Stinner · 12 years ago
  99. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  100. 7d74b70 merge 3.2 by Benjamin Peterson · 12 years ago