2010-03-02 |
Benjamin Peterson | remove another coding cookie |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Benjamin Peterson | set svn:eol-style |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Benjamin Peterson | remove coding cookie as mandated by PEP 8 |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Florent Xicluna | Tentatively enable test_pep277 on all platforms. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Florent Xicluna | Refactor test_dict using assertRaises. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michael Foord | Link correction in documentation. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew M. Kuchling | Add an item |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Steven Bethard | Initial commit of the argparse library, based on argpar... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Benjamin Peterson | remove CVS id |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Barry Warsaw | Manually copy patch for bug 7250 from the release26... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Florent Xicluna | #7808: Fix reference leaks in _bsddb and related tests. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Andrew M. Kuchling | #7637: avoid repeated-concatenation antipattern in... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Andrew M. Kuchling | #7191: describe more details of wbits parameter |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Andrew M. Kuchling | #7637: update discussion of minidom.unlink() and garbag... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
R. David Murray | Issue 3892 again. The bsddb3 replication test still... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Fix test to be skipped on windows. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Fixes issue #7999: os.setreuid() and os.setregid()... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Adds c_ssize_t to ctypes. issue 6729. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Cleanup the test added in r78517 based on Ezio Melotti... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Fix the new test on windows (skip it, its posix only) |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Fix for r78527. It left out updating forkpty. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Adds the hashlib.algorithms attribute. See issue7418. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Issue #7242: On Solaris 9 and earlier calling os.fork... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Gregory P.... | Issue #1068268: The subprocess module now handles EINTR... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Ezio Melotti | #8030: more docstring fix for builtin types. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Gregory P.... | Issue #7481: When a threading.Thread failed to start... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Georg Brandl | The set types can also be called without arguments. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Georg Brandl | #8030: make builtin type docstrings more consistent... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Ezio Melotti | Pep8ify test names in the examples. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Florent Xicluna | Fix an oversight in r78508: p.wait() should be compared... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Florent Xicluna | Clean test_subprocess: use assertRaises, skipIf, skipUn... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Florent Xicluna | #7793: Fix RuntimeError when running "regrtest -R"... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Georg Brandl | Link to http://www.python.org/dev/workflow/ from bugs... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ezio Melotti | Fix missing parenthesis. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Florent Xicluna | Issue #1729305: Fix doctest to handle encode error... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ezio Melotti | Add a test for normpath to test_macpath. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Florent Xicluna | Add entry for issue #691291. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ezio Melotti | Show an error when the value passed to --enable-unicode... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Ezio Melotti | typo: __next__ -> next |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Andrew M. Kuchling | #7407: specify default maxsize value; patch by Floris... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Florent Xicluna | #691291: codecs.open() should not convert end of lines... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Senthil Kumaran | Fixing issue5475 : urllib2.getproxies not documented |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Martin v. Löwis | Add Florent Xicluna. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ezio Melotti | #7649: "u'%c' % char" now behaves like "u'%s' % char... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Eric Smith | Issue #7928: Document str.format element_index better. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Eric Smith | Issue #5965: Add documentation for parts of format... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Senthil Kumaran | Fix for Issue7540 ; urllib2 will raise a TypeError... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dirkjan Ochtman | Add some notes about Tools/scripts/serve.py. |
commit | commitdiff | tree | snapshot |
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 |
next |