Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged upstream change. | Vinay Sajip | 2012-03-13 | 1 | -0/+5 |
|\ | |||||
| * | Fix closes Issue14281 - Test for cgi.escape by Brian Landers | Senthil Kumaran | 2012-03-13 | 1 | -0/+5 |
| | | |||||
* | | Closes #14267: Corrected computation of rollover filename. | Vinay Sajip | 2012-03-13 | 1 | -6/+15 |
|/ | |||||
* | merge heads | Senthil Kumaran | 2012-03-13 | 2 | -0/+11 |
|\ | |||||
| * | #14179: add tests for re.compile. Patch by Florian Mladitsch. | Ezio Melotti | 2012-03-12 | 2 | -0/+11 |
| | | |||||
* | | closes issue14257 - Grammatical fix | Senthil Kumaran | 2012-03-12 | 1 | -3/+3 |
|/ | |||||
* | closes issue14257 minor error in glossary wording regarding __hash__ | Senthil Kumaran | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | Fix closes issue14258 - added clarification to \W and \S flags | Senthil Kumaran | 2012-03-12 | 1 | -8/+12 |
| | |||||
* | #14161: fix test failures on Windows. | Ezio Melotti | 2012-03-12 | 1 | -2/+2 |
| | |||||
* | #14161: fix compile error under Windows. | Ezio Melotti | 2012-03-11 | 1 | -1/+2 |
| | |||||
* | #14161: fix the __repr__ of file objects to escape the file name. | Ezio Melotti | 2012-03-11 | 3 | -4/+19 |
| | |||||
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under ↵ | Antoine Pitrou | 2012-03-11 | 4 | -1/+82 |
| | | | | Windows when the child process has already exited. | ||||
* | Closes #9574: Note that complex constructor doesn't allow whitespace around ↵ | Mark Dickinson | 2012-03-10 | 1 | -0/+7 |
| | | | | central operator. | ||||
* | Moved symlink support into its own module. Ported can_symlink from Python ↵ | Jason R. Coombs | 2012-03-08 | 2 | -76/+105 |
| | | | | 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). | ||||
* | Improve the test case to avoid spurious errors about already existing symlinks. | Jason R. Coombs | 2012-03-08 | 1 | -4/+14 |
| | |||||
* | Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now ↵ | Jason R. Coombs | 2012-03-08 | 1 | -1/+1 |
| | | | | #ifdef again. | ||||
* | Adding regression test for issue6727 | Jason R. Coombs | 2012-01-15 | 1 | -2/+116 |
| | |||||
* | Fix indentation | Jason R. Coombs | 2012-01-13 | 1 | -16/+16 |
| | |||||
* | Extracted Windows directory detection from NullImporter.__init__. This ↵ | Jason R. Coombs | 2012-01-13 | 1 | -47/+24 |
| | | | | greatly simplifies the code and fixes issue6727. | ||||
* | Moved directory detection into an isdir function | Jason R. Coombs | 2012-01-13 | 1 | -28/+14 |
| | |||||
* | move notes for 2.7.4 to the right place | Benjamin Peterson | 2012-03-08 | 1 | -19/+31 |
| | |||||
* | allow cycles throught the __dict__ slot to be cleared (closes #1469629) | Benjamin Peterson | 2012-03-08 | 3 | -4/+27 |
| | | | | Patch from Armin, test from me. | ||||
* | Backout buggy patch for #13719 | Éric Araujo | 2012-03-07 | 3 | -12/+1 |
| | |||||
* | Use PEP-8 style in logging example | Jason R. Coombs | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox ↵ | Vinay Sajip | 2012-03-06 | 2 | -7/+20 |
| | | | | uses shutil.rmtree for simpler code. | ||||
* | Fix NameError | Éric Araujo | 2012-03-05 | 1 | -0/+1 |
| | |||||
* | Make distutils’ upload command work with bdist_msi products (#13719). | Éric Araujo | 2012-03-05 | 3 | -6/+16 |
| | | | | Patch by Ralf Schmitt. | ||||
* | Move xml.etree higher and xml.parsers.expat lower in the markup ToC. | Éric Araujo | 2012-03-05 | 1 | -3/+2 |
| | | | | | I assume that most users looking at this page are looking for a library to process XML, not a low-level parser. First proposed in #11379. | ||||
* | Use source reST role instead of file where it makes sense. | Éric Araujo | 2012-03-05 | 2 | -4/+4 |
| | | | | source generates a nifty link to the Mercurial web viewer. | ||||
* | Remove mention of defunct file. | Éric Araujo | 2012-03-05 | 1 | -2/+1 |
| | | | | | Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link. | ||||
* | Use raw string for a docstring that uses a backslash | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. | Meador Inge | 2012-03-05 | 3 | -17/+33 |
| | |||||
* | Fix some set algebra methods of WeakSet objects. | Antoine Pitrou | 2012-03-04 | 2 | -33/+30 |
| | |||||
* | Fix sporadic failure in test_weakset | Antoine Pitrou | 2012-03-04 | 1 | -5/+2 |
| | |||||
* | Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)"; | Armin Rigo | 2012-03-04 | 1 | -0/+44 |
| | |||||
* | Fix link to global module index. | Georg Brandl | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some ↵ | Eli Bendersky | 2012-03-02 | 1 | -0/+8 |
| | | | | cases | ||||
* | sqlite3: Port relevant documentation changes from 3.2 | Petri Lehtinen | 2012-03-01 | 8 | -47/+35 |
| | | | | Initial patch by Johannes Vogel. Issue #13491. | ||||
* | Issue #14159: Fix the len() of weak sets to return a better approximation ↵ | Antoine Pitrou | 2012-03-01 | 4 | -1/+112 |
| | | | | | | | when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting. | ||||
* | Issue #14152: backport fix. | Stefan Krah | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. | Ezio Melotti | 2012-02-29 | 1 | -1/+19 |
| | |||||
* | #14155: remove duplication about search vs match in re doc. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 |
| | |||||
* | #10713: Improve documentation for \b and \B and add a few tests. Initial ↵ | Ezio Melotti | 2012-02-29 | 2 | -5/+36 |
| | | | | patch and tests by Martin Pool. | ||||
* | Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0". | Larry Hastings | 2012-02-28 | 1 | -33/+40 |
| | |||||
* | Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -17/+14 |
| | |||||
* | null-merge v2.6.8rc1 tag | Martin v. Löwis | 2012-02-28 | 0 | -0/+0 |
|\ | |||||
| * | Added tag v2.6.8rc1 for changeset 5356b6c7fd66 | Barry Warsaw | 2012-02-23 | 1 | -0/+1 |
| | | |||||
* | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 3 | -44/+92 |
| | | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | ||||
* | | Branch merge | Éric Araujo | 2012-02-26 | 31 | -104/+118 |
|\ \ | |||||
| * | | Add versionadded for sys.flags.hash_randomization variable | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
| | | |