| 2006-10-12 |
Georg Brandl | Bug #1560179: speed up posixpath.(dir|base)name |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1283491: follow docstring convention wrt. keyword... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Fix tarfile depending on buggy int('1\0', base) behavior. |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Small grammar fix, thanks Sjoerd. |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1560114: the Mac filesystem does have accurate... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Add a note to fpectl docs that it's not built by default |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1545497: when given an explicit base, int() did... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1546628: add a note about urlparse.urljoin() and... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1548891: The cStringIO.StringIO() constructor... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1550524: better heuristics to find correct class... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1565919: document set types in the Language Reference. |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #813342: Start the IDLE subprocess with -Qnew if... |
commit | commitdiff | tree | snapshot |
| 2006-10-12 |
Georg Brandl | Bug #1575746: fix typo in property() docs. |
commit | commitdiff | tree | snapshot |
| 2006-10-10 |
Ronald Oussoren | MacOSX: fix permission problem in the generated installer |
commit | commitdiff | tree | snapshot |
| 2006-10-09 |
Martin v. Löwis | Bug #1565150: Fix subsecond processing for os.utime... |
commit | commitdiff | tree | snapshot |
| 2006-10-09 |
Barry Warsaw | List gc.get_count() in the module docstring. |
commit | commitdiff | tree | snapshot |
| 2006-10-09 |
Georg Brandl | Patch #1572724: fix typo ('=' instead of '==') in _msi.c. |
commit | commitdiff | tree | snapshot |
| 2006-10-09 |
Andrew M. Kuchling | Fix wording in comment |
commit | commitdiff | tree | snapshot |
| 2006-10-09 |
Andrew M. Kuchling | Add news item for rev. 52211 change |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Ronald Oussoren | MacOSX: add more logic to recognize the correct startup... |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Ronald Oussoren | MacOSX: The universal build requires that users have... |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Ronald Oussoren | MacOSX: distutils changes the values of BASECFLAGS... |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Ronald Oussoren | Fix for bug #1570284 |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Ronald Oussoren | Add version number to the link to the python documentat... |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Hye-Shik Chang | Bug #1572832: fix a bug in ISO-2022 codecs which may... |
commit | commitdiff | tree | snapshot |
| 2006-10-08 |
Georg Brandl | Add missing NEWS entry for rev. 52129. |
commit | commitdiff | tree | snapshot |
| 2006-10-07 |
Skip Montanaro | Note that the excel_tab class is registered as the... |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Andrew M. Kuchling | Comment grammar |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Armin Rigo | A very minor bug fix: this code looks like it is design... |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Andrew M. Kuchling | [Bug #1545341] Allow 'classifier' parameter to be a... |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Georg Brandl | Fix name. |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Andrew M. Kuchling | Case fix |
commit | commitdiff | tree | snapshot |
| 2006-10-06 |
Fred Drake | - update links |
commit | commitdiff | tree | snapshot |
| 2006-10-05 |
Brett Cannon | Clarify what "re-initialization" means for init_builtin... |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Martin v. Löwis | Add MSVC8 project files to create wininst-8.exe. |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Andrew M. Kuchling | Cause a PyObject_Malloc() failure to trigger a MemoryEr... |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Armin Rigo | Forward-port of r52136,52138: a review of overflow... |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Armin Rigo | Compilation problem caused by conflicting typedefs... |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Martin v. Löwis | Forward port r52134: Add uuids for 2.4.4. |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Martin v. Löwis | Fix integer negation and absolute value to not rely |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Jeremy Hylton | Fix for SF bug 1569998: break permitted inside try. |
commit | commitdiff | tree | snapshot |
| 2006-10-04 |
Barry Warsaw | decode_rfc2231(): As Christian Robottom Reis points... |
commit | commitdiff | tree | snapshot |
| 2006-10-03 |
Brett Cannon | Convert test_imp over to unittest. |
commit | commitdiff | tree | snapshot |
| 2006-10-03 |
Brett Cannon | Fix minor typo in a comment. |
commit | commitdiff | tree | snapshot |
| 2006-10-03 |
Vinay Sajip | Modified LogRecord.__init__ to make the func parameter... |
commit | commitdiff | tree | snapshot |
| 2006-10-03 |
Vinay Sajip | Documentation clarified to mention optional parameters. |
commit | commitdiff | tree | snapshot |
| 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 |
| next |