summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #14684: Add support for predefined compression dictionaries to the ↵Nadeem Vawda2012-06-214-29/+153
| | | | | | zlib module. Original patch by Sam Rushing.
* Fix comment.Stefan Krah2012-06-201-1/+1
|
* Many cleanups of redundant code in mpd_qrem_near():Stefan Krah2012-06-201-23/+15
| | | | | | | | | | | | | | | | | | 1) _mpd_qdivmod() uses the context precision only in two places, and the new code should be exactly equivalent to the previous code. 2) Remove misleading comment. 3) The quotient *is* an integer with exponent 0, so calling mpd_qtrunc() is pointless. 4) Replace two instances of identical code by a single one. 5) Use _mpd_cmp_abs() instead of mpd_cmp_total_mag(): the operands are not special. 6) Don't clear MPD_Rounded in the status (with the current code it should not be set within the function).
* Prefer assertEqual to simply assert per recommendation in issue6727.Jason R. Coombs2012-06-201-3/+8
| | | | Clarified comment on disabled code to reference issue15093.
* Do not italicize punctuation in python(1) manual page (Matt Kraai).doko@ubuntu.com2012-06-201-6/+6
|
* Fix small overeager edit from 8e47e9af826e.Georg Brandl2012-06-201-1/+1
|
* Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-206-37/+28
|
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-195-4/+59
|\ | | | | | | Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
| * Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-193-4/+20
| |
* | Issue #14928: Fix importlib bootstrap issues by using a custom executable ↵Antoine Pitrou2012-06-198-697/+806
| | | | | | | | (Modules/_freeze_importlib) to build Python/importlib.h.
* | Issue #15038: Document caveats with the emulated condition variables.Kristjan Valur Jonsson2012-06-191-0/+29
| |
* | Add versionchanged tags for #14772 changesBrian Curtin2012-06-191-0/+13
| |
* | Issue #15103: remove the NUL character (serving as a Mercurial binary ↵Antoine Pitrou2012-06-192-9/+8
| | | | | | | | | | | | marker) from Python/importlib.h. Instead the email notification hook uses a configuration option to omit importlib.h diffs.
* | Issue #15038:Kristjan Valur Jonsson2012-06-191-5/+13
| | | | | | | | | | | | Fix incorrect test of the condition variable state, spotted by Richard Oudkerk. This could cause the internal condition variable to grow without bounds.
* | Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-184-8/+62
| |
* | Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-186-192/+497
| | | | | | | | | | Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
* | Issue #15064: Use with-blocks for some examples in docs.Richard Oudkerk2012-06-181-47/+39
| |
* | Issue #15064: Make BaseManager.__enter__() start server if necessary.Richard Oudkerk2012-06-183-9/+31
| |
* | Add comments to the power functions, in particular to _mpd_qpow_real().Stefan Krah2012-06-181-5/+34
| |
* | Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-186-1/+89
| |
* | Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-182-3/+8
|\ \ | |/
| * Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-182-3/+8
| |
* | Fiddle with timeouts in barrier testsRichard Oudkerk2012-06-181-6/+6
| |
* | Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
|\ \ | |/
| * Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
| |
* | Prevent test_inspect from keeping alive a ton of frames and local variables ↵Antoine Pitrou2012-06-172-13/+16
| | | | | | | | | | | | by way of a global variable keeping a reference to a traceback. Should fix some buildbot failures.
* | Issue #14657: The frozen instance of importlib used for bootstrap is now ↵Antoine Pitrou2012-06-173-9/+37
| | | | | | | | also the module imported as importlib._bootstrap.
* | Merge: Update out of date docstring.R David Murray2012-06-171-7/+5
|\ \ | |/
| * Update out of date docstring.R David Murray2012-06-171-7/+5
| |
* | #14840: merge with 3.2.Ezio Melotti2012-06-172-9/+22
|\ \ | |/
| * #14840: Add a bit on the difference between tuples and lists. Initial patch ↵Ezio Melotti2012-06-172-9/+22
| | | | | | | | by Zachary Ware.
* | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)Nick Coghlan2012-06-172-1/+7
|\ \ | |/
| * Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-172-1/+7
| |
* | Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)Nick Coghlan2012-06-171-5/+5
|\ \ | |/
| * Issue #15095: Use better assertions in test_imaplibNick Coghlan2012-06-171-5/+5
| |
* | Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)Nick Coghlan2012-06-172-1/+13
|\ \ | |/
| * Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-172-0/+12
| |
* | Disable test on Unix. Causes buildbots to fail. See Issue #15091Jason R. Coombs2012-06-171-0/+4
| |
* | White space normalization.Martin v. Löwis2012-06-171-3/+3
| |
* | Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-173-2/+53
| |
* | Elaborate that sizeof only accounts for the object itself.Martin v. Löwis2012-06-171-0/+3
| |
* | Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm ↵Nick Coghlan2012-06-171-1/+5
|\ \ | |/ | | | | compatibility)
| * Issue #15044: Handle Fedora 17's approach to ndbm compatibilityNick Coghlan2012-06-171-1/+5
| |
* | Adding test from issue6727 demonstrating that symlink import issue does not ↵Jason R. Coombs2012-06-171-0/+53
| | | | | | | | occur here in 3.3
* | Issue #14814: Add first draft of PEP 3144 ipaddress module documentation ↵Nick Coghlan2012-06-174-13/+278
| | | | | | | | (initial patch by Sandro Tosi)
* | Improve an internal ipaddress test, add a comment explaining why treating ↵Nick Coghlan2012-06-172-17/+31
| | | | | | | | networks as containers of interfaces rather than addresses would prove confusing
* | Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the ↵Nick Coghlan2012-06-172-2/+6
| | | | | | | | generator implementation
* | Issue #13783: the PEP 380 implementation no longer expands the public C APINick Coghlan2012-06-176-14/+12
| |
* | Issue #15054: Fix incorrect tokenization of 'b' string literals.Meador Inge2012-06-173-1/+81
| | | | | | | | Patch by Serhiy Storchaka.
* | Try to fix issue #15086: build failure on Ubuntu shared buildbot.Antoine Pitrou2012-06-162-2325/+2330
| |