2006-10-03 |
Vinay Sajip | Documentation omitted the additional parameter to LogRe... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Martin v. Löwis | Guard uintptr_t test with HAVE_STDINT_H, test for |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Martin v. Löwis | Fix test for uintptr_t. Fixes #1568842. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Kurt B. Kaiser | Add comment explaining that error msgs may be due to... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Kurt B. Kaiser | Some syntax errors were being caught by tokenize during... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Convert test_import to unittest. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1546052: clarify that PyString_FromString(AndSize... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1446043: correctly raise a LookupError if an encod... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1556784: allow format strings longer than 127... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1560617: in pyclbr, return full module name not... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1457823: cgi.(Sv)FormContentDict's constructor... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1566602: correct failure of posixpath unittest... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1566663: remove obsolete example from datetime... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1566800: make sure that EnvironmentError can be... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Patch #1567691: super() and new.instancemethod() now... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1565661: in webbrowser, split() the command for... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Georg Brandl | Bug #1567375: a minor logical glitch in example descrip... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Gregory P.... | wording change |
commit | commitdiff | tree | snapshot |
2006-09-30 |
George Yoshida | SF bug #1567976 : fix typo |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Brett Cannon | Very minor grammatical fix in a comment. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Andrew M. Kuchling | Make examples do error checking on Py_InitModule |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Andrew M. Kuchling | Add news item for rev. 51815 |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Brett Cannon | Make the error message for when the time data and forma... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Armin Rigo | Another crasher. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Georg Brandl | Fix a bug in traceback.format_exception_only() that... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Georg Brandl | Fix a bug in the parser's future statement handling... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Georg Brandl | Fix webbrowser.BackgroundBrowser on Windows. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Brett Cannon | Make output on test_strptime() be more verbose in face... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Neal Norwitz | SF Bug #1563963, add missing word and cleanup first... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Neal Norwitz | Remove extra semi-colons reported by Johnny Lee on... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Fred Drake | add boilerplate "What's New" document so the docs will... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Neal Norwitz | Mostly revert this file to the same version as before... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Neal Norwitz | Bug #1557232: fix seg fault with def f((((x)))) and... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Neal Norwitz | Fix %zd string formatting on Mac OS X so it prints... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Jack Diederich | added itertools.count(-n) fix |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Jack Diederich | * regression bug, count_next was coercing a Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Brett Cannon | Make python.vim output more deterministic. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Brett Cannon | Allow exceptions to be directly sliced again |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Brett Cannon | Accidentally didn't commit Misc/NEWS entry on when... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Gregory P.... | Fixes a bug with bsddb.DB.stat where the flags and... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Guido van Rossum | Make this thing executable. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Ronald Oussoren | Tweak Mac/Makefile in to ensure that pythonw gets rebui... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Ronald Oussoren | Port of revision 51902 in release25-maint to the trunk |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Martin v. Löwis | Patch #1557515: Add RLIMIT_SBSIZE. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Fred Drake | revise explanation of returns_unicode to reflect bool... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Fred Drake | - fix module name in links in formatted documentation |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Georg Brandl | Correct elementtree module index entry. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Ka-Ping Yee | Fix grammar errors and improve clarity. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Andrew M. Kuchling | Rewrite help message to remove some of the parenthetica... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Andrew M. Kuchling | Make --help mention that -v can be supplied multiple... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Andrew M. Kuchling | More wordsmithing |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Andrew M. Kuchling | Some editing, markup fixes |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Andrew M. Kuchling | Markup typo fix |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Martin v. Löwis | Forward-port 51862: Add sgml_input.html. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Georg Brandl | Forward-port of rev. 51857: |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Neal Norwitz | Add a "crasher" taken from the sgml bug report referenc... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Neal Norwitz | Properly handle a NULL returned from PyArena_New(). |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Neal Norwitz | Forward port of 51850 from release25-maint branch. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Brett Cannon | Remove the __unicode__ method from exceptions. Allows... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Fix typo in example |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Use native SQLite types |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Use native SQLite types |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Explain SQLite a bit more clearly |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Explain SQLite a bit more clearly |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Andrew M. Kuchling | Add missing word |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Nick Coghlan | Add missing NEWS entry for rev 51803 |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Thomas Heller | The cast function did not accept c_char_p or c_wchar_p... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Thomas Heller | Anonymous structure fields that have a bit-width specif... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Armin Rigo | Add a warning notice on top of the generated grammar... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Andrew M. Kuchling | [Bug #1552726] Avoid repeatedly polling in interactive... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Ronald Oussoren | Fix a glaring error and update some version numbers. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Nick Coghlan | Fix the speed regression in inspect.py by adding anothe... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Raymond Hettinger | Fix refcounts and add error checks. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Gustavo Niemeyer | Fixed subprocess bug #1531862 again, after removing... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Marc-André... | Add news item for bug fix of SF bug report #1546372. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Fix missing import of the types module in logging.config. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Bug #1542051: Exceptions now correctly call PyObject_GC... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Neal Norwitz | with and as are now keywords. There are some generated... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Bug #1550983: emit better error messages for erroneous... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Bug #1551427: fix a wrong NULL pointer check in the... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Neal Norwitz | Revert 51758 because it broke all the buildbots |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Gustavo Niemeyer | Fixing #1531862: Do not close standard file descriptors... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Kristján Valur... | Update the PCBuild8 solution. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Andrew M. Kuchling | [Bug #1526834] Fix crash in pdb when you do 'b f('; |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Andrew M. Kuchling | [Bug #1525469] SimpleXMLRPCServer still uses the sys... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Andrew M. Kuchling | Rearrange example a bit, and show rpartition() when... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Georg Brandl | Bug #1552618: change docs of dict.has_key() to reflect... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Hye-Shik Chang | Fix a typo: 2013 -> 0213 |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Hye-Shik Chang | Fix a few bugs on cjkcodecs found by Oren Tirosh: |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | M-x untabify |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Add a comment about some refactoring. (There's probabl... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Bug #1520864 (again): unpacking singleton tuples in... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Patch #1540470, for OpenBSD 4.0. Backport candidate... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Add a NEWS entry for str.rpartition() change |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | This was found by Guido AFAIK on p3yk (sic) branch. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Fix SF #1552093, eval docstring typo (3 ps in mapping) |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Neal Norwitz | Fix SF bug #1546288, crash in dict_equal. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
next |