1. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  2. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  3. 50b0a36 Fix comment. by Stefan Krah · 12 years ago
  4. 2238501 Many cleanups of redundant code in mpd_qrem_near(): by Stefan Krah · 12 years ago
  5. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 12 years ago
  6. 9c1feb8 Add comments to the power functions, in particular to _mpd_qpow_real(). by Stefan Krah · 12 years ago
  7. bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 12 years ago
  8. c62bd13 1) State the relative errors of the power functions for integer exponents. by Stefan Krah · 12 years ago
  9. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  10. 113da64 Fix windows compilation problems caused by previous commit. by Eli Bendersky · 12 years ago
  11. 64d11e6 Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. by Eli Bendersky · 12 years ago
  12. bc07cb8 Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. by Martin v. Löwis · 12 years ago
  13. c838ec1 Issue #14936: curses_panel was converted to PEP 3121 API. by Martin v. Löwis · 12 years ago
  14. c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 12 years ago
  15. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  16. bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 12 years ago
  17. d973824 Fixed a typo in time_localtime() by Alexander Belopolsky · 12 years ago
  18. b783293 1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant. by Stefan Krah · 12 years ago
  19. 88e1977 1) Replace long-winded abort() construct by assert(). by Stefan Krah · 12 years ago
  20. 9253862 1) State restrictions for the transform length. by Stefan Krah · 12 years ago
  21. afc0c77 Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code. by Stefan Krah · 12 years ago
  22. 5248a2d Enumerate all cases in the overflow detection strategy in mpd_qlog10(). by Stefan Krah · 12 years ago
  23. 0bf506c Merge. by Stefan Krah · 12 years ago
  24. 1cf6dfc 1) List relative error for _mpd_qln10(). by Stefan Krah · 12 years ago
  25. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  26. 7bda265 1) The overflow detection in mpd_qln() has a surprising number of case splits. by Stefan Krah · 12 years ago
  27. a3394bc 1) Add error analysis comments to mpd_qln10() and _mpd_qln(). by Stefan Krah · 12 years ago
  28. 902274e Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  29. 58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  30. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  31. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  32. c68e136 Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords by Eli Bendersky · 12 years ago
  33. 67ee1d0 word.digits are always initialized before use in the Taylor series loop, by Stefan Krah · 12 years ago
  34. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 12 years ago
  35. 20d4174 We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in by Eli Bendersky · 12 years ago
  36. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 12 years ago
  37. 0271766 Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result by Stefan Krah · 12 years ago
  38. 4d3e0a6 Improve Underflow handling in the correct-rounding loop. The case for by Stefan Krah · 12 years ago
  39. 9a5beec Improve comments. by Stefan Krah · 12 years ago
  40. 5ddbcfc Pad the result with zeros just before the final rounding. by Stefan Krah · 12 years ago
  41. 30c35e8 Do not clobber existing flags. by Stefan Krah · 12 years ago
  42. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  43. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 12 years ago
  44. 58d548d Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and subclassable. by Eli Bendersky · 12 years ago
  45. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 12 years ago
  46. 1cfe7d9 Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  47. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  48. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  49. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  50. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  51. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  52. 9242c13 capitialize utime statuses by Benjamin Peterson · 12 years ago
  53. 46c214d capitialize enum members by Benjamin Peterson · 12 years ago
  54. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  55. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  56. 18eac4a use PyDict_Contains by Benjamin Peterson · 12 years ago
  57. a6a7a1a return NULL on error by Benjamin Peterson · 12 years ago
  58. 2d12e14 actually return the result by Benjamin Peterson · 12 years ago
  59. 5ed7bd7 simplify and rewrite the zipimport part of 702009f3c0b1 a bit by Benjamin Peterson · 12 years ago
  60. 209e04c plug ref leak by Benjamin Peterson · 12 years ago
  61. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  62. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 12 years ago
  63. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  64. e34a209 Fix Visual Studio warning. by Stefan Krah · 12 years ago
  65. 696d10f Changes in _mpd_qexp(): ----------------------- by Stefan Krah · 12 years ago
  66. b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  67. a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  68. e7672d3 Issue #14732: The _csv module now uses PEP 3121 module initialization. by Antoine Pitrou · 12 years ago
  69. 33cac85 Add safecase to silence Win64 warning. by Martin v. Löwis · 12 years ago
  70. d1b7f39 Silence VS 2010 warning on loss of precision (_int64 -> _int32). by Martin v. Löwis · 12 years ago
  71. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  72. 4d688e3 Remove uninitialized compiler warning. by Ross Lagerwall · 12 years ago
  73. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  74. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  75. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  76. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  77. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  78. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  79. 486a045 Fix buildbot failures in test_lzma. by Nadeem Vawda · 12 years ago
  80. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  81. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  82. 54c74ec Fix formatting of preset values for exception messages in _lzmamodule.c. by Nadeem Vawda · 12 years ago
  83. eaa5eee Backed out changeset 709850f1ec67 by Benjamin Peterson · 12 years ago
  84. cfe6f2a Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  85. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  86. 6b03f2c Fix typo in exception message. by Stefan Krah · 12 years ago
  87. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  88. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  89. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  90. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  91. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  92. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  93. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  94. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  95. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  96. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  97. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  98. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  99. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  100. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago