2010-02-24 |
Ezio Melotti | typos |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Senthil Kumaran | Fix for Issue3819 - urllib2 sends Basic auth across... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Eric Smith | Issue #7309: Unchecked pointer access when converting... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dirkjan Ochtman | Issue #7427: improve the representation of httplib... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dirkjan Ochtman | Issue #8004: add a serve target to the Doc Makefile. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dirkjan Ochtman | Issue #7733: add explicit reference in asyncore docs. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
R. David Murray | Issue 7975: in python 2.6 bsddb.dbshelve switched from... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Benjamin Peterson | Merged revisions 78407 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-02-24 |
R. David Murray | The primary copy of lib2to3 is not trunk, so the lib2to... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Brett Cannon | Record that Dino Viehland got commit privs. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Amaury Forgeot... | #4852: Remove dead code in every thread implementation... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Victor Stinner | Issue #7649: Fix u'%c' % char for character in range... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Georg Brandl | #6544: fix refleak in kqueue, occurring in certain... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Georg Brandl | #8000: fix deprecated directive. What a shame to lose... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Dirkjan Ochtman | Fix #1537721: add writeheader() method to csv.DictWriter. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Thomas Heller | ctypes CThunkObject was not registered correctly with... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jack Diederich | issue#6442 use in operator instead of has_key |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jack Diederich | fixup markup error |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Foord | unittest.TestResult can now be used with the TextTestRu... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mark Dickinson | Fix spacing nit. Thanks Eric Smith for the public... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mark Dickinson | Make global variable overflowok into a keyword argument... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tarek Ziadé | fixed #5801: removed spurious empty lines in wsgiref |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tarek Ziadé | completed the __all__ list and changed the module doctest |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tarek Ziadé | added a note on shutil new APIs |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tarek Ziadé | added make_archive (and secondary APIs) to shutil |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tarek Ziadé | removed debugging code |
commit | commitdiff | tree | snapshot |
2010-02-23 |
R. David Murray | Issue 6292: for the moment at least, the test suite... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eric Smith | Issue #6902: Fix problem with built-in types format... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Michael Foord | Support for old TestResult object (unittest) with warni... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7706: add include guards where they're missing; requir... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7706: DONT_HAVE_ERRNO_H is no longer defined by config... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #2560: remove an unnecessary 'for' loop from my_fgets... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Jack Diederich | * fix issue#7476 |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | Remove Tools/modulator, a reference to it in the docs... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Jack Diederich | fixes issue #1522237, bad init check in _threading_local |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7627: MH.remove() would fail if the MH mailbox was... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Eric Smith | Issue #7988: Fix default alignment to be right aligned... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Jack Diederich | fixes issue #7530, serve_forever() |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | Note granting of commit privileges to Larry Hastings |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Ezio Melotti | #7482: clarify error message in case of division by... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7597: curses.use_env() can be called before initscr... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Mark Dickinson | Clarify description of three-argument pow for Decimal... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #6414: clarify description of processor endianness. |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7794: describe 2.6 support for executing directories... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Senthil Kumaran | Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | #7076: mention SystemRandom class near start of the... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Andrew M. Kuchling | Re-word |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Michael Foord | Silence UnicodeWarning in crazy unittest test. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Mark Dickinson | Reduce number of random tests in test_strtod, to avoid... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Mark Dickinson | Issue #7384: skip test_curses on FreeBSD, in order... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Mark Dickinson | Issue #5211: Fix complex type to avoid implicit calls to |
commit | commitdiff | tree | snapshot |
2010-02-21 |
R. David Murray | Issue 7970: When email.Parser.Parser parses a MIME... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Ezio Melotti | skip tests with a non-ascii cwd when the file system... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Senthil Kumaran | Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Ezio Melotti | Remove e assertIs definitions and use correct assert... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Ezio Melotti | #3426: os.path.abspath now returns unicode when its... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Vinay Sajip | logging: Documented warnings module integration. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Georg Brandl | #7967: PyXML is no more. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Senthil Kumaran | Fix for Issue7904. urlparse.urlsplit to handle schemes... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fred Drake | - apply patch from issue 7005 |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Michael Foord | Fix unittest.TestCase.assertDictContainsSubset so it... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Michael Foord | unittest.TestCase uses safe_repr for producing failure... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Mark Dickinson | Doctest fixes for decimal.py: add an integer-argument... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Mark Dickinson | Issue #7633: Context method in the decimal module ... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Martin v. Löwis | Move bsddb47 macros before their use, to make VS 2010... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Martin v. Löwis | Stop providing crtassem.h symbols when compiling with |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ezio Melotti | #7941: fix error message |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ezio Melotti | #7930: fix stripid |
commit | commitdiff | tree | snapshot |
2010-02-16 |
R. David Murray | Make the references to Popen in the description of... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Martin v. Löwis | Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Eric Smith | Remove incorrect apostrophe. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Martin v. Löwis | Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Mark Dickinson | Silence more 'comparison between signed and unsigned... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Georg Brandl | #7926: fix-up wording. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Mark Dickinson | Silence more compiler warnings; fix an instance of... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Mark Dickinson | Silence some 'comparison between signed and unsigned... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Georg Brandl | #7926: fix stray parens. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ezio Melotti | #7921: fix links. Patch by Brian Curtin. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Mark Dickinson | Check that 'd' isn't allowed as an exponent specifier... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ezio Melotti | #7907: fix wrong function name in doc. Patch by Brian... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Michael Foord | Adding TextTestResult to unittest.__all__ |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ronald Oussoren | Finish fix for issue 7715, after explicit search for... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ronald Oussoren | Fix copy&paste error in the definition of ARCH_RUN_32BI... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ronald Oussoren | Add guard around the prototype for completion_matches... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
R. David Murray | Improve issue 7835 fix per MAL to handle the case that the |
commit | commitdiff | tree | snapshot |
2010-02-11 |
R. David Murray | Issue 5754: tweak shelve doc wording to make it cleare... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
R. David Murray | Issue 7835: Shelve's __del__ method calls its close... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Ezio Melotti | #7712: add a temp_cwd context manager to test_support... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Michael Foord | Fix for unittest tests, to be merged to py3k |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Michael Foord | Remove deprecation on assert_. It is used too frequently. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Michael Foord | Issue 7893 and Issue 7588 |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Antoine Pitrou | Issue #2746: Don't escape ampersands and angle brackets... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Michael Foord | Doc fix for unittest. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Georg Brandl | Convert test failure from output-producing to self... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Michael Foord | Make assertMultiLineEqual the default for comparing... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Georg Brandl | Fix missing string formatting placeholder. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Georg Brandl | Fix undefined local. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Georg Brandl | Fix missing string formatting argument. |
commit | commitdiff | tree | snapshot |
next |