2007-08-10 |
Georg Brandl | Fix #1771558 (already fixed in trunk). |
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-04 |
Hye-Shik Chang | Backport from trunk r56727: |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Matthias Klose | - Allow Emacs 22 for building the documentation in... |
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-29 |
Georg Brandl | Bug #1763149: use proper slice syntax in docstring. |
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 |
Martin v. Löwis | Bug #1704793: Raise KeyError if unicodedata.lookup... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Ronald Oussoren | Mac Buildscript: |
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-18 |
Georg Brandl | Add description for wave.setcomptype() values |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Andrew M. Kuchling | [Backport of r56382] |
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-14 |
Raymond Hettinger | Backport 56345 |
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 | News entry for |
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-12 |
Georg Brandl | Bug #1637365: add subsection about "__name__ == __main_... |
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-09 |
Ronald Oussoren | Fixes IDLE crash on OSX: some versions of Tcl/Tk on... |
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-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-15 |
Thomas Heller | Merged revisions 55896 via svnmerge from |
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 |
Martin v. Löwis | Provide PY_LLONG_MAX on all systems having long long. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Backport 55887: |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Backport 55882: SF #1734732, lower case the module... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Backport 55874: |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Neal Norwitz | Backport 55873: |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Martin v. Löwis | Backport r55845: Provide LLONG_MAX for S390. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Martin v. Löwis | Patch #1733960: Allow T_LONGLONG to accept ints. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Neal Norwitz | Prevent expandtabs() on string and unicode objects... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Thomas Heller | Merged revisions 55129-55131 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Thomas Heller | Fix wrong documentation, and correct the punktuation. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Martin v. Löwis | Bug #1733488: Fix compilation of bufferobject.c on... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Kristján Valur... | backport change 55821 to release25-maint |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Georg Brandl | Patch #1667860: Fix UnboundLocalError in urllib2. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Georg Brandl | Disallow function calls like foo(None=1). |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Georg Brandl | Backport rev. 55783: |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Hye-Shik Chang | Fix for Windows: close a temporary file before trying... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Hye-Shik Chang | (Backport from r55770) |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Brett Cannon | Backport of r55752: make time.strptime() behave better... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Neal Norwitz | Backport 55731: |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Georg Brandl | Fix wrong issue number. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Georg Brandl | Bug #1722484: remove docstrings again when running... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Thomas Heller | Merged revisions 55677 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vinay Sajip | Updated docstring for SysLogHandler (#1720726). |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vinay Sajip | Updated documentation for SysLogHandler (#1720726). |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Neal Norwitz | Document "new" params to HTTPConnection/HTTPSConnection |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Georg Brandl | Backport rev 55465 by Nick Coghlan. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Neal Norwitz | Backout the original 'fix' to 1721309 which had no... |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Neal Norwitz | Backport rev 55452: |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Neal Norwitz | Backport rev 55450: |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Neal Norwitz | Verify neither dumps or loads overflow the stack and... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Neal Norwitz | Drop the max stack depth to something that works in 2.6 |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Fred Drake | fix argument name in documentation; match the implement... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Neal Norwitz | Fix bug in marshal where bad data would cause a segfaul... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Georg Brandl | Bug #1719995: don't use deprecated method in sets example. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Neal Norwitz | Add what looks like a necessary call to PyErr_NoMemory... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Georg Brandl | HTML-escape the plain traceback in cgitb's HTML output... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Georg Brandl | Bug #1046945: document SWIG options of distutils. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Georg Brandl | Update DDJ link. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Georg Brandl | Patch #1714700: clarify os.linesep vs. tfiles opened... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Fix typo in docstring (the module is popen2, not 3). |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Thomas Heller | Mark blocked revisions. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Thomas Heller | Mark already merged revisions. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Neal Norwitz | Backport r55070: Stop using PyMem_FREE while the GIL... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Neal Norwitz | Backport: Add markup for True/False. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | Merge change 54983 from the trunk: Add the locale... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | Merge change 54982 from the trunk. This fixes the... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | the nb_long slot on classobject instances now defaults... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | Fix two problems that emerged when the testsuite was... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | Fix NonRecursiveMutex on x64. The signature of the... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | Merging change 55102 from the trunk: |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Georg Brandl | Bug #1713535 backport. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Kristján Valur... | Merging changes 55092, 55101,55120 from trunk, making... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Thomas Heller | Blocked revisions 54357 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
next |