1. bd7b5dd Prevent handle leak if CreateProcess() fails in multiprocessing by Richard Oudkerk · 12 years ago
  2. 86eb7e9 Fix potential NameError in multiprocessing.Condition.wait() by Richard Oudkerk · 12 years ago
  3. ad06444 Make Finalize reserve a reference to os.getpid in case called at shutdown by Richard Oudkerk · 12 years ago
  4. 9650d36 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj by Richard Oudkerk · 12 years ago
  5. 454a74d #14814: Remove dead code from ipaddress by Hynek Schlawack · 12 years ago
  6. efce00c Whitespace normalization by Barry Warsaw · 12 years ago
  7. 028b37c PEP 421 requires that .name be lower case. by Barry Warsaw · 12 years ago
  8. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  9. 90ca5c2 Add NEWS entry. by Barry Warsaw · 12 years ago
  10. c58c392 Trunk merge. by Barry Warsaw · 12 years ago
  11. bcd3044 #14814: Use correct comparison for IP addresses by Hynek Schlawack · 12 years ago
  12. 7d74eff Add usage note. by Raymond Hettinger · 12 years ago
  13. 0c9050c Separate key creation logic from the sequence class that memoizes its hash value. by Raymond Hettinger · 12 years ago
  14. ca75b00 __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) by Benjamin Peterson · 12 years ago
  15. 8df1397 null merge (not removing the new feature in 3.3) by Gregory P. Smith · 12 years ago
  16. 2d7d56a Revert the modification of e.strerror in 3.2 as that kind of change could by Gregory P. Smith · 12 years ago
  17. 5f0e526 null merge from 3.2 by Gregory P. Smith · 12 years ago
  18. 61ed804 Move the 14992 note to the correct section. by Gregory P. Smith · 12 years ago
  19. f0a9a9b Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  20. a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  21. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  22. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 12 years ago
  23. f209407 merge 3.2 by Martin v. Löwis · 12 years ago
  24. 9f44a66 PEP 3131: support non-ASCII characters in auto-completion of identifiers. by Martin v. Löwis · 12 years ago
  25. 97aa21b Do not try to insert control characters. by Martin v. Löwis · 12 years ago
  26. 428d161 Drop unused constant. by Martin v. Löwis · 12 years ago
  27. 156989a Merge 3.2: issue #14937. by Martin v. Löwis · 12 years ago
  28. 862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. by Martin v. Löwis · 12 years ago
  29. fe4dfd2 merge heads by Senthil Kumaran · 12 years ago
  30. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
  31. 2168b31 merge by Eli Bendersky · 12 years ago
  32. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  33. a317eef Merge with 3.2 #12510 by Terry Jan Reedy · 12 years ago
  34. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  35. 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 12 years ago
  36. c68e136 Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords by Eli Bendersky · 12 years ago
  37. 2b88fcf Issue #14987: Add a missing import statement by Brett Cannon · 12 years ago
  38. 361baad Merge with 3.2 #10365 by Terry Jan Reedy · 12 years ago
  39. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  40. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  41. e11eb0f null merge by Sandro Tosi · 12 years ago
  42. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  43. e1b22ed Issue #14926: merge with 3.2 by Sandro Tosi · 12 years ago
  44. 29d09aa Issue #14926: fix docstring highlight by Sandro Tosi · 12 years ago
  45. a894cbf merge with 3.2 by Sandro Tosi · 12 years ago
  46. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  47. f4b26ef #14957: fix doc typo. by R David Murray · 12 years ago
  48. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  49. c816290 Issue #14814: use print() function by Sandro Tosi · 12 years ago
  50. b4386d3 Issue #14814: minor spelling fixes by Sandro Tosi · 12 years ago
  51. 3a37b83 merge 3.2 by Benjamin Peterson · 12 years ago
  52. 8e8fbea don't leak if the __class__ closure is set by Benjamin Peterson · 12 years ago
  53. 0dec1bf Fix sporadic failure of test_time.test_process_time() on Windows by Victor Stinner · 12 years ago
  54. 5a0d439 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  55. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  56. be1bc8c merge heads by Sandro Tosi · 12 years ago
  57. c10584a Issue #14968: merge with 3.2 by Sandro Tosi · 12 years ago
  58. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  59. d1ab608 check return for error by Benjamin Peterson · 12 years ago
  60. 35db513 #14814: Fix errror message creation in ipaddress.collapse_addresses by Hynek Schlawack · 12 years ago
  61. 77452fc Close #14969: Improve the handling of exception chaining in contextlib.ExitStack by Nick Coghlan · 12 years ago
  62. c4b78a3 #14814: Remove 2.x's new-style classes syntax from ipaddress by Hynek Schlawack · 12 years ago
  63. 67ee1d0 word.digits are always initialized before use in the Taylor series loop, by Stefan Krah · 12 years ago
  64. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 12 years ago
  65. 20d4174 We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in by Eli Bendersky · 12 years ago
  66. 2e185e1 Reformat two issue numbers by Brian Curtin · 12 years ago
  67. 1bf2394 fix trailing whitespace by Eli Bendersky · 12 years ago
  68. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 12 years ago
  69. 7e0229e #14814: Remove stale __hex__ method from ipaddress by Hynek Schlawack · 12 years ago
  70. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  71. 8e0ed33 Post-release update. by Georg Brandl · 12 years ago
  72. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  73. c11eba8 Update to Tcl/Tk 8.5.11. by Martin v. Löwis · 12 years ago
  74. 0271766 Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result by Stefan Krah · 12 years ago
  75. 4d3e0a6 Improve Underflow handling in the correct-rounding loop. The case for by Stefan Krah · 12 years ago
  76. d3487be Issue #14962: merge by Ned Deily · 12 years ago
  77. 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  78. d245655 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing by Kristjan Valur Jonsson · 12 years ago
  79. 9a5beec Improve comments. by Stefan Krah · 12 years ago
  80. 1ef1795 Merge. by Stefan Krah · 12 years ago
  81. a5bd2a1 Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Patch by Alon Horev) by Nick Coghlan · 12 years ago
  82. 5ddbcfc Pad the result with zeros just before the final rounding. by Stefan Krah · 12 years ago
  83. c73e8c2 Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev) by Nick Coghlan · 12 years ago
  84. 30c35e8 Do not clobber existing flags. by Stefan Krah · 12 years ago
  85. b7a455f Typo fix by Nick Coghlan · 12 years ago
  86. 2722827 Additional ExitStack examples, and a few other cleanups for the ExitStack docs by Nick Coghlan · 12 years ago
  87. 48c2e4d Null merge from 3.2. by Vinay Sajip · 12 years ago
  88. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  89. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  90. 56517e5 Make parameterized tests in email less hackish. by R David Murray · 12 years ago
  91. 01d7058 Merge heads. by Georg Brandl · 12 years ago
  92. e7066b8 Added tag v3.3.0a4 for changeset 7c51388a3aa7 by Georg Brandl · 12 years ago
  93. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  94. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 12 years ago
  95. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 12 years ago
  96. a0cf90e Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs by Nick Coghlan · 12 years ago
  97. bb75678 #14796: fix failure of new calendar test on windows. by R David Murray · 12 years ago
  98. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 12 years ago
  99. 5e92a1e Issue #14958: Change IDLE systax highlighting to recognize all string and by Ned Deily · 12 years ago
  100. e8eb912 Merge 3.2 news item by Brian Curtin · 12 years ago