summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use Py_ssize_t for ast sequence lengthsBenjamin Peterson2012-05-152-4/+4
|
* merge headsSenthil Kumaran2012-05-152-2/+3
|\
| * Sort file list in test_os.WalkTestsHynek Schlawack2012-05-152-2/+3
| | | | | | | | | | Adding new files into the tree lead to buildbot fails as the order wasn't deterministic.
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+9
|\ \ | |/ |/|
| * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+10
| |
* | merge headsSenthil Kumaran2012-05-153-8/+24
|\ \
| * | #14773: Fix os.fwalk() failing on dangling symlinksHynek Schlawack2012-05-153-8/+24
| | |
* | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of ↵Senthil Kumaran2012-05-153-1/+19
|\ \ \ | |/ / |/| / | |/ HTTP Basic Authentation in urllib2.
| * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵Senthil Kumaran2012-05-153-1/+19
| | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS
* | remove unused import in asyncore docGiampaolo Rodola'2012-05-152-3/+4
| |
* | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add ↵Giampaolo Rodola'2012-05-156-43/+124
| | | | | | | | tarfile.filemode alias with deprecation warning.
* | Document f4d7ad6c9d6e.Martin v. Löwis2012-05-152-2/+4
| |
* | Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis2012-05-153-8/+8
| |
* | Add safecase to silence Win64 warning.Martin v. Löwis2012-05-151-1/+2
| |
* | Silence VS 2010 warning on loss of precision (_int64 -> _int32).Martin v. Löwis2012-05-151-1/+1
| | | | | | | | This is safe because the actual value is already range-checked.
* | Silence VS 2010 signed/unsigned warnings.Martin v. Löwis2012-05-151-2/+5
| |
* | apparently importlib.h wants to be updatedBenjamin Peterson2012-05-151-7/+7
| |
* | PEP 415: Implement suppression of __context__ display with an exception ↵Benjamin Peterson2012-05-1512-78/+79
| | | | | | | | | | | | attribute This replaces the original PEP 409 implementation. See #14133.
* | Merge #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-26/+39
|\ \ | |/ | | | | | | | | | | This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope).
| * #14766: Reflow the altered paragraphs.R David Murray2012-05-151-18/+17
| |
| * #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-12/+26
| | | | | | | | | | | | | | This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope).
* | Merge 3.2Brian Curtin2012-05-151-3/+0
|\ \ | |/
| * bsddb never existed in 3.x, no need to keep downloading sleepycatBrian Curtin2012-05-151-3/+0
| |
* | Followup to issue #14157: respect the relative ordering of values produced ↵Antoine Pitrou2012-05-142-0/+13
|\ \ | |/ | | | | | | | | by time.strptime(). Patch by Hynek.
| * Followup to issue #14157: respect the relative ordering of values produced ↵Antoine Pitrou2012-05-142-0/+13
| | | | | | | | | | | | by time.strptime(). Patch by Hynek.
* | Don't build xxlimited in debug mode.Martin v. Löwis2012-05-141-2/+0
| |
* | merge 3.2Martin v. Löwis2012-05-141-2/+0
|\ \ | |/
| * Stop deleting non-existing bytecode files.Martin v. Löwis2012-05-141-2/+0
| |
* | Upgrade sqlite to 3.7.12.Martin v. Löwis2012-05-143-6/+6
| |
* | Issue 14800: add comments explaining stat.py constants + docstring for S_* ↵Giampaolo Rodola'2012-05-141-38/+51
| | | | | | | | functions.
* | Use size_t, not ssize_t (issue #14801).Antoine Pitrou2012-05-141-1/+1
|\ \ | |/
| * Remove tab charactersAntoine Pitrou2012-05-141-8/+8
| |
| * Use size_t, not ssize_t (issue #14801).Antoine Pitrou2012-05-141-1/+1
| |
* | null mergeMartin v. Löwis2012-05-140-0/+0
|\ \ | |/
| * Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-148-22/+22
| |
* | Relabel bzip2 filters.Martin v. Löwis2012-05-143-16/+16
| |
* | Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-148-19/+21
| |
* | Issue #13815: Resurrect the ExFileObject class.Lars Gustäbel2012-05-142-10/+11
| | | | | | | | | | | | After a discussion in the tracker, the decision was made to keep the ExFileObject class after all as a subclass of io.BufferedReader instead of removing it completely.
* | #14405: merge with 3.2.Ezio Melotti2012-05-141-5/+0
|\ \ | |/
| * #14405: remove outdated/broken/duplicate links.Ezio Melotti2012-05-141-5/+0
| |
* | Fix release build settings.Martin v. Löwis2012-05-141-2/+0
| |
* | Update the clean and MSI scripts for VS2010Brian Curtin2012-05-143-5/+5
| |
* | Correct PlatformTarget->Platform usage for building the solutionBrian Curtin2012-05-132-2/+2
| |
* | Convert build slave scripts to work with VS2010Brian Curtin2012-05-132-4/+6
| |
* | changeset: 76969:0cbe1099226dBrian Curtin2012-05-1326-8/+165
| | | | | | | | | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010
* | Issue #14245: Merge changes from 3.2.Mark Dickinson2012-05-131-37/+26
|\ \ | |/
| * Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵Mark Dickinson2012-05-132-37/+27
| | | | | | | | Jędrzejewski-Szmek for some of the wording.
* | Issue #14417: Mutating a dict during lookup now restarts the lookup instead ↵Antoine Pitrou2012-05-135-23/+15
| | | | | | | | of raising a RuntimeError (undoes issue #14205).
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-135-1/+94
| | | | | | | | timing attacks. Patch by Jon Oberheide.
* | Add importlib.util.resolve_name().Brett Cannon2012-05-134-1/+73
| |