Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | merge heads | Giampaolo Rodola' | 2012-05-16 | 18 | -251/+498 | |
|\ \ \ \ | ||||||
| * \ \ \ | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 | |
| | | | | | ||||||
| * | | | | More .hgignore additions for new VS build files | Antoine Pitrou | 2012-05-16 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** ↵ | Antoine Pitrou | 2012-05-16 | 3 | -3/+6 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | 32) under 64-bit Windows. (untested, because of Windows build issues under 3.x) | |||||
| | * | | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** ↵ | Antoine Pitrou | 2012-05-16 | 3 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | 32) under 64-bit Windows. | |||||
| * | | | | Avoid "warning: no newline at end of file" in importlib.h. | Antoine Pitrou | 2012-05-16 | 2 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fix build failure. | Antoine Pitrou | 2012-05-16 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Issue #14732: The _csv module now uses PEP 3121 module initialization. | Antoine Pitrou | 2012-05-16 | 3 | -35/+74 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Robin Schreiber. | |||||
| * | | | | Update .hgignore for new MSVC files | Antoine Pitrou | 2012-05-16 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.client | Hynek Schlawack | 2012-05-16 | 5 | -1/+36 | |
| | | | | | | | | | | | | | | | | | | | | Patch by EungJun Yi. | |||||
| * | | | | Merge from 3.2. | Eric V. Smith | 2012-05-16 | 1 | -0/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | 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). | |||||
| * | | | | merge #1440472: reflow | R David Murray | 2012-05-16 | 1 | -4/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | #1440472: reflow | R David Murray | 2012-05-16 | 1 | -4/+3 | |
| | | | | | ||||||
| * | | | | merge #1440472: Explain that email parser/generator isn't *quite* "idempotent" | R David Murray | 2012-05-16 | 1 | -1/+11 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | #1440472: Explain that email parser/generator isn't *quite* "idempotent" | R David Murray | 2012-05-16 | 1 | -1/+11 | |
| | | | | | ||||||
| * | | | | Issue #14777: merge | Ned Deily | 2012-05-16 | 2 | -2/+32 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | 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. | |||||
| * | | | | Merge from 3.2. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #14817: Add rudimentary tests for pkgutil.extend_path. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 | |
| | | | | | ||||||
| * | | | | Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs. | Antoine Pitrou | 2012-05-15 | 3 | -199/+230 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | | | #14807: fix BB failures on Windows - avoid to to rely too many details of ↵ | Giampaolo Rodola' | 2012-05-16 | 1 | -11/+22 | |
|/ / / / | | | | | | | | | | | | | the mode string. | |||||
* | | | | merge heads | Giampaolo Rodola' | 2012-05-15 | 10 | -23/+56 | |
|\ \ \ \ | ||||||
| * | | | | Add versionadded for hmac.secure_compare(). | Charles-François Natali | 2012-05-15 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Stop including gzio in the build; it's not used. | Martin v. Löwis | 2012-05-15 | 2 | -9/+0 | |
| | | | | | ||||||
| * | | | | merge heads | Benjamin Peterson | 2012-05-15 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Add two more sorts to test_os.WalkTests I've missed before | Hynek Schlawack | 2012-05-15 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | use Py_ssize_t for ast sequence lengths | Benjamin Peterson | 2012-05-15 | 2 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | merge heads | Senthil Kumaran | 2012-05-15 | 2 | -2/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Sort file list in test_os.WalkTests | Hynek Schlawack | 2012-05-15 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding new files into the tree lead to buildbot fails as the order wasn't deterministic. | |||||
| * | | | | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+9 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | ||||||
| | * | | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+10 | |
| | | | | | ||||||
| * | | | | merge heads | Senthil Kumaran | 2012-05-15 | 3 | -8/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | #14773: Fix os.fwalk() failing on dangling symlinks | Hynek Schlawack | 2012-05-15 | 3 | -8/+24 | |
| | | | | | | ||||||
| * | | | | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of ↵ | Senthil Kumaran | 2012-05-15 | 3 | -1/+19 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | HTTP Basic Authentation in urllib2. | |||||
| | * | | | 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 | |||||
* | | | | | #14807: fix bb failure due to symlink test relying on hard-coded permissions | Giampaolo Rodola' | 2012-05-15 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | remove unused import in asyncore doc | Giampaolo Rodola' | 2012-05-15 | 2 | -3/+4 | |
| | | | | ||||||
* | | | | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add ↵ | Giampaolo Rodola' | 2012-05-15 | 6 | -43/+124 | |
| | | | | | | | | | | | | | | | | tarfile.filemode alias with deprecation warning. | |||||
* | | | | Document f4d7ad6c9d6e. | Martin v. Löwis | 2012-05-15 | 2 | -2/+4 | |
| | | | | ||||||
* | | | | Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. | Martin v. Löwis | 2012-05-15 | 3 | -8/+8 | |
| | | | | ||||||
* | | | | Add safecase to silence Win64 warning. | Martin v. Löwis | 2012-05-15 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Silence VS 2010 warning on loss of precision (_int64 -> _int32). | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This is safe because the actual value is already range-checked. | |||||
* | | | | Silence VS 2010 signed/unsigned warnings. | Martin v. Löwis | 2012-05-15 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | apparently importlib.h wants to be updated | Benjamin Peterson | 2012-05-15 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | PEP 415: Implement suppression of __context__ display with an exception ↵ | Benjamin Peterson | 2012-05-15 | 12 | -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 Murray | 2012-05-15 | 1 | -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 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). |