2007-12-19 |
Guido van Rossum | Patch #1583 by Adam Olsen. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Raymond Hettinger | Fix issue 1661: Flags argument silently ignored in... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Facundo Batista | Some minor cleanups. Thanks Mark Dickinson. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Christian Heimes | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZ... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Andrew M. Kuchling | Add a bunch of items |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Raymond Hettinger | Zap a duplicate line |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Raymond Hettinger | Beef-up tests for dict literals |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Raymond Hettinger | Users demand iterable input for named tuples. The autho... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Applied patch #1635: Float patch for inf and nan on... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Raymond Hettinger | Simplify and speedup _asdict() for named tuples. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Fixed #1649: IDLE error: dictionary changed size during... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Raymond Hettinger | Give meaning to the oparg for BUILD_MAP: estimated... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Guido van Rossum | Issue #1645 by Alberto Bertogli. Fix a comment. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Thomas Heller | Issue #1642: Fix segfault in ctypes when trying to... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Raymond Hettinger | Speed-up dictionary constructor by about 10%. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Removed several unused files from the PCbuild9 director... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Make it a bit easier to test Tcl/Tk and idle from a... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Fixed for #1601: IDLE not working correctly on Windows... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Raymond Hettinger | Add more namedtuple() test cases. Neaten the code... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Facundo Batista | Removed the private _rounding_decision: it was not... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Don't use quotes for non-string code. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Use PEP 8. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Simplify. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Christian Heimes | Fixed #1638: %zd configure test fails on Linux |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Adapt conf.py to new option names. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Remove curious space-like characters. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Remove another unnecessary Unicode character. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Remove gratuitous unicode character. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Remove orphaned footnote reference. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Revert dummy commit now that the build slave is building. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Georg Brandl | Dummy commit to investigate #1617. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Georg Brandl | Argh, wrong version. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Georg Brandl | Add note about future import needed for with statement. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Christian Heimes | Fixed #1624: Remove output comparison for test_pep277 |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Raymond Hettinger | Optimize PyList_AsTuple(). Improve cache performance... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christian Heimes | Fixed bug #1628 |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Andrew M. Kuchling | Bump the version number, and make a few small edits |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Andrew M. Kuchling | Remove warning about URL |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Raymond Hettinger | Add usage note |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Raymond Hettinger | Faster and simpler _replace() method |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Georg Brandl | Add a section about nested listcomps to the tutorial. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Raymond Hettinger | Update method names for named tuples. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Raymond Hettinger | Add line spacing for readability |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christian Heimes | Fixed warning in ssl module |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christian Heimes | Fixed a warning in _codecs_iso2022.c and some non C89... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Raymond Hettinger | Cleaner method naming convention |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christian Heimes | Fixed bug #1620: New @spam.getter property syntax modif... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christian Heimes | Silence a warning about an unsed variable in debug... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Raymond Hettinger | Small speedup |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Raymond Hettinger | Simplify implementation of __replace__() |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Thomas Heller | Ran autoconf. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Guido van Rossum | Patch #1608. Someone with access to autoconf 2.61... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Christian Heimes | Fixed bug #1613: Makefile's VPATH feature is broken |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Alexandre Vassalotti | Fix issue #1313119: urlparse "caches" parses regardless... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Raymond Hettinger | Fix bug 1604. deque.__init__() did not clear existing... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Christian Heimes | Fixed a nasty problem in the xxmodule.c |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gerhard Häring | Forward-port of commit 59184. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Kurt B. Kaiser | IDLE_tabbedpages.071101.patch Tal Einat |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Georg Brandl | Add another GHOP contributor. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Christian Heimes | The new float repr causes too much trouble and pain... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Kurt B. Kaiser | format_paragraph_event wasn't returning 'break' |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guido van Rossum | Patch #1643738 by Ulisses Furquim -- make the is_trippe... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Backport of r59456:59458 from py3k to trunk |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guido van Rossum | Remove a 2.2-ism. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Stupid save all didn't safe it all ... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Added wide char api variants of getch and putch to... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | Add DocXMLRPCServer test from GHOP task #136, written... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | Add Jeff Wheeler. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | Two fixes in DocXMLRPCServer: |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | Remove all tabs in that file. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | #1575: the Mac readme is now one level up. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brett Cannon | Use a versionchanged directive. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Adapt style. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Skip Montanaro | When splitting, avoid making a copy of the string if... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Skip Montanaro | correct email address |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Skip Montanaro | + "context manager" |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Skip Montanaro | Note that open() is the preferred way to open files... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Add examples to the datetime documentation. Written... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Fix Eren's name. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Fix markup in whatsnew, use new directive in ACKS. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Fix tpyo. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Alexandre Vassalotti | Fix issue #1530. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Guido van Rossum | Be (just a bit :) more specific about release date. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Armin Rigo | This is probably what was meant here. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Georg Brandl | Update to windows doc from Robert. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Georg Brandl | Increase unit test coverage of SimpleXMLRPCServer. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Raymond Hettinger | Don't have the docs berate themselves. Keep a professi... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Christian Heimes | Several Windows related cleanups: |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Christian Heimes | Disabled one test that is failing on Unix |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Christian Heimes | Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Christian Heimes | Fixed get_config_h_filename for Windows. Without the... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Georg Brandl | Better re.split examples. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Georg Brandl | Diverse markup fixes. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Raymond Hettinger | Fix Issue 1045. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Georg Brandl | Add another GHOP student to ACKS. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | The macros _WIN32, _WIN64 and _M_X64 are defined by... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Add Ross Light, a GHOP student, to ACKs. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Fixed bug #1557 by using popen.communicate() before... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ronald Oussoren | This "fixes" compilation issues for the Carbon._OSA... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Another markup fix. |
commit | commitdiff | tree | snapshot |
next |