summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under ↵Antoine Pitrou2012-03-114-1/+82
| | | | Windows when the child process has already exited.
* Closes #9574: Note that complex constructor doesn't allow whitespace around ↵Mark Dickinson2012-03-101-0/+7
| | | | central operator.
* Moved symlink support into its own module. Ported can_symlink from Python ↵Jason R. Coombs2012-03-082-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. Coombs2012-03-081-4/+14
|
* Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now ↵Jason R. Coombs2012-03-081-1/+1
| | | | #ifdef again.
* Adding regression test for issue6727Jason R. Coombs2012-01-151-2/+116
|
* Fix indentationJason R. Coombs2012-01-131-16/+16
|
* Extracted Windows directory detection from NullImporter.__init__. This ↵Jason R. Coombs2012-01-131-47/+24
| | | | greatly simplifies the code and fixes issue6727.
* Moved directory detection into an isdir functionJason R. Coombs2012-01-131-28/+14
|
* move notes for 2.7.4 to the right placeBenjamin Peterson2012-03-081-19/+31
|
* allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-083-4/+27
| | | | Patch from Armin, test from me.
* Backout buggy patch for #13719Éric Araujo2012-03-073-12/+1
|
* Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
|
* Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox ↵Vinay Sajip2012-03-062-7/+20
| | | | uses shutil.rmtree for simpler code.
* Fix NameErrorÉric Araujo2012-03-051-0/+1
|
* Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-053-6/+16
| | | | Patch by Ralf Schmitt.
* Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-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 Araujo2012-03-052-4/+4
| | | | source generates a nifty link to the Mercurial web viewer.
* Remove mention of defunct file.Éric Araujo2012-03-051-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 Araujo2012-03-051-1/+1
|
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-053-17/+33
|
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-042-33/+30
|
* Fix sporadic failure in test_weaksetAntoine Pitrou2012-03-041-5/+2
|
* Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";Armin Rigo2012-03-041-0/+44
|
* Fix link to global module index.Georg Brandl2012-03-031-1/+1
|
* Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some ↵Eli Bendersky2012-03-021-0/+8
| | | | cases
* sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-018-47/+35
| | | | Initial patch by Johannes Vogel. Issue #13491.
* Issue #14159: Fix the len() of weak sets to return a better approximation ↵Antoine Pitrou2012-03-014-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 Krah2012-02-291-1/+1
|
* #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-1/+19
|
* #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
|
* #10713: Improve documentation for \b and \B and add a few tests. Initial ↵Ezio Melotti2012-02-292-5/+36
| | | | patch and tests by Martin Pool.
* Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".Larry Hastings2012-02-281-33/+40
|
* Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
|
* null-merge v2.6.8rc1 tagMartin v. Löwis2012-02-280-0/+0
|\
| * Added tag v2.6.8rc1 for changeset 5356b6c7fd66Barry Warsaw2012-02-231-0/+1
| |
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵Antoine Pitrou2012-02-263-44/+92
| | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński.
* | Branch mergeÉric Araujo2012-02-2631-104/+118
|\ \
| * | Add versionadded for sys.flags.hash_randomization variableÉric Araujo2012-02-261-1/+2
| | |
| * | Fix markup errorsÉric Araujo2012-02-261-2/+2
| | |
| * | Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | - Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it looks like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
| * | Fix typo “seperator”Éric Araujo2012-02-263-3/+3
| | |
| * | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2012-02-261-1/+2
| | |
| * | Update docstring with more useful text (from the PEP)Éric Araujo2012-02-261-1/+1
| | |
| * | Avoid relying on the default reST role in logging library docÉric Araujo2012-02-261-3/+2
| | |
| * | Document that shutil.make_archive does not typecheck its logger argumentÉric Araujo2012-02-261-1/+2
| | |
| * | Use raw strings for docstrings with backslashes in ASCII diagramsÉric Araujo2012-02-262-2/+2
| | |
| * | Fix typo (#13467)Éric Araujo2012-02-261-1/+1
| | |
| * | Update lingering references to ex-parrot. I mean ex-devguide.Éric Araujo2012-02-262-3/+2
| | |
| * | Fix instructions on how to rebuild some modulesÉric Araujo2012-02-263-3/+3
| | |