1. 5fd4bd3 avoid casting with this nice macro by Benjamin Peterson · 13 years ago
  2. c142389 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  3. bb3e937 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  4. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  5. 1ebca48 Merge doc fixes. by Georg Brandl · 13 years ago
  6. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  7. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 13 years ago
  8. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  9. a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 13 years ago
  10. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 13 years ago
  11. 12a6153 #11373: fix spelling. by Georg Brandl · 13 years ago
  12. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  13. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 13 years ago
  14. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  15. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  16. 8a1acf2 merge heads by Georg Brandl · 13 years ago
  17. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  18. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  19. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  20. 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 13 years ago
  21. f874deb Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  22. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  23. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  24. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  25. d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 13 years ago
  26. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  27. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  28. 53b13e9 Merge tags from 3.2. by Georg Brandl · 13 years ago
  29. 776e2d4 Merge tags from 3.1. by Georg Brandl · 13 years ago
  30. 3c2ccf2 More tag fixups. by Georg Brandl · 13 years ago
  31. 533c79d Add the map of SVN revision numbers to changeset ids. by Antoine Pitrou · 13 years ago
  32. 4f10b76 Dummy-merge 3.2 branch into default branch. by Georg Brandl · 13 years ago
  33. 766f164 Dummy-merge 3.1 branch into 3.2 branch. by Georg Brandl · 13 years ago
  34. 45b0b01 Fix tag references in default branch. by Georg Brandl · 13 years ago
  35. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  36. b2a39da Fix tag references in 3.2 branch. by Georg Brandl · 13 years ago
  37. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  38. 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 13 years ago
  39. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  40. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  41. 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 13 years ago
  42. dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 13 years ago
  43. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 13 years ago
  44. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  45. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  46. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  47. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 13 years ago
  48. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  49. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  50. 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 13 years ago
  51. acdad9a Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX. by Giampaolo Rodolà · 13 years ago
  52. 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 13 years ago
  53. de3dc0f fix attribute error by Giampaolo Rodolà · 13 years ago
  54. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  55. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 13 years ago
  56. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  57. 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 13 years ago
  58. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  59. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  60. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  61. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 13 years ago
  62. 4462306 issue 11372: use range instead of xrange by Fred Drake · 13 years ago
  63. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 13 years ago
  64. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  65. 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 13 years ago
  66. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 13 years ago
  67. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  68. 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 13 years ago
  69. ec78522 assertEquals is deprecated by Antoine Pitrou · 13 years ago
  70. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 13 years ago
  71. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 13 years ago
  72. e7faec1 Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() by Victor Stinner · 13 years ago
  73. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  74. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 13 years ago
  75. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 13 years ago
  76. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  77. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  78. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 13 years ago
  79. c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  80. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  81. 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 13 years ago
  82. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  83. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  84. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 13 years ago
  85. f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 13 years ago
  86. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  87. 8d0f257 Add credit for r88682. by Antoine Pitrou · 13 years ago
  88. d6d17c5 No need to put this at top by Antoine Pitrou · 13 years ago
  89. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
  90. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 14 years ago
  91. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
  92. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 14 years ago
  94. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  95. d0f89f3 make this a link #11345 by Benjamin Peterson · 14 years ago
  96. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
  97. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 14 years ago
  98. 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 14 years ago
  99. d8a43b4 revert accidental formatting change by Benjamin Peterson · 14 years ago
  100. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 14 years ago