| 2008-01-19 |
Andrew M. Kuchling | Polish sentence |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Christian Heimes | Update for threading.local test. |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Christian Heimes | Added unit test to verify that threading.local doesn... |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Andrew M. Kuchling | Polish sentence |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Facundo Batista | Fix issue #1822: MIMEMultipart.is_multipart() behaves... |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Georg Brandl | Indentation normalization. |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Georg Brandl | Amend curses docs by info how to write non-ascii charac... |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
| 2008-01-19 |
Jeffrey Yasskin | Several tweaks: add construction from strings and ... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Guido van Rossum | This got fixed for classic classes in r60057, |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Raymond Hettinger | Better variable name in an example. |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Guido van Rossum | Fix an edge case whereby the __del__() method of a... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Silence Coverity false alerts with CIDs #172, #183... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Added bytes and b'' as aliases for str and '' |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Georg Brandl | Note that genexps are function scopes too and therefore... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Vinay Sajip | Added LoggerAdapter class, changed copyright dates... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Vinay Sajip | Added section on passing contextual information to... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Added win_add2path.py to Tools/scripts/ |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Build _ctypes after the other extensions. Its build... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Coverity CID #168 |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Coverity issue CID #169 |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Coverity issue CID #182 |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Coverity issue CID #167 |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Christian Heimes | Coverity issue CID #197 |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Andrew M. Kuchling | Bump verson |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Raymond Hettinger | clearcache() needs to remove the dict as well as clear it. |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Fix markup |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Fix-up Timer() example. |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Christian Heimes | Updated new property syntax. An elaborate example for... |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Add advice on choosing between scheduler and threading... |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Andrew M. Kuchling | Correction from Jordan Lewis: halfdelay() uses tenths... |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Issue #1861: Add read-only attribute listing upcoming... |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Brett Cannon | Fix a function pointer declaration to silence the compiler. |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Andrew M. Kuchling | Revise 3141 section a bit; add some Windows items |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Gregory P.... | Fixes (accepts patch) issue1339 - http://bugs.python... |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Note versionadded. |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Gregory P.... | entry for r60015 |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Gregory P.... | Comply with RFC 3207. |
commit | commitdiff | tree | snapshot |
| 2008-01-17 |
Raymond Hettinger | Make starmap() match its pure python definition and... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Raymond Hettinger | Add news entry. |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Raymond Hettinger | Add queues will alternative fetch orders (priority... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Raymond Hettinger | Minor wordsmithing. |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Thomas Heller | Use 'g' instead of 'D' as the ctypes typecode for c_lon... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Georg Brandl | Doc build should work with 2.4 now. |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Georg Brandl | Add Python-specific content to Doc dir. Update configur... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Thomas Heller | Raise a TypeError instead of a ValueError when too... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Thomas Heller | Raise a TypeError if conflicting positional and named... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Thomas Heller | Convert the internal ctypes array type cache to a WeakV... |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Georg Brandl | Fix MSDN library URL. (#1854) |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Andrew M. Kuchling | Add PEP 3141 section |
commit | commitdiff | tree | snapshot |
| 2008-01-16 |
Andrew M. Kuchling | Docstring typos |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Amaury Forgeot... | test_doctest fails since r59984. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Fix-up half-written paragraph in the docs |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Refactor if/elif chain for clarity and speed. Remove... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Guido van Rossum | Issue #1786 (by myself): pdb should use its own stdin... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Andrew M. Kuchling | Restore description of sys.dont_write_bytecode. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Jeffrey Yasskin | Add rational.Rational as an implementation of numbers... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Georg Brandl | Remove duplicate entry. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Georg Brandl | Typo. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Small grammar nit |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Temporarily revert 59967 until GC can be added. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Skip Montanaro | Better (?) text describing the lack of guarantees provi... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Tighten the definition of a named tuple. |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Raymond Hettinger | Issue 1820: structseq objects did not work with the... |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Andrew M. Kuchling | Repair unfinished sentence |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Andrew M. Kuchling | Add many items |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
| 2008-01-15 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Raymond Hettinger | Fix 1698398: Zipfile.printdir() crashed because the... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Andrew M. Kuchling | Update description of float_info |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Thomas Heller | Issue 1821: configure libffi for amd64 on FreeeBSD. |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Christian Heimes | Added more comments to the new structseq repr code... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Christian Heimes | Now that I've learnt about structseq objects I felt... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Christian Heimes | Applied patch #1816: sys.flags patch |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Christian Heimes | I missed the most important file |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Christian Heimes | Added new an better structseq representation. E.g.... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Amaury Forgeot... | ?Why did my tests not notice this before? |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Amaury Forgeot... | Re-apply patch #1700288 (first applied in r59931, rolle... |
commit | commitdiff | tree | snapshot |
| 2008-01-14 |
Amaury Forgeot... | As discussed in issue 1700288: |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Georg Brandl | Back out r59931 - test_ctypes fails with it. |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Ka-Ping Yee | Check in the patch proposed by Ben Hayden (benjhayden... |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Thomas Heller | Make Modules/socketobject.c compile for Windows again. |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Georg Brandl | Clarify the effect of text mode. |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Raymond Hettinger | Fix spelling. |
commit | commitdiff | tree | snapshot |
| 2008-01-13 |
Raymond Hettinger | Named tuple is a concept, not a specific type. |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Georg Brandl | Fix editing glitch. |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Georg Brandl | Patch #1700288: Method cache optimization, by Armin... |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Georg Brandl | Move OSError docs to exceptions doc, remove obsolete... |
commit | commitdiff | tree | snapshot |
| 2008-01-12 |
Mark Dickinson | Issue 1780: Allow leading and trailing whitespace in... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Raymond Hettinger | Update the opcode docs for STORE_MAP and BUILD_MAP |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Thomas Heller | Fix a potential 'SystemError: NULL result without error'. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Thomas Heller | Raise an error instead of crashing with a segfault... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Andrew M. Kuchling | Bug #1790: update link; remove outdated paragraph |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Raymond Hettinger | Speed-up and simplify code urlparse's result objects. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Christian Heimes | Removed unused variable |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Thomas Heller | Revert revision 59913, because it was wrong: |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Thomas Heller | The sqlite3 dll, when compiled in debug mode, must... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Georg Brandl | Documentation for r5990[3567]. |
commit | commitdiff | tree | snapshot |
| next |