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 |
2007-07-02 |
Georg Brandl | Remove duplicate sentence from alarm() doc. |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Georg Brandl | Fix a few webbrowser.py problems. |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Georg Brandl | Document smtp.SMTPAuthenticationError. |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Georg Brandl | Fix a variable name in winreg docs. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Georg Brandl | Bug #1742901: document None behavior of shlex.split. |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Georg Brandl | Bug #1739115: make shutil.rmtree docs clear wrt. file... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Georg Brandl | Bug #1737864: allow empty message in logging format... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Lars Gustäbel | Added missing \versionchanged tag for the new exclude |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Lars Gustäbel | Added exclude keyword argument to the TarFile.add(... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Neal Norwitz | Revert last change for SF #1738754, there's no print... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Neal Norwitz | SF #1738754, remove extra backslash in string |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Neal Norwitz | SF #1738670, make example in doc work |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Georg Brandl | Add missing \versionadded. |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Martin v. Löwis | Mention Senthil Kumaran. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Andrew M. Kuchling | Add a word |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Neal Norwitz | urllib2_localnet says it leaks probably due to threads... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Martin v. Löwis | Patch #1734014: Use _I64_MAX instead of LLONG_MAX. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Walter Dörwald | Add T_PYSSIZET in structmember.h: This can be used for |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Thomas Heller | Build bzip2. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Thomas Heller | Notes about building tcl/tk for windows/AMD64. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Thomas Heller | Do not hardcode the buildbot's directory name. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Martin v. Löwis | Provide PY_LLONG_MAX on all systems having long long. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Don't rebuild Berkeley DB if not needed (this was commi... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Specify the bufferoverflowU.lib to the makefile on... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Revert this change, since it breaks the win32 build: |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Add bufferoverflowU.lib to the libraries needed by... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Thomas Heller | Checkout, but do not yet try to build, exernal sources. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Marc-André... | Add patch #1726668: Windows Vista support. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Marc-André... | Apply patch #1734945 to support TurboLinux as distribution. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Facundo Batista | Added versionchanged flag to all the methods which... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Thomas Heller | Use "O&" in calls to PyArg_Parse when we need a 'void... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Reflow long line |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Bug #1734723: Fix repr.Repr() so it doesn't ignore... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Not sure why this only fails sometimes on Unix machines... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | SF #1734732, lower case the module names per PEP 8. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Add all of the distuils modules that don't seem to... |
commit | commitdiff | tree | snapshot |
next |