1. 314a16b Make the test completely clean up after itself. by Antoine Pitrou · 12 years ago
  2. 6c6d3a2 Move import lock-related functions to a separate doc section. by Antoine Pitrou · 12 years ago
  3. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  4. 5cec9d2 Add mention of decoding optimizations in the what's new document. by Antoine Pitrou · 12 years ago
  5. dd95974 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  6. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  7. f398a94 Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0 by Stefan Krah · 12 years ago
  8. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  9. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  10. e34a209 Fix Visual Studio warning. by Stefan Krah · 12 years ago
  11. 696d10f Changes in _mpd_qexp(): ----------------------- by Stefan Krah · 12 years ago
  12. 07542a0 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  13. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  14. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 12 years ago
  15. 26fd8fe merge heads by Giampaolo Rodola' · 12 years ago
  16. e126678 #14807: fix BB failures on Windows - avoid to to rely too many details of the mode string. by Giampaolo Rodola' · 12 years ago
  17. 7ca2950 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  18. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  19. b3c16fb More .hgignore additions for new VS build files by Antoine Pitrou · 12 years ago
  20. b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  21. a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  22. b84bc7a Avoid "warning: no newline at end of file" in importlib.h. by Antoine Pitrou · 12 years ago
  23. 32bc80c Fix build failure. by Antoine Pitrou · 12 years ago
  24. e7672d3 Issue #14732: The _csv module now uses PEP 3121 module initialization. by Antoine Pitrou · 12 years ago
  25. adbda17 Update .hgignore for new MSVC files by Antoine Pitrou · 12 years ago
  26. 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 12 years ago
  27. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  28. 313fbe2 Merge from 3.2. by Eric V. Smith · 12 years ago
  29. a32df1e merge #1440472: reflow by R David Murray · 12 years ago
  30. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  31. b3ad106 merge #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  32. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  33. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  34. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  35. c8e106b Merge from 3.2. by Eric V. Smith · 12 years ago
  36. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  37. 63065d7 Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs. by Antoine Pitrou · 12 years ago
  38. 12ea86a merge heads by Giampaolo Rodola' · 12 years ago
  39. b28df76 #14807: fix bb failure due to symlink test relying on hard-coded permissions by Giampaolo Rodola' · 12 years ago
  40. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 12 years ago
  41. c0181eb Stop including gzio in the build; it's not used. by Martin v. Löwis · 12 years ago
  42. f4ec88e merge heads by Benjamin Peterson · 12 years ago
  43. 77fa937 use Py_ssize_t for ast sequence lengths by Benjamin Peterson · 12 years ago
  44. 39bf90d Add two more sorts to test_os.WalkTests I've missed before by Hynek Schlawack · 12 years ago
  45. c5f31ed merge heads by Senthil Kumaran · 12 years ago
  46. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  47. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  48. c96f5a0 Sort file list in test_os.WalkTests by Hynek Schlawack · 12 years ago
  49. acfc26a merge heads by Senthil Kumaran · 12 years ago
  50. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  51. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  52. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  53. 0fb41b5 remove unused import in asyncore doc by Giampaolo Rodola' · 12 years ago
  54. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  55. 41829e8 Document f4d7ad6c9d6e. by Martin v. Löwis · 12 years ago
  56. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 12 years ago
  57. 33cac85 Add safecase to silence Win64 warning. by Martin v. Löwis · 12 years ago
  58. d1b7f39 Silence VS 2010 warning on loss of precision (_int64 -> _int32). by Martin v. Löwis · 12 years ago
  59. b05c073 Silence VS 2010 signed/unsigned warnings. by Martin v. Löwis · 12 years ago
  60. 6ecf8ce apparently importlib.h wants to be updated by Benjamin Peterson · 12 years ago
  61. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  62. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  63. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  64. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  65. a79e7fe Merge 3.2 by Brian Curtin · 12 years ago
  66. 1f24548 bsddb never existed in 3.x, no need to keep downloading sleepycat by Brian Curtin · 12 years ago
  67. e2eab5e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  68. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  69. 4043d3d Don't build xxlimited in debug mode. by Martin v. Löwis · 12 years ago
  70. d7be304 merge 3.2 by Martin v. Löwis · 12 years ago
  71. 2d82d04 Stop deleting non-existing bytecode files. by Martin v. Löwis · 12 years ago
  72. 29e861d Upgrade sqlite to 3.7.12. by Martin v. Löwis · 12 years ago
  73. a6bedde Issue 14800: add comments explaining stat.py constants + docstring for S_* functions. by Giampaolo Rodola' · 12 years ago
  74. 1b634c2 Use size_t, not ssize_t (issue #14801). by Antoine Pitrou · 12 years ago
  75. a1433fe Remove tab characters by Antoine Pitrou · 12 years ago
  76. 682d94c Use size_t, not ssize_t (issue #14801). by Antoine Pitrou · 12 years ago
  77. dab46f7 null merge by Martin v. Löwis · 12 years ago
  78. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  79. b432334 Relabel bzip2 filters. by Martin v. Löwis · 12 years ago
  80. ecc5877 Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  81. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  82. c31dd2b #14405: merge with 3.2. by Ezio Melotti · 12 years ago
  83. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  84. e8af53d Fix release build settings. by Martin v. Löwis · 12 years ago
  85. 6d7c9f3 Update the clean and MSI scripts for VS2010 by Brian Curtin · 12 years ago
  86. f6b1b9b Correct PlatformTarget->Platform usage for building the solution by Brian Curtin · 12 years ago
  87. 638f6c1 Convert build slave scripts to work with VS2010 by Brian Curtin · 12 years ago
  88. 40e41bb changeset: 76969:0cbe1099226d by Brian Curtin · 12 years ago
  89. a9d9d17 Issue #14245: Merge changes from 3.2. by Mark Dickinson · 12 years ago
  90. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago
  91. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 12 years ago
  92. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  93. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  94. 6100946 Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 by Brian Curtin · 12 years ago
  95. faedde3 #14770: merge with 3.2. by Ezio Melotti · 12 years ago
  96. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  97. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 12 years ago
  98. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  99. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  100. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago