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 |
2007-08-15 |
Georg Brandl | Fix a wrong path in the Makefile. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Don't use "?=" which seems to be a GNUism. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Add the roman.py module which docutils require. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Fail somewhat more gracefully when using Python < 2.5. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Facundo Batista | When passed a bad formed literal to Decimal, now we... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Move the 2.6 reST doc tree in place. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Delete the LaTeX doc tree. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Georg Brandl | Tag last revision with LaTeX docs. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brett Cannon | Fix a missed instance of test.test_support.guard_warnin... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Facundo Batista | Added tests for simple function calls and introspection... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brett Cannon | Remove test.test_support.guard_warnings_filter. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Martin v. Löwis | Add a UUID for python26.dll. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brett Cannon | Clarify the docs for TransientResource. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brett Cannon | Fix a minor typo in a docstring. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix memory leak in os.readlink |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Neal Norwitz | Added Jeffrey Yasskin, reformat some lines to be consis... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Backport r56875 from py3k; double LEAVE_PYTHON when... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Georg Brandl | Fix compilation warning. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Georg Brandl | Revert the fix for #1548891, it broke backwards compati... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Georg Brandl | Bug #1769002: fix a now-wrong sentence in the tutorial. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Georg Brandl | Patch #1765839: add link to https+proxy urllib2 opener. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Georg Brandl | Replace unnecessary function call. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Georg Brandl | Place #ifdef Py_USING_UNICODE around decode_unicode(). |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Neal Norwitz | Handle errors when generating a warning. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Hye-Shik Chang | Fix gb18030 codec's bug that doesn't map two-byte chara... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Neal Norwitz | Py_ssize_t is defined regardless of HAVE_LONG_LONG... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Matthias Klose | - Allow Emacs 22 for building the documentation in... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Facundo Batista | Allow the OS to select a free port for each test server... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Martin v. Löwis | Define _BSD_SOURCE, to get access to POSIX extensions... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Nick Coghlan | Eliminate RLock race condition reported in SF bug ... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Facundo Batista | When running asynchat tests on OS X (darwin), the test... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Mark Hammond | Correct use of Py_BUILD_CORE - now make sure it is... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Georg Brandl | Bug #1763149: use proper slice syntax in docstring. |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Facundo Batista | Added tests for asynchat classes simple_producer &... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Georg Brandl | try-except-finally is new in 2.5. |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Georg Brandl | Clarify PEP 343 description. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Facundo Batista | Moved all of the capture_server socket setup code into... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Bug #1704793: Return UTF-16 pair if unicodedata.lookup... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Martin v. Löwis | Bug #978833: Close https sockets by releasing the _ssl... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Nick Coghlan | Make test_math error messages more meaningful for small... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Mark Hammond | Correctly detect AMD64 architecture on VC2003 |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Mark Hammond | In consultation with Kristjan Jonsson, only define... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Nick Coghlan | Add explicit test for a misbehaving math.floor |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Georg Brandl | tabs, newlines and crs are valid XML characters. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Martin v. Löwis | Change location of the package index to pypi.python... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Nick Coghlan | Add a temporary diagnostic message before a strange... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Nick Coghlan | More buildbot cleanup - let the OS assign the port... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Facundo Batista | New tests for basic behavior of smtplib.SMTP and |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Nick Coghlan | Try to get rid of spurious failure in test_resource... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Nick Coghlan | Fix an incompatibility between the -i and -m command... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Nick Coghlan | Tweak runpy test to do a better job of confirming that... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Nick Coghlan | Correctly cleanup sys.modules after executing runpy... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Nick Coghlan | Add explicit relative import tests for runpy.run_module |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Facundo Batista | Selectively enable tests for asyncore.readwrite based... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Martin v. Löwis | PEP 3123: Provide forward compatibility with Python... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Facundo Batista | Added a select.select call in the test server loop... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Walter Dörwald | Document that codecs.lookup() returns a CodecInfo object. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Georg Brandl | Add description for wave.setcomptype() values |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Kurt B. Kaiser | Fix failing unicode test caused by change to ast.c... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | SF patch# 1755885 by Kurt Kaiser: show location of... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Georg Brandl | Use "Unix" as platform name, not "UNIX". |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Facundo Batista | Prevent asyncore.dispatcher tests from hanging by addin... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Facundo Batista | Changed the used port and commented out some tests... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Facundo Batista | First version. Includes tests for helper functions... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Andrew M. Kuchling | Avoid exception if there's a stray directory inside... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Georg Brandl | Clarify webbrowser.open description. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Georg Brandl | Bug #1753406: missing \versionadded for subprocess... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Barry Warsaw | In response to this SF bug: |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | PyType_stgdict() returns a borrowed reference which... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Fix for SF# 1649098: avoid zero-sized array declaration... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Fix for SF# 1701409: segfault in c_char_p of ctypes... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Do not try to load the GLUT library in the ctypes tests... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Add tests for _ctypes.COMError. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Repair COMError. Since exceptions are new style classe... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Raymond Hettinger | Correct the docs for takewhile(). Improve the recipe... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Facundo Batista | Added tests for basic behavior of DateTime, Binary... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1675424: Added tests for uncovered code in the... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Bug #1637365: add subsection about "__name__ == __main_... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1731169: clean up expected skips list. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1731659: improve time.strptime docs. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1673759: add a missing overflow check when forma... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1739696: use code.co_code only if really necessary |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Georg Brandl | Patch #1752270, #1750931: complain if urllib2 add_handl... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Georg Brandl | Fix #1752132: wrong comment in opcode description. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Ronald Oussoren | Patch 1673122: be explicit about which libtool to use... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Ronald Oussoren | Patch 1693258: Fix for duplicate "preferences" menu... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Neal Norwitz | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Kurt B. Kaiser | Many calls to tk.call involve an arglist containing... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Mark Hammond | copy built files to the PCBuild directory, where tools... |
commit | commitdiff | tree | snapshot |
next |