summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Improve the test case to avoid spurious errors about already existing symlinks.Jason R. Coombs2012-03-081-4/+14
| * | | | Adding regression test for issue6727Jason R. Coombs2012-01-151-2/+116
| * | | | allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-081-2/+17
| * | | | Backout buggy patch for #13719Éric Araujo2012-03-072-10/+1
| * | | | Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use...Vinay Sajip2012-03-062-7/+20
| * | | | Fix NameErrorÉric Araujo2012-03-051-0/+1
| * | | | Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-052-6/+14
| * | | | 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-052-17/+29
| * | | | 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
| * | | | Issue #14159: Fix the len() of weak sets to return a better approximation whe...Antoine Pitrou2012-03-013-1/+108
| * | | | #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-1/+19
| * | | | #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-0/+26
| * | | | Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
| * | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-261-0/+20
| * | | | Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
| * | | | Fix typo “seperator”Éric Araujo2012-02-261-1/+1
| * | | | Update docstring with more useful text (from the PEP)Éric Araujo2012-02-261-1/+1
| * | | | Use raw strings for docstrings with backslashes in ASCII diagramsÉric Araujo2012-02-262-2/+2
| * | | | Update lingering references to ex-parrot. I mean ex-devguide.Éric Araujo2012-02-261-2/+1
| * | | | Fix instructions on how to rebuild some modulesÉric Araujo2012-02-263-3/+3
| * | | | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-262-0/+21
| * | | | Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39
| * | | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-52/+95
| * | | | Merged upstream changes.Vinay Sajip2012-02-231-83/+77
| |\ \ \ \
| | * \ \ \ merge headsBenjamin Peterson2012-02-232-27/+33
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | update pydoc-topicsBenjamin Peterson2012-02-231-83/+77
| * | | | | Fix added for recent changes in non-threading environments.Vinay Sajip2012-02-232-7/+28
| | |/ / / | |/| | |
| * | | | Updated comments.Vinay Sajip2012-02-232-5/+4
| * | | | logging: Added locking in flush() and close() handler methods. Thanks to Faya...Vinay Sajip2012-02-232-22/+29
| |/ / /
| * | | bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-232-2/+2
| * | | Fix sporadic test_os failure under WindowsAntoine Pitrou2012-02-221-2/+5
| * | | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
| * | | Avoid py3k warnings related to sort() of unrelated types.Antoine Pitrou2012-02-211-3/+7
| * | | Fix flaky os.urandom test.Antoine Pitrou2012-02-211-3/+4
| * | | carefully don't depend on any dict orderBenjamin Peterson2012-02-211-4/+16
| * | | remove extra zeroBenjamin Peterson2012-02-211-1/+1
| * | | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+18
| * | | HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-212-5/+26
| * | | don't rely on dict orderBenjamin Peterson2012-02-211-2/+4
| * | | a frozenset is better hereBenjamin Peterson2012-02-211-1/+2
| * | | use setBenjamin Peterson2012-02-211-4/+1
| * | | don't rely on dict orderBenjamin Peterson2012-02-211-1/+1
| * | | this was supposed to dieBenjamin Peterson2012-02-212-16/+2
| * | | fix test_gdb under hash randomizationBenjamin Peterson2012-02-211-6/+11
| * | | don't rely on dict order hereBenjamin Peterson2012-02-211-1/+1
| * | | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-217-25/+203
| |\ \ \
| | * | | Whitespace normalizationBarry Warsaw2012-02-211-1/+1