Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 | |
| | | | | Closes #14842. | |||||
* | Stop refetching OpenSSL. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 | |
| | ||||||
* | Use SSL directory from properties file. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 | |
| | ||||||
* | #14823: Simplify threading.Lock.acquire argument discussion. | R David Murray | 2012-05-17 | 1 | -8/+5 | |
| | ||||||
* | #14832: 'first' now really refers to first arg in unittest assertItemsEqual | R David Murray | 2012-05-16 | 2 | -1/+4 | |
| | | | | | | This appears to have been a mixup introduced when we switched from 'expected/actual' to 'first/second'. The problem doesn't exist in the corresponding assertCountEqual method in Python3. | |||||
* | #14692 Fix json docs to reflect changes in json.load | Hynek Schlawack | 2012-05-16 | 1 | -2/+2 | |
| | | | | | | | The behaviour of the parse_constant callback changed insofar that 'null', 'true', 'false' don't trigger its call anymore. Patch by Serhiy Storchaka | |||||
* | Issue #14829: Fix bisect issues under 64-bit Windows. | Antoine Pitrou | 2012-05-16 | 3 | -4/+47 | |
| | ||||||
* | Skip test under 64-bit Windows | Antoine Pitrou | 2012-05-16 | 1 | -1/+4 | |
| | ||||||
* | #1440472: reflow | R David Murray | 2012-05-16 | 1 | -4/+3 | |
| | ||||||
* | #1440472: Explain that email parser/generator isn't *quite* "idempotent" | R David Murray | 2012-05-16 | 1 | -1/+10 | |
| | ||||||
* | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 2 | -2/+32 | |
| | | | | | | | | undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. | |||||
* | Force recheckout of openssl. | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 | |
| | ||||||
* | merge heads | Senthil Kumaran | 2012-05-15 | 5 | -5/+7 | |
|\ | ||||||
| * | Upgrade openssl to 0.9.8x. | Martin v. Löwis | 2012-05-15 | 5 | -5/+7 | |
| | | ||||||
* | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -7/+13 | |
|/ | ||||||
* | Issue #12541: Be lenient with quotes around Realm field with HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 3 | -1/+20 | |
| | | | | Authentation in urllib2. | |||||
* | #14766: Reflow the altered paragraphs. | R David Murray | 2012-05-15 | 1 | -18/+18 | |
| | ||||||
* | #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -10/+25 | |
| | | | | | | | 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). | |||||
* | Followup to issue #14157: respect the relative ordering of values produced ↵ | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 | |
| | | | | | | by time.strptime(). Patch by Hynek. | |||||
* | Upgrade to bzip2 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -22/+22 | |
| | ||||||
* | #14405: remove outdated/broken/duplicate links. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 | |
| | ||||||
* | #14770: backport a couple of changes from 3.x. | Ezio Melotti | 2012-05-13 | 1 | -13/+9 | |
| | ||||||
* | #14770: improve the library FAQ. | Ezio Melotti | 2012-05-13 | 1 | -56/+48 | |
| | ||||||
* | correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ | Sandro Tosi | 2012-05-12 | 1 | -1/+1 | |
| | ||||||
* | Additional example of using decimal.localcontext(). | Raymond Hettinger | 2012-05-11 | 1 | -0/+4 | |
| | ||||||
* | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 4 | -2/+40 | |
| | | | | support chflag operations. (Patch by Hynek Schlawack) | |||||
* | Update ACKS. | Antoine Pitrou | 2012-05-10 | 1 | -0/+1 | |
| | ||||||
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 3 | -1/+12 | |
| | | | | Patch by Hynek Schlawack. | |||||
* | #14763: document default maxsplit value for str.split. | Ezio Melotti | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME ↵ | Jesus Cea | 2012-05-10 | 4 | -2/+6 | |
| | | | | is '/' | |||||
* | #14763: fix documentation for string.split/rsplit. | Ezio Melotti | 2012-05-09 | 1 | -7/+8 | |
| | ||||||
* | Issue #14761: Fix potential leak on an error case in the import machinery. | Antoine Pitrou | 2012-05-09 | 3 | -1/+5 | |
| | ||||||
* | Improve the grammar of a non-sentence. | R David Murray | 2012-05-09 | 1 | -2/+2 | |
| | ||||||
* | fix possible refleak (closes #14752) | Benjamin Peterson | 2012-05-08 | 1 | -2/+4 | |
| | ||||||
* | remove basically bitrotted XXXs | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 | |
| | ||||||
* | backport 7a05cb3beddf to 2.7 | Sandro Tosi | 2012-05-07 | 1 | -6/+19 | |
| | ||||||
* | Fix document title for Sphinx. | Georg Brandl | 2012-05-06 | 1 | -3/+3 | |
| | ||||||
* | #14034: adapt to Python 2 and fix indentation. | Ezio Melotti | 2012-05-06 | 1 | -135/+135 | |
| | ||||||
* | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 5 | -0/+777 | |
| | ||||||
* | #13183: backport fixes to test_pdb to 2.7 branch | Georg Brandl | 2012-05-06 | 1 | -2/+5 | |
| | ||||||
* | Fix for issue 14725 for 2.7 branch | Richard Oudkerk | 2012-05-05 | 3 | -1/+22 | |
| | ||||||
* | Skip test_algorithms (known remote hosts need SNI, which is only available ↵ | Antoine Pitrou | 2012-05-04 | 1 | -1/+2 | |
| | | | | on 3.2+) | |||||
* | close() doesn't take any args (closes #14717) | Benjamin Peterson | 2012-05-03 | 1 | -1/+1 | |
| | ||||||
* | Use Python 3 instead of 3.0. | Ezio Melotti | 2012-05-03 | 76 | -125/+125 | |
| | ||||||
* | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 | |
| | ||||||
* | os.popen().close() returns None on success, not 0... | Charles-François Natali | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | Issue #14698: Make test_posix more robust when the current UID doesn't have an | Charles-François Natali | 2012-05-02 | 1 | -2/+7 | |
| | | | | associated pwd entry. | |||||
* | Issue #9400: Partial backport of fix for #9244 | Richard Oudkerk | 2012-05-02 | 2 | -1/+42 | |
| | | | | | | | | | | In multiprocessing, a pool worker process would die if the result/error could not be pickled. This could cause pool methods to hang. In 3.x this was fixed by 0aa8af79359d (which also added an error_callback argument to some methods), but the fix was not back ported. | |||||
* | fix windows test failure - issue13183 | Senthil Kumaran | 2012-05-01 | 1 | -1/+1 | |
| | ||||||
* | use formats that work on 2.7 | Benjamin Peterson | 2012-05-01 | 1 | -7/+6 | |
| |