Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵ | Senthil Kumaran | 2012-05-20 | 2 | -5/+5 |
| | | | | Patch by Federico Reghenzani and Müte Invert | ||||
* | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 4 | -2/+7 |
| | |||||
* | #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵ | Ezio Melotti | 2012-05-19 | 3 | -6/+16 |
| | | | | stricter. | ||||
* | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵ | Senthil Kumaran | 2012-05-19 | 3 | -1/+32 |
| | | | | requests | ||||
* | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 3 | -9/+14 |
| | |||||
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 4 | -0/+12 |
| | |||||
* | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 |
| | | | | Closes #14842. | ||||
* | Drop double quoting again. I'm at a loss when to quote and when not. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 6 | -8/+9 |
| | |||||
* | merge heads | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 |
|\ | |||||
| * | Add another set of quotes to make cmd.exe happy. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | | |||||
| * | Fetch openssl directory from pyproject.vsprops. | 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 |
| | | |||||
* | | #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 | ||||
* | | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 |
| | | |||||
* | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** ↵ | Antoine Pitrou | 2012-05-16 | 3 | -2/+6 |
| | | | | | | | | 32) under 64-bit Windows. | ||||
* | | Cleanup so subsequent tests won't fail. Needs to be moved into a support ↵ | Eric V. Smith | 2012-05-16 | 1 | -0/+3 |
| | | | | | | | | routine (see 14715). | ||||
* | | #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/+11 |
| | | |||||
* | | 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. | ||||
* | | Issue #14817: Add rudimentary tests for pkgutil.extend_path. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 |
| | | |||||
* | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+10 |
| | | |||||
* | | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 3 | -1/+19 |
| | | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS | ||||
* | | #14766: Reflow the altered paragraphs. | R David Murray | 2012-05-15 | 1 | -18/+17 |
| | | |||||
* | | #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -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). | ||||
* | | bsddb never existed in 3.x, no need to keep downloading sleepycat | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
| | | |||||
* | | 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. | ||||
* | Stop deleting non-existing bytecode files. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | Remove tab characters | Antoine Pitrou | 2012-05-14 | 1 | -8/+8 |
| | |||||
* | Use size_t, not ssize_t (issue #14801). | Antoine Pitrou | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Upgrade bzip2 to 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 |
| | |||||
* | Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵ | Mark Dickinson | 2012-05-13 | 2 | -37/+27 |
| | | | | Jędrzejewski-Szmek for some of the wording. | ||||
* | #14770: improve the library FAQ. | Ezio Melotti | 2012-05-13 | 1 | -54/+45 |
| | |||||
* | Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang ↵ | Sandro Tosi | 2012-05-13 | 1 | -1/+2 |
| | | | | Lekhonkhobe | ||||
* | correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ | Sandro Tosi | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 3 | -2/+37 |
| | | | | support chflag operations. (Patch by Hynek Schlawack) | ||||
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 3 | -1/+11 |
| | | | | Patch by Hynek Schlawack. | ||||
* | Some nits in the pickle docs. | Antoine Pitrou | 2012-05-10 | 1 | -21/+23 |
| | |||||
* | Removed outdated statement about pickle's and marshal's relative performance. | Antoine Pitrou | 2012-05-10 | 1 | -8/+0 |
| | |||||
* | #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 '/' | ||||
* | 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 |
| | |||||
* | Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. | Larry Hastings | 2012-05-08 | 1 | -0/+1 |
| | |||||
* | remove basically bitrotted XXXs | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 |
| | |||||
* | Issue #14741: Fix missing support for ellipsis in parser module. | Mark Dickinson | 2012-05-07 | 3 | -5/+5 |
| | |||||
* | Issue #14697: Fix missing parser module support for set displays and set ↵ | Mark Dickinson | 2012-05-07 | 3 | -21/+105 |
| | | | | comprehensions. | ||||
* | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 | 3 | -12/+21 |
| |