]> granicus.if.org Git - python/shortlog
python
2007-12-16 Georg BrandlAdapt conf.py to new option names.
2007-12-16 Georg BrandlRemove curious space-like characters.
2007-12-16 Georg BrandlRemove another unnecessary Unicode character.
2007-12-16 Georg BrandlRemove gratuitous unicode character.
2007-12-16 Georg BrandlRemove orphaned footnote reference.
2007-12-16 Georg BrandlRevert dummy commit now that the build slave is building.
2007-12-16 Georg BrandlDummy commit to investigate #1617.
2007-12-15 Georg BrandlArgh, wrong version.
2007-12-15 Georg BrandlAdd note about future import needed for with statement.
2007-12-15 Christian HeimesFixed #1624: Remove output comparison for test_pep277
2007-12-15 Raymond HettingerOptimize PyList_AsTuple(). Improve cache performance...
2007-12-14 Christian HeimesFixed bug #1628
2007-12-14 Andrew M. KuchlingBump the version number, and make a few small edits
2007-12-14 Andrew M. KuchlingRemove warning about URL
2007-12-14 Raymond HettingerAdd usage note
2007-12-14 Raymond HettingerFaster and simpler _replace() method
2007-12-14 Georg BrandlAdd a section about nested listcomps to the tutorial.
2007-12-14 Raymond HettingerUpdate method names for named tuples.
2007-12-14 Raymond HettingerAdd line spacing for readability
2007-12-14 Christian HeimesFixed warning in ssl module
2007-12-14 Christian HeimesFixed a warning in _codecs_iso2022.c and some non C89...
2007-12-14 Raymond HettingerCleaner method naming convention
2007-12-14 Christian HeimesFixed bug #1620: New @spam.getter property syntax modif...
2007-12-14 Christian HeimesSilence a warning about an unsed variable in debug...
2007-12-13 Raymond HettingerSmall speedup
2007-12-13 Raymond HettingerSimplify implementation of __replace__()
2007-12-13 Thomas HellerRan autoconf.
2007-12-13 Guido van RossumPatch #1608. Someone with access to autoconf 2.61...
2007-12-13 Christian HeimesFixed bug #1613: Makefile's VPATH feature is broken
2007-12-13 Alexandre VassalottiFix issue #1313119: urlparse "caches" parses regardless...
2007-12-13 Raymond HettingerFix bug 1604. deque.__init__() did not clear existing...
2007-12-12 Christian HeimesFixed a nasty problem in the xxmodule.c
2007-12-11 Gerhard HäringForward-port of commit 59184.
2007-12-11 Kurt B. KaiserIDLE_tabbedpages.071101.patch Tal Einat
2007-12-11 Georg BrandlAdd another GHOP contributor.
2007-12-11 Christian HeimesThe new float repr causes too much trouble and pain...
2007-12-11 Kurt B. Kaiserformat_paragraph_event wasn't returning 'break'
2007-12-10 Guido van RossumPatch #1643738 by Ulisses Furquim -- make the is_trippe...
2007-12-10 Christian HeimesBackport of r59456:59458 from py3k to trunk
2007-12-10 Guido van RossumRemove a 2.2-ism.
2007-12-10 Christian HeimesStupid save all didn't safe it all ...
2007-12-10 Christian HeimesAdded wide char api variants of getch and putch to...
2007-12-09 Georg BrandlAdd DocXMLRPCServer test from GHOP task #136, written...
2007-12-09 Georg BrandlAdd Jeff Wheeler.
2007-12-09 Georg BrandlTwo fixes in DocXMLRPCServer:
2007-12-09 Georg BrandlRemove all tabs in that file.
2007-12-09 Georg Brandl#1575: the Mac readme is now one level up.
2007-12-09 Brett CannonUse a versionchanged directive.
2007-12-08 Georg BrandlAdapt style.
2007-12-08 Skip MontanaroWhen splitting, avoid making a copy of the string if...
2007-12-08 Skip Montanarocorrect email address
2007-12-08 Skip Montanaro+ "context manager"
2007-12-08 Skip MontanaroNote that open() is the preferred way to open files...
2007-12-08 Georg BrandlAdd examples to the datetime documentation. Written...
2007-12-08 Georg BrandlFix Eren's name.
2007-12-08 Georg BrandlFix markup in whatsnew, use new directive in ACKS.
2007-12-08 Georg BrandlFix tpyo.
2007-12-08 Alexandre VassalottiFix issue #1530.
2007-12-08 Guido van RossumBe (just a bit :) more specific about release date.
2007-12-07 Armin RigoThis is probably what was meant here.
2007-12-07 Georg BrandlUpdate to windows doc from Robert.
2007-12-07 Georg BrandlIncrease unit test coverage of SimpleXMLRPCServer.
2007-12-07 Raymond HettingerDon't have the docs berate themselves. Keep a professi...
2007-12-06 Christian HeimesSeveral Windows related cleanups:
2007-12-06 Christian HeimesDisabled one test that is failing on Unix
2007-12-06 Christian HeimesSilence more warnings, _CRT_NONSTDC_NO_DEPRECATE is...
2007-12-06 Christian HeimesFixed get_config_h_filename for Windows. Without the...
2007-12-06 Georg BrandlBetter re.split examples.
2007-12-06 Georg BrandlDiverse markup fixes.
2007-12-06 Raymond HettingerFix Issue 1045.
2007-12-06 Georg BrandlAdd another GHOP student to ACKS.
2007-12-05 Christian HeimesThe macros _WIN32, _WIN64 and _M_X64 are defined by...
2007-12-05 Georg BrandlAdd Ross Light, a GHOP student, to ACKs.
2007-12-05 Christian HeimesFixed bug #1557 by using popen.communicate() before...
2007-12-05 Ronald OussorenThis "fixes" compilation issues for the Carbon._OSA...
2007-12-05 Georg BrandlAnother markup fix.
2007-12-05 Christian HeimesUpdated documentation and build_tkinter.py script
2007-12-05 Georg BrandlFix markup.
2007-12-05 Georg BrandlAdd examples to re docs. Written for GHOP by Dan Finnie.
2007-12-05 Raymond HettingerError checking was too aggressive (reported by Chris...
2007-12-05 Georg BrandlAdd examples to csv, pprint and traceback docs.
2007-12-05 Andrew M. KuchlingSpelling fix
2007-12-05 Christian HeimesAdded msg to Misc/NEWS
2007-12-05 Christian Heimesmerge -r59315:59316 from py3k: Fix issue #1553: An...
2007-12-05 Christian HeimesFixed error in regrtest. I must have missed the spot.
2007-12-05 Christian HeimesFixed quoting and paths in the sqlite project file
2007-12-05 Georg BrandlFix typo.
2007-12-04 Christian HeimesThese optimizations create smaller and a bit faster...
2007-12-04 Georg BrandlAdd tutorial and examples to logging docs, from GHOP...
2007-12-04 Georg BrandlFix duplicate label and a typo.
2007-12-04 Christian HeimesAdded warning that make install may overwrite or masque...
2007-12-04 Facundo Batistafma speedup by avoiding to create a Context. Thanks...
2007-12-04 Georg BrandlAdd "Python on Unix" document, mostly written for GHOP
2007-12-04 Christian HeimesAdded VS 2005 and VS 2008 to the search path for cabarc.exe
2007-12-04 Christian HeimesAdded self generated UUID for msvcr90.dll to msi.py
2007-12-04 Martin v. LöwisMove nt.access change into the right section.
2007-12-04 Martin v. LöwisFix chflags issue on Tru64, from #1490190.
2007-12-03 Martin v. LöwisForward-port r59310:
2007-12-03 Guido van RossumShut up a compiler warning.
2007-12-03 Andrew M. KuchlingGrammar fix
next