1. 827b36b Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  2. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  3. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  4. e460f26 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  5. f484efd Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  6. 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  7. 2005447 Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram by Petri Lehtinen · 12 years ago
  8. d784e53 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  9. d213214 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  10. ed909bc Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  11. 4eb9f50 Add generated python-config files to .gitignore by Petri Lehtinen · 12 years ago
  12. 06b16f8 Remove unused defines. by Serhiy Storchaka · 12 years ago
  13. 18809fa Remove unused defines. by Serhiy Storchaka · 12 years ago
  14. 36aed8f #12749: merge with 3.3. by Ezio Melotti · 12 years ago
  15. eadece2 #12749: add a test for non-BMP ranges in character classes. by Ezio Melotti · 12 years ago
  16. 33136fa #17217: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 4ad8eec #17217: merge with 3.2. by Ezio Melotti · 12 years ago
  18. 507eb09 #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. by Ezio Melotti · 12 years ago
  19. 78b24e6 #17249: null merge. by Ezio Melotti · 12 years ago
  20. a420f0d #17249: null merge. by Ezio Melotti · 12 years ago
  21. 1ca8794 #17249: check for the availability of the thread module. by Ezio Melotti · 12 years ago
  22. 8a90936 #17249: merge with 3.3. by Ezio Melotti · 12 years ago
  23. 35246bd #17249: merge with 3.2. by Ezio Melotti · 12 years ago
  24. 29267c8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 12 years ago
  25. 9d9ab3d #15438: merge with 3.3. by Ezio Melotti · 12 years ago
  26. cc5ea62 #15438: merge with 3.2. by Ezio Melotti · 12 years ago
  27. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  28. 607240c #17271: merge with 3.3. by Ezio Melotti · 12 years ago
  29. 5c72b3f #17271: merge with 3.2. by Ezio Melotti · 12 years ago
  30. ad17bc0 #17271: update example in tempfile docs. by Ezio Melotti · 12 years ago
  31. 8e5432b #17256: merge with 3.3. by Ezio Melotti · 12 years ago
  32. ff3f333 #17256: merge with 3.2. by Ezio Melotti · 12 years ago
  33. a19ebdb #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  34. e787c9c Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  35. 8c0bbfd Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  36. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  37. 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 12 years ago
  38. 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
  39. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  40. 920007a Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  41. ed891c1 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  42. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  43. fc9bf11 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  44. 9d202ba Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  45. a2964b3 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  46. 542b7d1 #17265: merge with 3.3. by Ezio Melotti · 12 years ago
  47. 4d6795e #17265: merge with 3.2. by Ezio Melotti · 12 years ago
  48. bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  49. d8bc0a3 Merge DeprecationWarnings silencing in test_urllib from 3.3. by Ezio Melotti · 12 years ago
  50. 79b99db Silence DeprecationWarnings in test_urllib. by Ezio Melotti · 12 years ago
  51. 09d9d0f Merge DeprecationWarnings silencing in test_unicode from 3.3. by Ezio Melotti · 12 years ago
  52. 6f43a90 Merge heads. by Ezio Melotti · 12 years ago
  53. abe40c2 merge 3.3 (#17228) by Benjamin Peterson · 12 years ago
  54. 51e243f Silence DeprecationWarnings in test_unicode. by Ezio Melotti · 12 years ago
  55. 2dba1ee fix building without pymalloc (closes #17228) by Benjamin Peterson · 12 years ago
  56. 92bd4ef Merge importlib.h rebuild from 3.3 after the changes introduced in 65eaac000147. by Ezio Melotti · 12 years ago
  57. 795c10b Rebuild importlib.h after the changes introduced in 0f65bf6063ca. by Ezio Melotti · 12 years ago
  58. 205e820 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  59. 43d9fa2 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  60. b3d62ce Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  61. 0734298 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  62. f060206 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  63. 54db2fd Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  64. 1758d9c #17143: merge with 3.3. by Ezio Melotti · 12 years ago
  65. 5a9ce07 #17143: fix buildbot failures on Windows. by Ezio Melotti · 12 years ago
  66. 87632f1 #6623: Add explicit deprecation warning for ftplib.Netrc. by R David Murray · 12 years ago
  67. 8aa164b3 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  68. 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  69. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  70. 5e06d1d Merge 3.3. by Stefan Krah · 12 years ago
  71. 674a42b Fix error messages. by Stefan Krah · 12 years ago
  72. aaf16b9 Merge: #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  73. 702a5dc #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  74. 6b30759 #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  75. 789ee0f Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 12 years ago
  76. 41d4ebb Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 12 years ago
  77. 1548ed6 Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 12 years ago
  78. 2cca36e Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  79. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  80. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  81. 2a47954 Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 12 years ago
  82. 407aa2d Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 12 years ago
  83. 467393d Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 12 years ago
  84. 580e2c1 Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. by Serhiy Storchaka · 12 years ago
  85. f844f7e Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. by Serhiy Storchaka · 12 years ago
  86. 9acb9bc Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. by Serhiy Storchaka · 12 years ago
  87. 597ba7e Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 12 years ago
  88. a60de4f Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 12 years ago
  89. 1014b6c merge by Raymond Hettinger · 12 years ago
  90. d0dbb20 Set cache sizes to a power-of-two by Raymond Hettinger · 12 years ago
  91. 832edde Eliminate unnecessary variable. by Raymond Hettinger · 12 years ago
  92. 5df9f82 Merge from 3.3 by Eric Snow · 12 years ago
  93. 5b49962 Fixes a FileFinder docstring to reflect an old change. by Eric Snow · 12 years ago
  94. 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 12 years ago
  95. dcbe46b Merge by Antoine Pitrou · 12 years ago
  96. 7056cb2 Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit. by Antoine Pitrou · 12 years ago
  97. b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 12 years ago
  98. e924ddb Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  99. b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  100. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago