1. 7929cfb Note that the _asdict() method is outdated by Raymond Hettinger · 12 years ago
  2. 80ed4d4 Minor reformatting (wrap fat lines, etc.) and create an __main__ file by Raymond Hettinger · 12 years ago
  3. 7596364 Fix exception when calling reset_mock on a mock created with autospec by Michael Foord · 12 years ago
  4. afc0c77 Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code. by Stefan Krah · 12 years ago
  5. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 12 years ago
  6. 5248a2d Enumerate all cases in the overflow detection strategy in mpd_qlog10(). by Stefan Krah · 12 years ago
  7. f6f5618 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  8. 0c687e5 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 12 years ago
  9. 0bf506c Merge. by Stefan Krah · 12 years ago
  10. 1cf6dfc 1) List relative error for _mpd_qln10(). by Stefan Krah · 12 years ago
  11. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  12. ed36b2e #14814: Remove redundant code from ipaddress.IPv6Network by Hynek Schlawack · 12 years ago
  13. 571ee57 Merge from 3.2, #12510 by Terry Jan Reedy · 12 years ago
  14. 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 12 years ago
  15. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 12 years ago
  16. 7448220 Issue #11823: disassembly now shows argument counts on calls with keyword args by Alexander Belopolsky · 12 years ago
  17. 7bda265 1) The overflow detection in mpd_qln() has a surprising number of case splits. by Stefan Krah · 12 years ago
  18. cbc203e Merge from 3.2 by Nick Coghlan · 12 years ago
  19. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  20. 55e5dc8 Rearrange code to beat an optimizer bug affecting Release x64 on windows by Kristján Valur Jónsson · 12 years ago
  21. 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  22. e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  23. a3394bc 1) Add error analysis comments to mpd_qln10() and _mpd_qln(). by Stefan Krah · 12 years ago
  24. a01f1ad Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's preferred locale encoding by Victor Stinner · 12 years ago
  25. 187aa54 Signal condition variables with the mutex held. Destroy condition variables by Kristján Valur Jónsson · 12 years ago
  26. 902274e Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  27. 58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  28. 9844993 Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2 by Richard Oudkerk · 12 years ago
  29. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  30. 91c5a34 #14814: ipaddress: refactor dup code, minor janitoring, bump coverage by Hynek Schlawack · 12 years ago
  31. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  32. e860404 Add a function lzma.open(), to match gzip.open() and bz2.open(). by Nadeem Vawda · 12 years ago
  33. 6cbb20c Allow LZMAFile to accept modes with a "b" suffix. by Nadeem Vawda · 12 years ago
  34. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  35. af518c1 Add a function bz2.open(), to match gzip.open(). by Nadeem Vawda · 12 years ago
  36. 50cb936 Clarify acceptable values for BZ2File.__init__'s mode argument. by Nadeem Vawda · 12 years ago
  37. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  38. 6872101 Add fileobj support to gzip.open(). by Nadeem Vawda · 12 years ago
  39. d7b7c74 Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield by Victor Stinner · 12 years ago
  40. 05cab75 #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd. by R David Murray · 12 years ago
  41. bd7b5dd Prevent handle leak if CreateProcess() fails in multiprocessing by Richard Oudkerk · 12 years ago
  42. 86eb7e9 Fix potential NameError in multiprocessing.Condition.wait() by Richard Oudkerk · 12 years ago
  43. ad06444 Make Finalize reserve a reference to os.getpid in case called at shutdown by Richard Oudkerk · 12 years ago
  44. 9650d36 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj by Richard Oudkerk · 12 years ago
  45. 454a74d #14814: Remove dead code from ipaddress by Hynek Schlawack · 12 years ago
  46. efce00c Whitespace normalization by Barry Warsaw · 12 years ago
  47. 028b37c PEP 421 requires that .name be lower case. by Barry Warsaw · 12 years ago
  48. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  49. 90ca5c2 Add NEWS entry. by Barry Warsaw · 12 years ago
  50. c58c392 Trunk merge. by Barry Warsaw · 12 years ago
  51. bcd3044 #14814: Use correct comparison for IP addresses by Hynek Schlawack · 12 years ago
  52. 7d74eff Add usage note. by Raymond Hettinger · 12 years ago
  53. 0c9050c Separate key creation logic from the sequence class that memoizes its hash value. by Raymond Hettinger · 12 years ago
  54. ca75b00 __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) by Benjamin Peterson · 12 years ago
  55. 8df1397 null merge (not removing the new feature in 3.3) by Gregory P. Smith · 12 years ago
  56. 2d7d56a Revert the modification of e.strerror in 3.2 as that kind of change could by Gregory P. Smith · 12 years ago
  57. 5f0e526 null merge from 3.2 by Gregory P. Smith · 12 years ago
  58. 61ed804 Move the 14992 note to the correct section. by Gregory P. Smith · 12 years ago
  59. f0a9a9b Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  60. a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  61. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  62. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 12 years ago
  63. f209407 merge 3.2 by Martin v. Löwis · 12 years ago
  64. 9f44a66 PEP 3131: support non-ASCII characters in auto-completion of identifiers. by Martin v. Löwis · 12 years ago
  65. 97aa21b Do not try to insert control characters. by Martin v. Löwis · 12 years ago
  66. 428d161 Drop unused constant. by Martin v. Löwis · 12 years ago
  67. 156989a Merge 3.2: issue #14937. by Martin v. Löwis · 12 years ago
  68. 862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. by Martin v. Löwis · 12 years ago
  69. fe4dfd2 merge heads by Senthil Kumaran · 12 years ago
  70. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
  71. 2168b31 merge by Eli Bendersky · 12 years ago
  72. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  73. a317eef Merge with 3.2 #12510 by Terry Jan Reedy · 12 years ago
  74. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  75. 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 12 years ago
  76. c68e136 Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords by Eli Bendersky · 12 years ago
  77. 2b88fcf Issue #14987: Add a missing import statement by Brett Cannon · 12 years ago
  78. 361baad Merge with 3.2 #10365 by Terry Jan Reedy · 12 years ago
  79. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  80. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  81. e11eb0f null merge by Sandro Tosi · 12 years ago
  82. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  83. e1b22ed Issue #14926: merge with 3.2 by Sandro Tosi · 12 years ago
  84. 29d09aa Issue #14926: fix docstring highlight by Sandro Tosi · 12 years ago
  85. a894cbf merge with 3.2 by Sandro Tosi · 12 years ago
  86. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  87. f4b26ef #14957: fix doc typo. by R David Murray · 12 years ago
  88. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  89. c816290 Issue #14814: use print() function by Sandro Tosi · 12 years ago
  90. b4386d3 Issue #14814: minor spelling fixes by Sandro Tosi · 12 years ago
  91. 3a37b83 merge 3.2 by Benjamin Peterson · 12 years ago
  92. 8e8fbea don't leak if the __class__ closure is set by Benjamin Peterson · 12 years ago
  93. 0dec1bf Fix sporadic failure of test_time.test_process_time() on Windows by Victor Stinner · 12 years ago
  94. 5a0d439 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  95. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  96. be1bc8c merge heads by Sandro Tosi · 12 years ago
  97. c10584a Issue #14968: merge with 3.2 by Sandro Tosi · 12 years ago
  98. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  99. d1ab608 check return for error by Benjamin Peterson · 12 years ago
  100. 35db513 #14814: Fix errror message creation in ipaddress.collapse_addresses by Hynek Schlawack · 12 years ago