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 |
2007-12-05 |
Christian Heimes | Updated documentation and build_tkinter.py script |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Add examples to re docs. Written for GHOP by Dan Finnie. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Raymond Hettinger | Error checking was too aggressive (reported by Chris... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Add examples to csv, pprint and traceback docs. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Andrew M. Kuchling | Spelling fix |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Added msg to Misc/NEWS |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | merge -r59315:59316 from py3k: Fix issue #1553: An... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Fixed error in regrtest. I must have missed the spot. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Fixed quoting and paths in the sqlite project file |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | These optimizations create smaller and a bit faster... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Add tutorial and examples to logging docs, from GHOP... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Fix duplicate label and a typo. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added warning that make install may overwrite or masque... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Facundo Batista | fma speedup by avoiding to create a Context. Thanks... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Add "Python on Unix" document, mostly written for GHOP |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added VS 2005 and VS 2008 to the search path for cabarc.exe |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added self generated UUID for msvcr90.dll to msi.py |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Martin v. Löwis | Move nt.access change into the right section. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Martin v. Löwis | Fix chflags issue on Tru64, from #1490190. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Martin v. Löwis | Forward-port r59310: |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Guido van Rossum | Shut up a compiler warning. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Andrew M. Kuchling | Grammar fix |
commit | commitdiff | tree | snapshot |
next |