| 2005-10-08 |
Guido van Rossum | Fix unit test failure -- the output received from Pytho... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
Vinay Sajip | Fixed bug where the logging message was wrongly being... |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Raymond Hettinger | SF #1313496: bisect C replacement doesn't accept named... |
commit | commitdiff | tree | snapshot |
| 2005-10-04 |
Neal Norwitz | Make close brace a paren to match open. |
commit | commitdiff | tree | snapshot |
| 2005-10-04 |
Neal Norwitz | Armin caught this mistake in bug #973103. |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Raymond Hettinger | Correct docs for empty raise when no exception is active. |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Fred Drake | fix link to subsection (SF bug #1311674) |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | Backport: SF Bug #1008310, os.major() os.minor() exampl... |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | Fix SF bug #991735, os.access reports true for read... |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | file test_cmd_line.py was added on branch release24... |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Neal Norwitz | Backport: SF Bug #1308042, platform dependent behaviour... |
commit | commitdiff | tree | snapshot |
| 2005-10-02 |
Neal Norwitz | Backported: |
commit | commitdiff | tree | snapshot |
| 2005-10-01 |
Georg Brandl | backport bug [ 729103 ] Cannot retrieve name of super... |
commit | commitdiff | tree | snapshot |
| 2005-09-30 |
Vinay Sajip | Minor clarification of effective level calculation |
commit | commitdiff | tree | snapshot |
| 2005-09-30 |
Michael W.... | Fix bug: |
commit | commitdiff | tree | snapshot |
| 2005-09-30 |
Neal Norwitz | - Patch #1309009, Fix segfault in pyexpat when the... |
commit | commitdiff | tree | snapshot |
| 2005-09-29 |
Georg Brandl | backport patch [ 1300515 ] xdrlib.py: pack_fstring... |
commit | commitdiff | tree | snapshot |
| 2005-09-29 |
Georg Brandl | backport bug [ 1298120 ] shlex does not support unicode |
commit | commitdiff | tree | snapshot |
| 2005-09-29 |
Georg Brandl | backport bug [ 1296004 ] MemoryError in httplib |
commit | commitdiff | tree | snapshot |
| 2005-09-29 |
Georg Brandl | backport: fix parse errors in readline |
commit | commitdiff | tree | snapshot |
| 2005-09-28 |
Georg Brandl | backport of bugfix [ 1306449 ] PyString_AsStringAndSize... |
commit | commitdiff | tree | snapshot |
| 2005-09-28 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4.2 |
commit | commitdiff | tree | snapshot |
| 2005-09-28 |
Fred Drake | set release date |
commit | commitdiff | tree | snapshot |
| 2005-09-28 |
Anthony Baxter | 2.4.2 release stuff |
commit | commitdiff | tree | snapshot |
| 2005-09-27 |
Martin v. Löwis | Use lzx:21 for compression. |
commit | commitdiff | tree | snapshot |
| 2005-09-26 |
Michael W.... | Backport (with Anthony's blessing (in fact he reminded... |
commit | commitdiff | tree | snapshot |
| 2005-09-25 |
Georg Brandl | Commit memory leaking fix. |
commit | commitdiff | tree | snapshot |
| 2005-09-23 |
Peter Astrand | Changed header to match the HEAD version: |
commit | commitdiff | tree | snapshot |
| 2005-09-23 |
Michael W.... | Backport bugfix: |
commit | commitdiff | tree | snapshot |
| 2005-09-23 |
Neal Norwitz | Backport SF #1297059, doc incorrect return type for... |
commit | commitdiff | tree | snapshot |
| 2005-09-23 |
Guido van Rossum | News about the test_macfs fix. |
commit | commitdiff | tree | snapshot |
| 2005-09-23 |
Neal Norwitz | Backport fix for patch #1297028, cjkcodecs does not... |
commit | commitdiff | tree | snapshot |
| 2005-09-22 |
Fred Drake | update URL into the Python wiki |
commit | commitdiff | tree | snapshot |
| 2005-09-22 |
Guido van Rossum | Backport Jack Jansen's fix for test_macfs.py (broke... |
commit | commitdiff | tree | snapshot |
| 2005-09-21 |
Fred Drake | the iSilo is not being built right now |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4.2c1 |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Armin Rigo | (backport) test and fix for buggy handling of exception... |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Armin Rigo | (backport) tracing of C functions: don't call the trace... |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Armin Rigo | C89 compliance. |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Guido van Rossum | Update 64-bit AIX and HP-UX build instructions. |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Guido van Rossum | - On 64-bit platforms, when __len__() returns a value... |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Anthony Baxter | backport: |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Fred Drake | add 2.4.2 to the LaTeX version of the release history |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Anthony Baxter | pre-release machinations |
commit | commitdiff | tree | snapshot |
| 2005-09-20 |
Matthias Klose | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE... |
commit | commitdiff | tree | snapshot |
| 2005-09-19 |
Neal Norwitz | Note fix of memory leak. |
commit | commitdiff | tree | snapshot |
| 2005-09-19 |
Neal Norwitz | Fix problems reported by valgrind: |
commit | commitdiff | tree | snapshot |
| 2005-09-18 |
Georg Brandl | Bug #1202493: Fixing SRE parser to handle '{}' as perl... |
commit | commitdiff | tree | snapshot |
| 2005-09-18 |
Martin v. Löwis | Patch #1268314: Cache lines in StreamReader.readlines... |
commit | commitdiff | tree | snapshot |
| 2005-09-18 |
Martin v. Löwis | Patch #1213831: Fix typo in unicodedata._getcode. |
commit | commitdiff | tree | snapshot |
| 2005-09-17 |
Georg Brandl | Test case for latest complexobject fix. |
commit | commitdiff | tree | snapshot |
| 2005-09-16 |
Vinay Sajip | Misc. backported changes |
commit | commitdiff | tree | snapshot |
| 2005-09-16 |
Vinay Sajip | Misc. backported changes |
commit | commitdiff | tree | snapshot |
| 2005-09-16 |
Georg Brandl | backport patch [ 1118729 ] Error in representation... |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Raymond Hettinger | Sync-up with head except for 1.72 which is Py2.5 specific. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Raymond Hettinger | Sync-up with minor changes to the head. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Raymond Hettinger | Removed assignment to an unused variable. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Georg Brandl | backport patch [ 1277677 ] tkinter hello world example bug |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Georg Brandl | backport patch [ 1119423 ] python -c readlink()s and... |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Georg Brandl | fix typo |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Georg Brandl | backport bug [ 868706 ] Calling builtin function 'eval... |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Georg Brandl | Fix bug #687747 and patch #1077979 in webbrowser.py. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Raymond Hettinger | Sync-up with patches to the head. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Raymond Hettinger | Backport SF #1209527. |
commit | commitdiff | tree | snapshot |
| 2005-09-15 |
Brett Cannon | Clear the regex cache when the locale changes. |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | bug [ 1007046 ] os.startfile() doesn't accept Unicode... |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | backport bug [ 1274828 ] splitunc not documented |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | Complete format code support in getargs.c::skipitem... |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | Complete format code support in getargs.c::skipitem... |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Guido van Rossum | - Changes donated by Elemental Security to make it... |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Guido van Rossum | (backport from HEAD) |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | comma nit |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Skip Montanaro | backport notes about basicConfig() changes to 2.4 branch |
commit | commitdiff | tree | snapshot |
| 2005-09-14 |
Georg Brandl | Backport of patch #1290454: Fix reload() error message... |
commit | commitdiff | tree | snapshot |
| 2005-09-12 |
Georg Brandl | Better wording for integer ref entry (from HEAD 1.131). |
commit | commitdiff | tree | snapshot |
| 2005-09-11 |
Raymond Hettinger | Add FAQ entry regarding non-expoential representation. |
commit | commitdiff | tree | snapshot |
| 2005-09-07 |
Fred Drake | note that the return and yield statements cannot be... |
commit | commitdiff | tree | snapshot |
| 2005-09-07 |
Fred Drake | - fix typo report by email, only 1.5 years late |
commit | commitdiff | tree | snapshot |
| 2005-09-04 |
Georg Brandl | Clarify what is meant with "whole numbers". |
commit | commitdiff | tree | snapshot |
| 2005-09-04 |
Matthias Klose | use a test for PDF support that is more portable across... |
commit | commitdiff | tree | snapshot |
| 2005-09-03 |
Georg Brandl | bug [ 1274069 ] bz2module.c compiler warning |
commit | commitdiff | tree | snapshot |
| 2005-09-03 |
Georg Brandl | - Correct PyBool_FromLong's return type and its descrip... |
commit | commitdiff | tree | snapshot |
| 2005-09-01 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| 2005-09-01 |
Georg Brandl | Reverting previous checkin. This breaks too much of... |
commit | commitdiff | tree | snapshot |
| 2005-08-31 |
Georg Brandl | patch [ 1242454 ] shutil.copytree() quits too soon... |
commit | commitdiff | tree | snapshot |
| 2005-08-31 |
Georg Brandl | backport bug [ 761452 ] HTMLParser chokes on my.yahoo... |
commit | commitdiff | tree | snapshot |
| 2005-08-31 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| 2005-08-30 |
Anthony Baxter | Make testing a bit easier |
commit | commitdiff | tree | snapshot |
| 2005-08-30 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| 2005-08-30 |
Neal Norwitz | SF #1275796, fix distutils typo "sortcut" -> "shortcut" |
commit | commitdiff | tree | snapshot |
| 2005-08-29 |
Brett Cannon | Fix logic error introduced in last commit. |
commit | commitdiff | tree | snapshot |
| 2005-08-27 |
Brett Cannon | Fix bug where __contains__ should have been used over... |
commit | commitdiff | tree | snapshot |
| 2005-08-27 |
Georg Brandl | patch [ 1274550 ] libtarfile.tex: external URL changed |
commit | commitdiff | tree | snapshot |
| 2005-08-27 |
Georg Brandl | patch [ 1274630 ] documentation fixes |
commit | commitdiff | tree | snapshot |
| 2005-08-27 |
Martin v. Löwis | Patch #1168594: set sizes of non-regular files to zero... |
commit | commitdiff | tree | snapshot |
| 2005-08-26 |
Georg Brandl | Add list() around xreadlines() |
commit | commitdiff | tree | snapshot |
| next |