Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in | Matthias Klose | 2012-03-15 | 5 | -29/+3421 |
| | | | | config.{guess,sub}. | ||||
* | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ↵ | Senthil Kumaran | 2012-03-15 | 2 | -1/+3 |
|\ | | | | | | | urls/ftp servers. closes issue11199 | ||||
| * | closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. | Senthil Kumaran | 2012-03-15 | 2 | -1/+3 |
| | | |||||
* | | - Issue #14324: Fix configure tests for cross builds. | Matthias Klose | 2012-03-15 | 2 | -1/+11 |
| | | | | | | | | when configured with --(en|dis)able-ipv6 for cross builds, don't fail the configury due to the missing buggy-getaddrinfo check. | ||||
* | | - Issue #14324: Fix configure tests for cross builds. | Matthias Klose | 2012-03-15 | 2 | -58/+64 |
| | | | | | | | | when configured --with(out)-computed-gotos for a cross, use this value instead of defaulting to no. | ||||
* | | - Issue #14324: Fix configure tests for cross builds. | Matthias Klose | 2012-03-15 | 3 | -2/+49 |
| | | | | | | | | when using gcc, use a compilation test for the cross build check for long long format. | ||||
* | | - Issue #14321: Do not run pgen during the build if files are up to date. | Matthias Klose | 2012-03-15 | 4 | -6/+88 |
| | | |||||
* | | (sched) when run() is invoked with blocking=False return the deadline of the ↵ | Giampaolo Rodola' | 2012-03-15 | 2 | -3/+5 |
| | | | | | | | | next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 | ||||
* | | Fixes #14314: Improved SMTP timeout handling. | Vinay Sajip | 2012-03-15 | 2 | -3/+7 |
| | | |||||
* | | Merge #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | Patch by Dylan Sarber. (Not sure why hg told me it merged pyexpat.c too, it showed no changes) | ||||
| * | #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
| | | | | | | | | Patch by Dylan Sarber. | ||||
| * | merge heads | Gregory P. Smith | 2012-03-15 | 2 | -13/+14 |
| |\ | |||||
* | | | Closes issue #14163 - tkinter: problems with hello doc example | Andrew Svetlov | 2012-03-15 | 1 | -29/+24 |
| | | | |||||
* | | | try to fix compilation on glibc's with cpu sets (#14296) | Benjamin Peterson | 2012-03-15 | 1 | -0/+4 |
| | | | |||||
* | | | free AST's dict | Benjamin Peterson | 2012-03-15 | 2 | -2/+14 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2012-03-15 | 4 | -10/+18 |
|\ \ \ | |||||
| * \ \ | merge heads | Gregory P. Smith | 2012-03-15 | 2 | -10/+11 |
| |\ \ \ | |||||
| | * \ \ | cpython:Fix the wrong urllib exampls which use str for POST data. Closes ↵ | Senthil Kumaran | 2012-03-15 | 2 | -10/+11 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | Issue11261 | ||||
| | | * | | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 | Senthil Kumaran | 2012-03-15 | 2 | -13/+14 |
| | | | | | |||||
| * | | | | Fixes Issue 14234: fix for the previous commit, keep compilation when | Gregory P. Smith | 2012-03-15 | 2 | -0/+7 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | using --with-system-expat working when the system expat does not have salted hash support. | ||||
| | * | | Fixes Issue 14234: fix for the previous commit, keep compilation when | Gregory P. Smith | 2012-03-15 | 2 | -0/+7 |
| | |/ | | | | | | | | | | | | | using --with-system-expat working when the system expat does not have salted hash support. | ||||
* | | | Issue #13248: Removed docs for two deprecated unittest features. To be ↵ | Raymond Hettinger | 2012-03-15 | 1 | -30/+0 |
|/ / | | | | | | | conservative, the code is left in for one more release. | ||||
* | | Issue #14222: Use the new time.steady() function instead of time.time() for | Victor Stinner | 2012-03-15 | 3 | -2/+6 |
| | | | | | | | | | | timeout in queue and threading modules to not be affected of system time update. | ||||
* | | 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 |
| |\ \ \ |