summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-155-29/+3421
| | | | config.{guess,sub}.
* port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ↵Senthil Kumaran2012-03-152-1/+3
|\ | | | | | | urls/ftp servers. closes issue11199
| * closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-152-1/+3
| |
* | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-152-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 Klose2012-03-152-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 Klose2012-03-153-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 Klose2012-03-154-6/+88
| |
* | (sched) when run() is invoked with blocking=False return the deadline of the ↵Giampaolo Rodola'2012-03-152-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 Sajip2012-03-152-3/+7
| |
* | Merge #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-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 descriptionR David Murray2012-03-151-2/+2
| | | | | | | | Patch by Dylan Sarber.
| * merge headsGregory P. Smith2012-03-152-13/+14
| |\
* | | Closes issue #14163 - tkinter: problems with hello doc exampleAndrew Svetlov2012-03-151-29/+24
| | |
* | | try to fix compilation on glibc's with cpu sets (#14296)Benjamin Peterson2012-03-151-0/+4
| | |
* | | free AST's dictBenjamin Peterson2012-03-152-2/+14
| | |
* | | mergeRaymond Hettinger2012-03-154-10/+18
|\ \ \
| * \ \ merge headsGregory P. Smith2012-03-152-10/+11
| |\ \ \
| | * \ \ cpython:Fix the wrong urllib exampls which use str for POST data. Closes ↵Senthil Kumaran2012-03-152-10/+11
| | |\ \ \ | | | | |/ | | | |/| | | | | | Issue11261
| | | * | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-152-13/+14
| | | | |
| * | | | Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-152-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 whenGregory P. Smith2012-03-152-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 Hettinger2012-03-151-30/+0
|/ / | | | | | | conservative, the code is left in for one more release.
* | Issue #14222: Use the new time.steady() function instead of time.time() forVictor Stinner2012-03-153-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 defaultVictor Stinner2012-03-153-18/+57
| |
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to ↵Victor Stinner2012-03-144-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 warningsBenjamin Peterson2012-03-141-4/+4
| |
* | remove get_prefix and set_prefix (#13248)Benjamin Peterson2012-03-143-37/+2
| |
* | merge 3.2Matthias Klose2012-03-140-0/+0
|\ \ | |/
| * merge 3.1Matthias Klose2012-03-140-0/+0
| |\
| | * merge headsMatthias Klose2012-03-148-10/+12
| | |\
| * | \ merge headsMatthias Klose2012-03-146-6/+6
| |\ \ \
* | \ \ \ merge headsMatthias Klose2012-03-147-9/+9
|\ \ \ \ \
| * \ \ \ \ merge 3.2Matthias Klose2012-03-147-9/+9
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | merge 3.1Matthias Klose2012-03-146-6/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | - rename configure.in to configure.acMatthias Klose2012-03-148-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | - change references from configure.in to configure.ac
* | | | | | mergeGregory P. Smith2012-03-140-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | merge headsGregory P. Smith2012-03-141-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ merge headsGregory P. Smith2012-03-143-51/+27
|\ \ \ \ \ \ \
| * | | | | | | Removed XXX from unittest.mock docstring and switch to a nicer ↵Michael Foord2012-03-141-24/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try...except...finally
| * | | | | | | merge with 3.2Georg Brandl2012-03-141-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Closes #14305: fix typo.Georg Brandl2012-03-141-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Remove more Python 2 compatibility cruft from unittest.mockMichael Foord2012-03-142-25/+6
| | |_|/ / / | |/| | | |
* | | | | | merge (no change)Gregory P. Smith2012-03-140-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | merge (no change needed in 3.2)Gregory P. Smith2012-03-140-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | move the Misc/NEWS entry to the right section.Gregory P. Smith2012-03-141-3/+3
| | | | | |
* | | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-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 attributesGregory P. Smith2012-03-145-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 attributesGregory P. Smith2012-03-145-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 headsSenthil Kumaran2012-03-144-0/+40
|\ \ \
| * \ \ Megre from tipAndrew Svetlov2012-03-145-44/+103
| |\ \ \