1. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 12 years ago
  2. c0181eb Stop including gzio in the build; it's not used. by Martin v. Löwis · 12 years ago
  3. f4ec88e merge heads by Benjamin Peterson · 12 years ago
  4. 77fa937 use Py_ssize_t for ast sequence lengths by Benjamin Peterson · 12 years ago
  5. 39bf90d Add two more sorts to test_os.WalkTests I've missed before by Hynek Schlawack · 12 years ago
  6. c5f31ed merge heads by Senthil Kumaran · 12 years ago
  7. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  8. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  9. c96f5a0 Sort file list in test_os.WalkTests by Hynek Schlawack · 12 years ago
  10. acfc26a merge heads by Senthil Kumaran · 12 years ago
  11. 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
  12. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  13. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  14. 0fb41b5 remove unused import in asyncore doc by Giampaolo Rodola' · 12 years ago
  15. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  16. 41829e8 Document f4d7ad6c9d6e. by Martin v. Löwis · 12 years ago
  17. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 12 years ago
  18. 33cac85 Add safecase to silence Win64 warning. by Martin v. Löwis · 12 years ago
  19. d1b7f39 Silence VS 2010 warning on loss of precision (_int64 -> _int32). by Martin v. Löwis · 12 years ago
  20. b05c073 Silence VS 2010 signed/unsigned warnings. by Martin v. Löwis · 12 years ago
  21. 6ecf8ce apparently importlib.h wants to be updated by Benjamin Peterson · 12 years ago
  22. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  23. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  24. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  25. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  26. a79e7fe Merge 3.2 by Brian Curtin · 12 years ago
  27. 1f24548 bsddb never existed in 3.x, no need to keep downloading sleepycat by Brian Curtin · 12 years ago
  28. e2eab5e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  29. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  30. 4043d3d Don't build xxlimited in debug mode. by Martin v. Löwis · 12 years ago
  31. d7be304 merge 3.2 by Martin v. Löwis · 12 years ago
  32. 2d82d04 Stop deleting non-existing bytecode files. by Martin v. Löwis · 12 years ago
  33. 29e861d Upgrade sqlite to 3.7.12. by Martin v. Löwis · 12 years ago
  34. a6bedde Issue 14800: add comments explaining stat.py constants + docstring for S_* functions. by Giampaolo Rodola' · 12 years ago
  35. 1b634c2 Use size_t, not ssize_t (issue #14801). by Antoine Pitrou · 12 years ago
  36. a1433fe Remove tab characters by Antoine Pitrou · 12 years ago
  37. 682d94c Use size_t, not ssize_t (issue #14801). by Antoine Pitrou · 12 years ago
  38. dab46f7 null merge by Martin v. Löwis · 12 years ago
  39. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  40. b432334 Relabel bzip2 filters. by Martin v. Löwis · 12 years ago
  41. ecc5877 Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  42. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  43. c31dd2b #14405: merge with 3.2. by Ezio Melotti · 12 years ago
  44. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  45. e8af53d Fix release build settings. by Martin v. Löwis · 12 years ago
  46. 6d7c9f3 Update the clean and MSI scripts for VS2010 by Brian Curtin · 12 years ago
  47. f6b1b9b Correct PlatformTarget->Platform usage for building the solution by Brian Curtin · 12 years ago
  48. 638f6c1 Convert build slave scripts to work with VS2010 by Brian Curtin · 12 years ago
  49. 40e41bb changeset: 76969:0cbe1099226d by Brian Curtin · 12 years ago
  50. a9d9d17 Issue #14245: Merge changes from 3.2. by Mark Dickinson · 12 years ago
  51. 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
  52. 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
  53. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  54. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  55. 6100946 Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 by Brian Curtin · 12 years ago
  56. faedde3 #14770: merge with 3.2. by Ezio Melotti · 12 years ago
  57. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  58. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 12 years ago
  59. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  60. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  61. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  62. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  63. bb54b33 Merge by Antoine Pitrou · 12 years ago
  64. eafae02 Merge by Antoine Pitrou · 12 years ago
  65. 2d169b2 Make the reference counting of dictkeys objects participate in refleak hunting by Antoine Pitrou · 12 years ago
  66. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  67. acc0c18 Remove a now worthless test. by Brett Cannon · 12 years ago
  68. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 12 years ago
  69. 36c4e38 merge with 3.2 by Sandro Tosi · 12 years ago
  70. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  71. 094d0e0 Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit by Stefan Krah · 12 years ago
  72. 04b2e69 Merge by Antoine Pitrou · 12 years ago
  73. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  74. 758153b Fix refleaks introduced by 83da67651687. by Antoine Pitrou · 12 years ago
  75. e45c0c5 Fix logic error introduced by 83da67651687. by Antoine Pitrou · 12 years ago
  76. 4d688e3 Remove uninitialized compiler warning. by Ross Lagerwall · 12 years ago
  77. 1ff2e35 simplify by shortcutting when the kind of the needle is larger than the haystack by Benjamin Peterson · 12 years ago
  78. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  79. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 12 years ago
  80. 44ec91f Update importlib.h by Brett Cannon · 12 years ago
  81. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  82. 810c64d Issue #14764: Update importlib.test.benchmark to work in a world where by Brett Cannon · 12 years ago
  83. 9d33511 merge by Ned Deily · 12 years ago
  84. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  85. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  86. 569d087 use yield from by Benjamin Peterson · 12 years ago
  87. e8751e0 Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  88. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  89. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  90. ca5f91b Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  91. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  92. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  93. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  94. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  95. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  96. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  97. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  98. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  99. 3b1a74a Rename unicode_write_t structure and its methods to "_PyUnicodeWriter" by Victor Stinner · 12 years ago
  100. ee4544c Issue #14744: Inline unicode_writer_write_char() and unicode_write_str() by Victor Stinner · 12 years ago