2007-09-27 |
Vinay Sajip | Minor date change. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Georg Brandl | #1208: document match object's boolean value. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Change to basicConfig() to fix #1021. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Change to flush and close logic to fix #1760556. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Andrew M. Kuchling | Remove stray odd character; grammar fix |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1177: accept 2xx responses for https too, not only... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1196: document default radix for int(). |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | Fix typo and double word. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Guido van Rossum | Patch # 188 by Philip Jenvey. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Sean Reifscheider | Issue1704287: "make install" fails unless you do "make... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | Patch #1181: add os.environ.clear() method. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Thomas Wouters | Try harder to stay within the 79-column limit. There... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | #1176: document that string methods don't take keyword... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | Patch #1541463: optimize performance of cgi.FieldStorag... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | alternate -> alternative. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Raymond Hettinger | Fit nits |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Issue #1772851. Optimization of __hash__ to behave... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Fix obvious typo in threaded test. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Issue #1772851. Alters long.__hash__ from being *almos... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Annotated the correction to urllib.py, issue #1177 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Sean Reifscheider | issue1177: Ported Facundo's from urllib2 to urllib... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Georg Brandl | Fix #1169: remove docstrings in functions for -OO. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Sean Reifscheider | issue1172: Documentation of "done" attribute in cgi... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Thomas Wouters | Properly indent two lines. (Spotted because it caused... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Raymond Hettinger | Cleanup docs for NamedTuple. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Facundo Batista | Speed up of the various division operations (remainder... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Georg Brandl | A bit of reordering, also show more subheadings in... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Raymond Hettinger | Handle corner cased on 0-tuples and 1-tuples. Add... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Andrew M. Kuchling | Add item; sort properly |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1082: Fixing platform and system for Vista. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Facundo Batista | The methods always return Decimal classes, even if... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Facundo Batista | Decimal is updated, :) |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1597011: Fix for bz2 module corner-case error... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brett Cannon | Add a bunch of GIL release/acquire points in tp_print... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Raymond Hettinger | Sync-up named tuples with the latest version of the... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Janssen | use binary mode when reading files for testAsyncore... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Janssen | Add support for asyncore server-side SSL support. ... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Georg Brandl | Remove bdb from the "undocumented modules" list. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Facundo Batista | Some additions (examples and a bit on the tutorial). |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Thomas Heller | ctypes.util.find_library uses dump(1) instead of objdum... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Facundo Batista | Included the new functions, and new descriptions. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Rename import library for debug build to _msi_d.lib. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Clean both Release and Debug projects, to support |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Andrew M. Kuchling | Make target unique |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Facundo Batista | Put the parameter watchexp back in (changed watchexp... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Facundo Batista | Merged the decimal-branch (revisions 54886 to 58140... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Mark Summerfield | Replaced variable o with obj in operator.rst because... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | More path fixes. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | Fix path. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | Add more automated actions. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | #1120: put explicit version in the shebang lines of... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Bug #1153: repr.repr() now doesn't require set and... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Bill Janssen | root certificate for https://svn.python.org/, used... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | bug #1154: release memory allocated by "es" PyArg_Parse... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1122: wrong return type documented for various... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Bug #1152: use non-deprecated name in example. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | New documentation page for the bdb module. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Brett Cannon | Generators had their throw() method allowing string... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Thomas Heller | Disable some tests that fail on the 'ppc Debian unstabl... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Nick Coghlan | Always use the -E flag when spawning subprocesses in... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bill Janssen | Fix some documentation bugs. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bill Janssen | Make sure test_ssl doesn't reference the ssl module... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Bill Janssen | A better way of finding an open port to test with. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Guido van Rossum | Patch # 1026 by Benjamin Aranguren (with Alex Martelli): |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Guido van Rossum | Patch # 1140 (my code, approved by Effbot). |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Bill Janssen | More work on SSL support. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brett Cannon | Fix a possible segfault from recursing too deep to... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Gregory P.... | Don't allow BerkeleyDB 4.6.x as the current 4.6.19... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | Require that bash.exe is on the path, along with the... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | Update before making htmlhelp. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | Allow making update with no prior checkout. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | Beginnings of a "build MSI" step. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | Take chm file from build/htmlhelp/pydoc.chm. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin v. Löwis | tr a-z A-Z does not work on Solaris (would require |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Gregory P.... | Change socket.error to inherit from IOError rather... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Gregory P.... | email address update |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Ronald Oussoren | Newer autoconf versions (from 2.60) want a 'datarootdir... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Skip Montanaro | be explicit about the actual location of the missing... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Georg Brandl | #1095: ln -f doesn't work portably, fix in Makefile. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Georg Brandl | Fix a wrong indentation for sublists. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Thomas Heller | Backport from py3k branch: |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Thomas Heller | Remove unneeded #include. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Thomas Heller | Add a 'c_longdouble' type to the ctypes module. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brett Cannon | Fix a crasher where Python code managed to infinitely... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brett Cannon | Make uuid1 and uuid4 tests conditional on whether ctype... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Gregory P.... | Apply the fix from Issue1112 to make this test more... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Skip Montanaro | If this is correct for py3k branch and it's already... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Thomas Heller | Fix typo: c_float represents to C float type. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Georg Brandl | Backport from 3k: #1116: fix reference to old filename. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Armin Rigo | PyDict_GetItem() returns a borrowed reference. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Armin Rigo | Patch #1733973 by peaker: |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Georg Brandl | Backport from Py3k: Bug #1684991: explain lookup semant... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin v. Löwis | Patch #786737: Allow building in a tree of symlinks... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Armin Rigo | PyDict_GetItem() returns a borrowed reference. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin v. Löwis | Patch #1105: Explain that one needs to build the solution |
commit | commitdiff | tree | snapshot |
next |