1. 32a3b14 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  2. 7210025 merge heads. by Gregory P. Smith · 12 years ago
  3. c10f5c2 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  4. e236ad3 merge 2.6 by Barry Warsaw · 12 years ago
  5. e9bc2f7 - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash by Barry Warsaw · 12 years ago
  6. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  7. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  8. f590e04 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 12 years ago
  9. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  10. 71e51d6 Merged upstream change. by Vinay Sajip · 12 years ago
  11. 9790e08 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 12 years ago
  12. d17a898 Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 12 years ago
  13. b968b36 merge heads by Senthil Kumaran · 12 years ago
  14. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 12 years ago
  15. c768d4c closes issue14257 - Grammatical fix by Senthil Kumaran · 12 years ago
  16. 814d316 closes issue14257 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 12 years ago
  17. 15b6f3f Fix closes issue14258 - added clarification to \W and \S flags by Senthil Kumaran · 12 years ago
  18. b60156e #14161: fix test failures on Windows. by Ezio Melotti · 12 years ago
  19. eace3a7 #14161: fix compile error under Windows. by Ezio Melotti · 12 years ago
  20. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 12 years ago
  21. f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  22. 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 12 years ago
  23. e107ab3 Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). by Jason R. Coombs · 12 years ago
  24. ea4629a Improve the test case to avoid spurious errors about already existing symlinks. by Jason R. Coombs · 12 years ago
  25. 0e17dfb Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. by Jason R. Coombs · 12 years ago
  26. 6707826 Added tag v2.6.8rc1 for changeset 5356b6c7fd66 by Barry Warsaw · 12 years ago
  27. 2593eac Added tag v2.6.8rc1 for changeset caab08cd2b3e by Barry Warsaw · 12 years ago
  28. 74f4bd5 Bump some more copyright years (as per PEP 101), since this is the first by Barry Warsaw · 12 years ago
  29. 1fbc16d Bump to version 2.6.8rc1. by Barry Warsaw · 12 years ago
  30. b383e80 Back port from 2.7: by Barry Warsaw · 12 years ago
  31. 56fd661 Backport from 2.7: by Barry Warsaw · 12 years ago
  32. 6a9005b Backport from 2.7 branch. by Barry Warsaw · 12 years ago
  33. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  34. 4e171d1 don't need this hack anymore by Benjamin Peterson · 12 years ago
  35. 776af40 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  36. 876e789 merge heads by Benjamin Peterson · 12 years ago
  37. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 12 years ago
  38. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  39. b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 12 years ago
  40. b19fb24 Whitespace normalization by Barry Warsaw · 12 years ago
  41. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  42. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 12 years ago
  43. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  44. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  45. 4a24283 Adding regression test for issue6727 by Jason R. Coombs · 13 years ago
  46. 0737b72 Fix indentation by Jason R. Coombs · 13 years ago
  47. fa93cf8 Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727. by Jason R. Coombs · 13 years ago
  48. 925ff74 Moved directory detection into an isdir function by Jason R. Coombs · 13 years ago
  49. a84f468 move notes for 2.7.4 to the right place by Benjamin Peterson · 12 years ago
  50. a8d4585 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  51. ec17afd Backout buggy patch for #13719 by Éric Araujo · 12 years ago
  52. d6a80ee Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  53. da563bf Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code. by Vinay Sajip · 12 years ago
  54. 1bf6bb6 Fix NameError by Éric Araujo · 12 years ago
  55. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  56. d2e19b5 Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 12 years ago
  57. 76c6aa8 Use source reST role instead of file where it makes sense. by Éric Araujo · 12 years ago
  58. 47546e6 Remove mention of defunct file. by Éric Araujo · 12 years ago
  59. 7c16412 Use raw string for a docstring that uses a backslash by Éric Araujo · 12 years ago
  60. 104f189 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  61. 94c2d6df5 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  62. 859416e Fix sporadic failure in test_weakset by Antoine Pitrou · 12 years ago
  63. 1cb2e04 Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)"; by Armin Rigo · 12 years ago
  64. 21ccb73 Fix link to global module index. by Georg Brandl · 12 years ago
  65. 2b65408 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 12 years ago
  66. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 12 years ago
  67. c56bca3 Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 12 years ago
  68. 4666ebd Issue #14152: backport fix. by Stefan Krah · 12 years ago
  69. ca66624 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  70. d9de93e #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 12 years ago
  71. 38ae5b2 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 12 years ago
  72. 0555cde Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0". by Larry Hastings · 12 years ago
  73. a6bdfd1 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 12 years ago
  74. 58e5257 null-merge v2.6.8rc1 tag by Martin v. Löwis · 12 years ago
  75. 6a1cd1b Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  76. 92904d3 Branch merge by Éric Araujo · 12 years ago
  77. 6d37c4e Add versionadded for sys.flags.hash_randomization variable by Éric Araujo · 12 years ago
  78. 060b812 Fix markup errors by Éric Araujo · 12 years ago
  79. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 12 years ago
  80. 7f4b3be Fix typo “seperator” by Éric Araujo · 12 years ago
  81. a358bc3 State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 12 years ago
  82. 9ede557 Update docstring with more useful text (from the PEP) by Éric Araujo · 12 years ago
  83. a318a3b Avoid relying on the default reST role in logging library doc by Éric Araujo · 12 years ago
  84. c446ce7 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 12 years ago
  85. 06efea3 Use raw strings for docstrings with backslashes in ASCII diagrams by Éric Araujo · 12 years ago
  86. d4e714c Fix typo (#13467) by Éric Araujo · 12 years ago
  87. 8d4d74e Update lingering references to ex-parrot. I mean ex-devguide. by Éric Araujo · 12 years ago
  88. ef2e14e Fix instructions on how to rebuild some modules by Éric Araujo · 12 years ago
  89. c8e29db Mark up constants in socket doc as such by Éric Araujo · 12 years ago
  90. 576c6d7 Hide or remove user-visible XXX notes from distutils doc (#13716). by Éric Araujo · 12 years ago
  91. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 12 years ago
  92. c3cc2ac Improve interlinking of archiving/compression modules docs. by Éric Araujo · 12 years ago
  93. 8b48c66 Issue #13999: refer to multiprocessing.Queue when needed by Sandro Tosi · 12 years ago
  94. f5ea48f #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 12 years ago
  95. e84e263 Add test file for scripts in Tools (#13447). by Éric Araujo · 12 years ago
  96. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  97. 4ef5528 Add 2.7.3 and 2.7.4 UUIDs by Martin v. Löwis · 12 years ago
  98. 93fa159 Merged upstream changes. by Vinay Sajip · 12 years ago
  99. 5019822 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  100. 03d2368 merge heads by Benjamin Peterson · 12 years ago