]> granicus.if.org Git - python/shortlog
python
2010-07-18 Jean-Paul CalderoneDocument the extra epoll flags
2010-07-18 Jean-Paul CalderoneThere is no method named "register(fd, eventmask)"...
2010-07-18 Mark DickinsonAdd configure check for a bug with gcc soft floating...
2010-07-18 Benjamin Petersonnest method and attribute doc
2010-07-18 Benjamin Petersonuse classmethod
2010-07-18 Georg Brandl#9110: update to ContextDecorator doc.
2010-07-18 Georg Brandl#9279: remove the pdb.doc file, put its contents in...
2010-07-18 Mark DickinsonClarify Misc/NEWS entry.
2010-07-18 Mark DickinsonMisc/NEWS entry for r82941.
2010-07-18 Mark DickinsonIssue #9277: Struct module: standard bool packing was...
2010-07-17 Alexander BelopolskyIssue #5180: Fixed a bug that prevented loading 2.x...
2010-07-17 Benjamin Petersonsharedinstall should depend on sharedmods #9280
2010-07-17 Alexander BelopolskyIssue #9268: Add annotation option to pickletools.dis
2010-07-17 Stefan KrahIssue #7384: On Gentoo, libreadline.so is a "fake libra...
2010-07-17 R. David Murray#1555570: correctly handle a \r\n that is split by...
2010-07-16 Brett CannonAdd comma grouping to max result so it's easier to...
2010-07-16 Antoine PitrouFix possible failure in pickling tests due to different...
2010-07-16 Brett CannonAdd benchmarks for importing just source w/o writing...
2010-07-16 Alexander BelopolskyCorrected TUPLE<N> opcodes' docs.
2010-07-15 Brett CannonTouch up comments and code along with outputting what...
2010-07-14 Senthil KumaranFix issue9132 - Documentation for comparing dictionarie...
2010-07-14 Senthil KumaranFix a mistake, https proxy shoud be https://
2010-07-14 Senthil KumaranFix: Issue6853 - Get HTTPS system proxy in Windows.
2010-07-14 Alexander BelopolskyPEP 8 conformance: class_ -> cls
2010-07-14 Antoine PitrouIssue #9251: test_threaded_import didn't fail when...
2010-07-14 Senthil KumaranFix Issue5842 - Moving the tests out of urllib.parse...
2010-07-14 Stefan KrahHigh byte is the exit status.
2010-07-14 Georg Brandl#9235: fix missing import of sys.
2010-07-14 Georg BrandlRemove unused code that would raise a NameError.
2010-07-14 Georg BrandlRemove XXX from text.
2010-07-14 Georg Brandl#9258: fix copy-paste errors.
2010-07-13 Victor StinnerWoops, test_sndhdr.py contains the same code twice...
2010-07-13 Victor StinnerIssue #9243: Fix sndhdr module and add unit tests,...
2010-07-13 Alexander BelopolskySet sys.modules[name] to None instead of 0 to block...
2010-07-13 Jeroen Ruigrok... Fix documentation typo: wprite() -> write().
2010-07-13 Georg BrandlAdd bytes in literal_eval doc.
2010-07-12 Mark DickinsonYield more information on failure in test_struct boolea...
2010-07-12 Antoine PitrouFix definition of len() and indexing for memoryview...
2010-07-12 Ezio Melotti#6026: skip test_get_file_list when zlib is not available.
2010-07-12 Mark DickinsonRegenerate Python/graminit.c.
2010-07-12 Mark DickinsonIssue #2009: refactor varargslist and typedargslist...
2010-07-12 Mark DickinsonRemove mention of execfile from the tutorial.
2010-07-12 Georg BrandlUse raw string literals for regexes containing backlash.
2010-07-12 Georg BrandlTake care of duplicate target name warnings.
2010-07-12 Martin v. LöwisRemove myself.
2010-07-11 Brian CurtinPut my name down for winreg.
2010-07-11 Benjamin Petersonallow byte literals
2010-07-11 Mark DickinsonInclude versionadded in (c)math.isfinite docs (thanks...
2010-07-11 Mark DickinsonassertEquals -> assertEqual
2010-07-11 Mark DickinsonIssue #9137: Fix issue in MutableMapping.update, which...
2010-07-11 Mark DickinsonImprove docstrings for isnan, isinf and isfinite.
2010-07-11 Martin v. LöwisIssue #8974: fix print calls in msgfmt.py.
2010-07-11 Mark DickinsonIssue #9165: Add math.isfinite and cmath.isfinite.
2010-07-11 Benjamin Petersontest for set literals
2010-07-11 Antoine PitrouIssue #7616: Fix copying of overlapping memoryview...
2010-07-11 Georg Brandl#9223: link to Command class reference, and move Comman...
2010-07-11 Georg Brandl#7935: cross-reference to ast.literal_eval() from eval...
2010-07-11 Georg BrandlAllow set literals in literal_eval().
2010-07-11 Georg Brandl#9184: fix default value for "buffering" param of open().
2010-07-11 Georg BrandlFix typo.
2010-07-11 Georg Brandl#6774: explain shutdown() behavior varying with platform.
2010-07-11 Ronald OussorenFix for issue 9164
2010-07-11 Georg Brandl#3214 followup: add link to ABC entry.
2010-07-11 Georg BrandlSilence makeindex.
2010-07-11 Senthil KumaranIssue2007: Removing reference to MSIE Cookie handling...
2010-07-11 Benjamin Petersonremove unneeded error check
2010-07-11 Senthil KumaranStricter verification for file based url scheme and...
2010-07-10 Benjamin PetersonValueError is eventually what we want to move to, I...
2010-07-10 R. David MurrayAdd missing docs for re module 'purge' function.
2010-07-10 Michael FoordFix error message for comparing single line strings...
2010-07-10 R. David MurrayFix 'refleak' introduced by fnmatch cache purge tests.
2010-07-10 Georg Brandl#8564: update docs on integrating doctest/unittest...
2010-07-10 Georg Brandl#8456: fix signature of sqlite3.connect().
2010-07-10 Georg Brandl#8338: fix outdated class name.
2010-07-10 Georg Brandl#1434090: properly append child in expatbuilder doctype...
2010-07-10 Georg Brandl#3214: improve description of duck-typing in glossary.
2010-07-10 Georg Brandl#3071: tell how many values were expected when unpackin...
2010-07-10 Georg BrandlEmphasize role of count for Pascal string.
2010-07-10 Georg BrandlFix markup.
2010-07-09 Jeffrey YasskinOops. Fix distutils tests that r82746 broke.
2010-07-09 Benjamin Petersonbe more robust across platforms
2010-07-09 Mark DickinsonSilence gcc warning. (In function 'bytearray_init'...
2010-07-09 Benjamin Petersonremove SocketIO.__del__; close() can handle it
2010-07-09 Jeffrey YasskinIssue #9189: Allow users to set $CFLAGS, $CPPFLAGS...
2010-07-09 Brian CurtinRe-flow several long lines from #1578269.
2010-07-09 Brian CurtinAdding versionchanged to the various Windows os.symlink...
2010-07-09 Brian CurtinFix the breakage of Lib/tarfile.py on non-Windows platf...
2010-07-09 Benjamin Petersonwrap
2010-07-09 Benjamin Petersonallow more exceptions
2010-07-09 Brian CurtinReorder Jason "two O's" Coombs
2010-07-09 Benjamin PetersonOverflowError is fine
2010-07-09 R. David MurrayFix sort order mistake in Misc/ACKS.
2010-07-09 R. David Murray7846: limit fnmatch pattern cache to _MAXCACHE=100...
2010-07-09 Georg Brandl2.7 is now stable.
2010-07-09 Benjamin Petersonuse assert method
2010-07-08 Benjamin Petersonfix repr of complicated structseqs #9206
2010-07-08 Benjamin Petersonassert tuple inheritance
2010-07-08 Brian CurtinUndo inadvertant checkin.
2010-07-08 Brian CurtinImplement #1578269. Patch by Jason R. Coombs.
2010-07-08 Mark DickinsonIssue #9136: Profiling Decimal gave 'dictionary changed...
next