- 12 Mar, 2011 3 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode.
-
Senthil Kumaran authored
-
- 11 Mar, 2011 3 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
- 10 Mar, 2011 5 commits
-
-
R David Murray authored
Patch by Michal Nowikowski.
-
Ezio Melotti authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
finalization of objects in the language reference.
-
Ezio Melotti authored
-
- 09 Mar, 2011 2 commits
-
-
Antoine Pitrou authored
there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
-
Ned Deily authored
initialization fails.
-
- 08 Mar, 2011 2 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
- 07 Mar, 2011 1 commit
-
-
Vinay Sajip authored
-
- 06 Mar, 2011 12 commits
-
-
Benjamin Peterson authored
-
Thomas Wouters authored
working correctly with a relative path.
-
Martin v. Löwis authored
will have the right line ending even if the extension is not active.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#11405: do not reference the string module again for its deprecated functions, only for Template class.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 05 Mar, 2011 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 06 Mar, 2011 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
`mmap.PROT_READ|mmap.PROT_EXEC` would segfault instead of raising a TypeError. Patch by Charles-François Natali.
-
- 05 Mar, 2011 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Mar, 2011 1 commit
-
-
Giampaolo Rodolà authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88722 | giampaolo.rodola | 2011-03-03 14:57:47 +0100 (gio, 03 mar 2011) | 1 line Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). ........
-
- 01 Mar, 2011 1 commit
-
-
Antoine Pitrou authored
setUp() under 3.1.
-
- 28 Feb, 2011 1 commit
-
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88460 | antoine.pitrou | 2011-02-21 19:03:13 +0100 (lun., 21 févr. 2011) | 4 lines Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers larger than 4GB. Patch by Nadeem Vawda. ........ r88464 | antoine.pitrou | 2011-02-21 20:05:08 +0100 (lun., 21 févr. 2011) | 3 lines Fix issues on 32-bit systems introduced by r88460 ........ r88466 | antoine.pitrou | 2011-02-21 20:28:40 +0100 (lun., 21 févr. 2011) | 3 lines Fix compile error under MSVC introduced by r88460. ........ r88486 | antoine.pitrou | 2011-02-22 00:41:12 +0100 (mar., 22 févr. 2011) | 5 lines Issue #4681: Allow mmap() to work on file sizes and offsets larger than 4GB, even on 32-bit builds. Initial patch by Ross Lagerwall, adapted for 32-bit Windows. ........ r88511 | antoine.pitrou | 2011-02-22 22:42:56 +0100 (mar., 22 févr. 2011) | 4 lines Issue #11277: finally fix Snow Leopard crash following r88460. (probably an OS-related issue with mmap) ........ r88652 | antoine.pitrou | 2011-02-26 16:58:05 +0100 (sam., 26 févr. 2011) | 4 lines Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. Patch by Hirokazu Yamamoto. ........
-
- 26 Feb, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
This file has been removed from 3.2 and moved to the devguide. I think the safe choice for the stable branches is to keep it with a warning and link.
-