2007-08-28 |
Georg Brandl | Fix some glitches. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Sean Reifscheider | Adding basic imputil documentation. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Georg Brandl | Document rev. 57574. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | News about functools.reduce. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Patch # 1739906 by Christian Heimes -- add reduce to... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Patch 10124 by Bill Janssen, docs for the new ssl code. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | > Some of the code sets the error string in this direct... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | > Regardless, building a fixed test certificate and... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Facundo Batista | Ignore test failures caused by 'resource temporarily... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | If we can't create a certificate, print a warning,... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Make a utility function for handling (printing) an... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Stop using string.join (from the module) to ease upgrad... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Another patch from Bill Janssen that: |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Catch IOError for when the device file doesn't exist... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Get the test passing by commenting out some writes... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | Bill Janssen wrote: |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Fail gracefully if the cert files cannot be created |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Reap children before the test starts so hopefully Socke... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Spell check (also americanify behaviour, it's almost... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Fix typo in docstring (missing c in reacquire) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Gregory P.... | keep setup.py from listing unneeded hash modules (_md5... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Try to get this test to pass for systems that do not... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Fix a few more variables to try to get this to compile... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Fix test so it is skipped properly if there is no SSL... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Try to get this to build with Visual Studio by moving... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Guido van Rossum | Server-side SSL and certificate validation, by Bill... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Nick Coghlan | Fix bug 1764407 - the -i switch now does the right... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Nick Coghlan | Revert compile.c changes that shouldn't have been inclu... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Nick Coghlan | Revert misguided attempt at fixing incompatibility... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Collin Winter | Make test_structmembers pass when run with regrtests... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Port test_class to unittest. Patch #1671298. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Catch the correct errors. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Collin Winter | Convert test_pkg to use unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Convert test_linuxaudiodev to unittest. Fix a wrong... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Remove output file for test_ossaudiodev, also properly... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Remove test_rgbimg output file, there is no test_rgbimg.py. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Document new utility functions in test_support. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Port test_frozen to unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Patch #1008: port test_signal to unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Fix #1012: wrong URL to :mod:`site` in install/index... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Patch #1006: port test_winreg to unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Bug #1011: fix rfc822.Message.getheader docs. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Fix silly typo in test name. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Bug #1765375: fix stripping of unwanted LDFLAGS. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | uuid creation is now threadsafe, backport from py3k... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | Fix bug 1725856. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Patch #1779550: remove redundant code in logging. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1758696: more info about descriptors. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1625381: clarify match vs search introduction. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1688564: document os.path.join's absolute path... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1734111: document struct.Struct.size. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1752332: httplib no longer uses socket.getaddrinfo(). |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Clarify wording a bit. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1594966: fix misleading usage example |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1694833: fix imp.find_module() docs wrt. packages. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1573854: fix docs for sqlite3 cursor rowcount... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1697820: document that the old slice protocol... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Use try-except-finally in contextlib. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Second half of #1752175: #ifdef out references to PyImp... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1766421: "return code" vs. "status code". |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1768121: fix wrong/missing opcode docs. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brett Cannon | Make test_runpy re-entrant. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Jeffrey Yasskin | When setup.py fails to find the necessary bits to build... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Gregory P.... | stop leaving log.0000001 __db.00* and xxx.db turds... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Alex Martelli | Fix compile.c so that it records 0.0 and -0.0 as separa... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Skip Montanaro | whoops - need to check in configure as well |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Skip Montanaro | Note that BeOS is unsupported as of Python 2.6. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Facundo Batista | Added test for behavior of operations on an unconnected... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Georg Brandl | Bug #1777168: replace operator names "opa"... with... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Georg Brandl | Bug #1777160: mention explicitly that e.g. -1**2 is -1. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Georg Brandl | Revert accidental checkins from last commit. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Georg Brandl | Demand version 2.5.1 since 2.5 has a bug with codecs... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Mark Hammond | [ 1761786 ] distutils.util.get_platform() return value... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Mark Hammond | [ 1761786 ] distutils.util.get_platform() return value... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Facundo Batista | Catch ProtocolError exceptions and include the header... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Guido van Rossum | Add a hack (originally devised in a slightly different... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Hye-Shik Chang | Add cheot-ga-keut composed make-up sequence support... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Georg Brandl | Fix stray backticks. |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brett Cannon | Remove Mikael as the maintainer of BeOS at his request... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Georg Brandl | Fix PDB command descriptions. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brett Cannon | Make test_warnings re-entrant. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Facundo Batista | Added a flag (_send_traceback_header) to the SimpleXMLR... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brett Cannon | Remove news entry for test.test_support.guard_warnings_... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brett Cannon | Clarify the comment about setting the PYTHON variable... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Walter Dörwald | Move another variable declaration up. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Georg Brandl | Use glossary x-refs, document new ``!`` feature. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Walter Dörwald | Move variable declaration up. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Walter Dörwald | Backport r57105 and r57145 from the py3k branch: UTF... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Georg Brandl | Move the glossary from the tutorial to toplevel. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Georg Brandl | Note that smtplib example needs a mailserver. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Georg Brandl | Fix problem reported by Andre Roberge. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Neal Norwitz | Update the tools before building the docs |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Ignore a few more files. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Ignore *.py[co] files. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Matthias Klose | - mark the findCaller 2-element tuple/3-element tuple... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Mark Summerfield | Added a note in each regarding the fact that unicode... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Neal Norwitz | Try to make the comment a little clearer. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Neal Norwitz | Support the new doc system. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Replace "Caveat" paragraphs by .. warning::s. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Mark deprecated modules as such. |
commit | commitdiff | tree | snapshot |
next |