Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #17953: document that sys.modules shouldn't be replaced (thanks | Brett Cannon | 2013-05-24 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | to interp->modules) and that deleting essential items from the dict can cause Python to blow up. Thanks to Terry Reedy for coming up with initial wording and Yogesh Chaudhari for coming up with a patch using that wording in parallel to my own patch. | |||||
* | | Fix #17272 - Make Request.full_url and Request.get_full_url return same ↵ | Senthil Kumaran | 2013-05-24 | 4 | -2/+35 | |
| | | | | | | | | | | | | result under all circumstances. Document the change of Request.full_url to a property. | |||||
* | | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 3 | -0/+15 | |
|\ \ | |/ | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | |||||
| * | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 3 | -0/+15 | |
| | | | | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-05-23 | 1 | -5/+15 | |
|\ \ | |/ | | | | | Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 and 3.4. | |||||
| * | Fix #18007 : Document CookieJar.add_cookie_header request parameter changes ↵ | Senthil Kumaran | 2013-05-23 | 1 | -5/+15 | |
| | | | | | | | | in 3.3 | |||||
* | | Merge issue 17844 from 3.3 | Nick Coghlan | 2013-05-23 | 1 | -30/+50 | |
|\ \ | |/ | ||||||
| * | Issue 17844: Clarify meaning of different codec tables | Nick Coghlan | 2013-05-23 | 1 | -30/+50 | |
| | | ||||||
* | | merge | Raymond Hettinger | 2013-05-23 | 1 | -4/+0 | |
|\ \ | |/ | ||||||
| * | Issue #18031: %-formatting isn't dead yet and might pull through. | Raymond Hettinger | 2013-05-23 | 1 | -4/+0 | |
| | | ||||||
* | | Issue #17532: merge | Ned Deily | 2013-05-22 | 5 | -2/+8 | |
|\ \ | |/ | ||||||
| * | Issue #17532: Always include Options menu for IDLE on OS X. | Ned Deily | 2013-05-22 | 5 | -2/+8 | |
| | | | | | | | | Patch by Guilherme Simões. | |||||
* | | merge 3.3 | Benjamin Peterson | 2013-05-22 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | add test for inequality | Benjamin Peterson | 2013-05-22 | 1 | -0/+6 | |
| | | ||||||
* | | Issue #16986: ElementTree now correctly parses a string input not only when | Serhiy Storchaka | 2013-05-22 | 5 | -24/+65 | |
|\ \ | |/ | | | | | an internal XML encoding is UTF-8 or US-ASCII. | |||||
| * | Issue #16986: ElementTree now correctly parses a string input not only when | Serhiy Storchaka | 2013-05-22 | 5 | -24/+65 | |
| | | | | | | | | an internal XML encoding is UTF-8 or US-ASCII. | |||||
* | | Move a NEWS entity to a correct place. | Serhiy Storchaka | 2013-05-22 | 1 | -3/+3 | |
| | | ||||||
* | | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. | Serhiy Storchaka | 2013-05-22 | 2 | -28/+29 | |
|\ \ | |/ | ||||||
| * | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. | Serhiy Storchaka | 2013-05-22 | 2 | -28/+29 | |
| | | ||||||
* | | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. | Giampaolo Rodola' | 2013-05-21 | 3 | -0/+10 | |
| | | ||||||
* | | merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). | R David Murray | 2013-05-21 | 1 | -5/+8 | |
|\ \ | |/ | ||||||
| * | #17973: fix technical inaccuracy in faq entry (it now passes doctest). | R David Murray | 2013-05-21 | 1 | -5/+8 | |
| | | ||||||
* | | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled | Serhiy Storchaka | 2013-05-21 | 3 | -6/+15 | |
| | | | | | | | | size and pickling time. | |||||
* | | Backed out changeset c0f2b038fc12 | Charles-François Natali | 2013-05-21 | 3 | -10/+7 | |
| | | ||||||
* | | Issue #17683: socket module: return AF_UNIX addresses in Linux abstract | Charles-François Natali | 2013-05-21 | 3 | -7/+10 | |
| | | | | | | | | namespace as string. | |||||
* | | #14146: merge with 3.3. | Roger Serwy | 2013-05-21 | 2 | -0/+32 | |
|\ \ | |/ | ||||||
| * | #14146: Highlight source line while debugging on Windows. | Roger Serwy | 2013-05-21 | 2 | -0/+36 | |
| | | ||||||
* | | Closes #17743: Merged fix from 3.3. | Vinay Sajip | 2013-05-20 | 1 | -13/+14 | |
|\ \ | |/ | ||||||
| * | Issue #17743: Now use extended syntax of set command in .bat files. | Vinay Sajip | 2013-05-20 | 1 | -13/+14 | |
| | | ||||||
* | | Closes #17744: Merged fix from 3.3. | Vinay Sajip | 2013-05-20 | 1 | -4/+8 | |
|\ \ | |/ | ||||||
| * | Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. | Vinay Sajip | 2013-05-20 | 1 | -4/+8 | |
| | | ||||||
* | | Issue #18026: merge | Ned Deily | 2013-05-20 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #18026: fix ctypes doc typo | Ned Deily | 2013-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | change AST codegen to use PyModule_AddIntMacro | Benjamin Peterson | 2013-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() | Charles-Francois Natali | 2013-05-20 | 12 | -715/+688 | |
| | | | | | | | | when applicable. | |||||
* | | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 | |
| | | | | | | | | on OS-X. Patch by Jeff Ramnani. | |||||
* | | Issue #17914: We can now inline _bsd_cpu_count(). | Charles-Francois Natali | 2013-05-20 | 1 | -22/+6 | |
| | | ||||||
* | | Issue #17914: Remove OS-X special-case, and use the correct int type. | Charles-Francois Natali | 2013-05-20 | 1 | -9/+6 | |
| | | ||||||
* | | test that the compiler support -Werror=statement-after-declaration before ↵ | Benjamin Peterson | 2013-05-20 | 2 | -4/+65 | |
| | | | | | | | | using it | |||||
* | | Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. | R David Murray | 2013-05-20 | 1 | -0/+83 | |
|\ \ | |/ | ||||||
| * | #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. | R David Murray | 2013-05-20 | 1 | -0/+83 | |
| | | | | | | | | This has come up often enough now on the tracker that it deserves a FAQ entry. | |||||
* | | #17955: minor updates to Functional howto | Andrew Kuchling | 2013-05-20 | 1 | -53/+91 | |
| | | | | | | | | | | | | | | | | | | * Describe compress() and accumulate() * Add a subsection on combinatoric functions. * Add a forward link to skip the theoretical discussion in the first section. * Clarify what filterfalse() is the opposite of. * Remove the old outline and some notes at the end. * Various small edits. | |||||
* | | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an | Charles-Francois Natali | 2013-05-20 | 6 | -26/+94 | |
| | | | | | | | | initial patch by Trent Nelson. | |||||
* | | #14097: merge with 3.3. | Ezio Melotti | 2013-05-20 | 2 | -344/+259 | |
|\ \ | |/ | ||||||
| * | #14097: improve the "introduction" page of the tutorial. | Ezio Melotti | 2013-05-20 | 2 | -344/+259 | |
| | | ||||||
* | | merge 3.3 | Benjamin Peterson | 2013-05-20 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | add recursive repr test | Benjamin Peterson | 2013-05-20 | 1 | -0/+5 | |
| | | ||||||
* | | Get rid of ugly code duplication for ElementTree.parse when the accelerator | Eli Bendersky | 2013-05-20 | 2 | -32/+14 | |
| | | | | | | | | | | is imported. Instead, ElementTree.parse can look for a special internal method defined by the accelerator. | |||||
* | | Add some testing to verify which module was imported in ET tests. | Eli Bendersky | 2013-05-20 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | This is useful when mucking with import_fresh_module to either force or block importing of the _elementtree accelerator. These tests in place provide an immediate indication whether the accelerator was actually imported and overrode the classes it should have. | |||||
* | | Issue #17989: fix typo in error message | Eli Bendersky | 2013-05-20 | 1 | -1/+1 | |
|\ \ | |/ |