Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10278: Add an optional strict argument to time.steady(), False by default | Victor Stinner | 2012-03-15 | 3 | -18/+57 |
| | |||||
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to ↵ | Victor Stinner | 2012-03-14 | 4 | -109/+27 |
| | | | | | | | | | time.steady() * On Mac OS X, time.steady() now uses mach_absolute_time(), a monotonic clock * Optimistic change: bet that CLOCK_MONOTONIC and CLOCK_REALTIME are available when clock_gettime() is available * Rewrite time.steady() documentation | ||||
* | fix compiler warnings | Benjamin Peterson | 2012-03-14 | 1 | -4/+4 |
| | |||||
* | remove get_prefix and set_prefix (#13248) | Benjamin Peterson | 2012-03-14 | 3 | -37/+2 |
| | |||||
* | merge 3.2 | Matthias Klose | 2012-03-14 | 0 | -0/+0 |
|\ | |||||
| * | merge 3.1 | Matthias Klose | 2012-03-14 | 0 | -0/+0 |
| |\ | |||||
| | * | merge heads | Matthias Klose | 2012-03-14 | 8 | -10/+12 |
| | |\ | |||||
| * | \ | merge heads | Matthias Klose | 2012-03-14 | 6 | -6/+6 |
| |\ \ \ | |||||
* | \ \ \ | merge heads | Matthias Klose | 2012-03-14 | 7 | -9/+9 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | merge 3.2 | Matthias Klose | 2012-03-14 | 7 | -9/+9 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | merge 3.1 | Matthias Klose | 2012-03-14 | 6 | -6/+6 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 8 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | - change references from configure.in to configure.ac | ||||
* | | | | | | merge | Gregory P. Smith | 2012-03-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | merge heads | Gregory P. Smith | 2012-03-14 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | merge heads | Gregory P. Smith | 2012-03-14 | 3 | -51/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Removed XXX from unittest.mock docstring and switch to a nicer ↵ | Michael Foord | 2012-03-14 | 1 | -24/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try...except...finally | ||||
| * | | | | | | | merge with 3.2 | Georg Brandl | 2012-03-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Closes #14305: fix typo. | Georg Brandl | 2012-03-14 | 1 | -2/+2 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Remove more Python 2 compatibility cruft from unittest.mock | Michael Foord | 2012-03-14 | 2 | -25/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | merge (no change) | Gregory P. Smith | 2012-03-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | merge (no change needed in 3.2) | Gregory P. Smith | 2012-03-14 | 0 | -0/+0 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | move the Misc/NEWS entry to the right section. | Gregory P. Smith | 2012-03-14 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 5 | -59/+135 |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | | | | | | in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. | ||||
| * | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 5 | -60/+144 |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | | | | | in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. | ||||
| | * | | Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 5 | -59/+135 |
| | |/ | | | | | | | | | | | | | | | | in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. | ||||
* | | | merge heads | Senthil Kumaran | 2012-03-14 | 4 | -0/+40 |
|\ \ \ | |||||
| * \ \ | Megre from tip | Andrew Svetlov | 2012-03-14 | 5 | -44/+103 |
| |\ \ \ | |||||
| * \ \ \ | Merge from tip | Andrew Svetlov | 2012-03-14 | 17 | -2/+6741 |
| |\ \ \ \ | |||||
| * | | | | | Issue #14200: Idle shell crash on printing non-BMP unicode character. | Andrew Svetlov | 2012-03-14 | 4 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UnicodeEncodeError is raised for strings contains non-BMP characters. For eval results unicode escaping is used, print() calls display exception with traceback as usual. | ||||
* | | | | | | Fix the buildbot breakdown - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -2/+0 |
| |_|/ / / |/| | | | | |||||
* | | | | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 4 | -39/+100 |
| | | | | | |||||
* | | | | | Remove Python 2 compatibility cruft from unittest.mock | Michael Foord | 2012-03-14 | 1 | -5/+3 |
| |/ / / |/| | | | |||||
* | | | | And another one... mock import fix. | Michael Foord | 2012-03-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge | Michael Foord | 2012-03-14 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | Avoid main_window unused compiler warning. | Gregory P. Smith | 2012-03-14 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Fix another mock import | Michael Foord | 2012-03-14 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Fix import failure in mock test | Michael Foord | 2012-03-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | #12818: remove escaping of () in quoted strings in formataddr | R David Murray | 2012-03-14 | 3 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | The quoting of ()s inside quoted strings is allowed by the RFC, but is not needed. There seems to be no reason to add needless escapes. | ||||
* | | | | PEP 417: Adding unittest.mock | Michael Foord | 2012-03-14 | 11 | -0/+6682 |
| | | | | |||||
* | | | | #14062: fix BytesParser handling of Header objects | R David Murray | 2012-03-14 | 3 | -0/+30 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | This is a different fix than the 3.2 fix, but the new tests are the same. This also affected smtplib.SMTP.send_message, which calls BytesParser. | ||||
| * | | | #14062: fix BytesParser handling of linesep for Header objects | R David Murray | 2012-03-14 | 3 | -2/+28 |
| | | | | | | | | | | | | | | | | This also affected smtplib.SMTP.send_message, which calls BytesParser. | ||||
* | | | | Issue #13839: When invoked on the command-line, the pstats module now ↵ | Antoine Pitrou | 2012-03-14 | 2 | -0/+6 |
| |/ / |/| | | | | | | | | | | | | | | accepts several filenames of profile stat files and merges them all. Patch by Matt Joiner. | ||||
* | | | Revert the patch for issue 3835 because failed on Windows buildbot | Andrew Svetlov | 2012-03-14 | 1 | -7/+0 |
| | | | | | | | | | | | | Windows build is compiled with no-threaded tcl/tk by default | ||||
* | | | #14289: merge with 3.2 | Georg Brandl | 2012-03-14 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Closes #14289: put a link to the CHM download page on the docs download page. | Georg Brandl | 2012-03-14 | 1 | -1/+5 |
| | | | |||||
* | | | #14283: merge with 3.2 | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | Closes #14283: match() and search() are regex methods, not match methods. | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
| | | | |||||
* | | | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 5 | -7/+33 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2, if a unicode string was assigned as the value of a header, email would automatically CTE encode it using the UTF8 charset. This capability was lost in the Python3 translation, and this patch restores it. Patch by Ali Ikinci, assisted by R. David Murray. I also added a fix for the mailbox test that was depending (with a comment that it was a bad idea to so depend) on non-ASCII causing message_from_string to raise an error. It now uses support.patch to induce an error during message serialization. | ||||
| * | | #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 5 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2, if a unicode string was assigned as the value of a header, email would automatically CTE encode it using the UTF8 charset. This capability was lost in the Python3 translation, and this patch restores it. Patch by Ali Ikinci, assisted by R. David Murray. I also added a fix for the mailbox test that was depending (with a comment that it was a bad idea to so depend) on non-ASCII causing message_from_string to raise an error. It now uses support.patch to induce an error during message serialization. | ||||
* | | | Closes #14298: update section about dict implementation. | Georg Brandl | 2012-03-14 | 1 | -8/+10 |
| | | |