1. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 12 years ago
  2. 20d4174 We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in by Eli Bendersky · 12 years ago
  3. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 12 years ago
  4. 0271766 Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result by Stefan Krah · 12 years ago
  5. 4d3e0a6 Improve Underflow handling in the correct-rounding loop. The case for by Stefan Krah · 12 years ago
  6. 9a5beec Improve comments. by Stefan Krah · 12 years ago
  7. 5ddbcfc Pad the result with zeros just before the final rounding. by Stefan Krah · 12 years ago
  8. 30c35e8 Do not clobber existing flags. by Stefan Krah · 12 years ago
  9. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  10. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 12 years ago
  11. 58d548d Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and subclassable. by Eli Bendersky · 12 years ago
  12. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 12 years ago
  13. 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
  14. 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
  15. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  16. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  17. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  18. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  19. 9242c13 capitialize utime statuses by Benjamin Peterson · 12 years ago
  20. 46c214d capitialize enum members by Benjamin Peterson · 12 years ago
  21. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  22. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  23. 18eac4a use PyDict_Contains by Benjamin Peterson · 12 years ago
  24. a6a7a1a return NULL on error by Benjamin Peterson · 12 years ago
  25. 2d12e14 actually return the result by Benjamin Peterson · 12 years ago
  26. 5ed7bd7 simplify and rewrite the zipimport part of 702009f3c0b1 a bit by Benjamin Peterson · 12 years ago
  27. 209e04c plug ref leak by Benjamin Peterson · 12 years ago
  28. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  29. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 12 years ago
  30. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  31. e34a209 Fix Visual Studio warning. by Stefan Krah · 12 years ago
  32. 696d10f Changes in _mpd_qexp(): ----------------------- by Stefan Krah · 12 years ago
  33. b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  34. a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  35. e7672d3 Issue #14732: The _csv module now uses PEP 3121 module initialization. by Antoine Pitrou · 12 years ago
  36. 33cac85 Add safecase to silence Win64 warning. by Martin v. Löwis · 12 years ago
  37. d1b7f39 Silence VS 2010 warning on loss of precision (_int64 -> _int32). by Martin v. Löwis · 12 years ago
  38. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  39. 4d688e3 Remove uninitialized compiler warning. by Ross Lagerwall · 12 years ago
  40. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  41. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  42. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  43. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  44. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  45. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  46. 486a045 Fix buildbot failures in test_lzma. by Nadeem Vawda · 12 years ago
  47. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  48. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  49. 54c74ec Fix formatting of preset values for exception messages in _lzmamodule.c. by Nadeem Vawda · 12 years ago
  50. eaa5eee Backed out changeset 709850f1ec67 by Benjamin Peterson · 12 years ago
  51. cfe6f2a Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  52. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  53. 6b03f2c Fix typo in exception message. by Stefan Krah · 12 years ago
  54. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  55. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  56. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  57. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  58. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  59. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  60. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  61. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  62. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  63. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  64. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  65. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  66. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  67. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  68. b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  69. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 12 years ago
  70. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  71. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  72. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 12 years ago
  73. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  74. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  75. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  76. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  77. 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
  78. cf38120 Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT by Jesus Cea · 12 years ago
  79. 9d3a5ae Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but by Stefan Krah · 12 years ago
  80. 3c23a87 The divmod function for large numbers now has an ACL2 proof. Related changes: by Stefan Krah · 12 years ago
  81. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  82. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  83. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  84. c51b7fd 1) Simplify comment -- one has to read the complete proof (available in ACL2) by Stefan Krah · 12 years ago
  85. 5d0d2e2 Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail. by Stefan Krah · 12 years ago
  86. ed4b21f Cosmetic change: initialize digits to 1 (redundant). by Stefan Krah · 12 years ago
  87. bc771e9 Remove redundant finalization of the result. by Stefan Krah · 12 years ago
  88. aecaf0b Fix comments and whitespace. by Stefan Krah · 12 years ago
  89. 6369f77 Support mythical ones' complement machines. by Stefan Krah · 12 years ago
  90. 140893c The previous code is correct, but hard to verify: The libmpdec documentation by Stefan Krah · 12 years ago
  91. a3f4457 Speed up reading of small files. This avoids multiple C read() calls on pyc files. by Antoine Pitrou · 12 years ago
  92. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  93. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  94. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  95. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  96. b8d0169 Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int by Victor Stinner · 12 years ago
  97. ec766a6 1) Remove claim of an input invariant that is only true for static mpd_t. by Stefan Krah · 12 years ago
  98. 7b544ca Fix stale comment. by Stefan Krah · 12 years ago
  99. cc74b6a Issue #14478: Cache the hash of a Decimal in the C version. by Stefan Krah · 12 years ago
  100. e37f8b2 Issue #14520: Add __sizeof__() method to the Decimal object. by Stefan Krah · 12 years ago