]> granicus.if.org Git - python/shortlog
python
2004-10-07 Andrew M. KuchlingTake out Guido's name and put in the PSF
2004-10-07 Andrew M. KuchlingUpdate two URLs
2004-10-07 Andrew M. KuchlingAdd -m to man page
2004-10-07 Andrew M. KuchlingAdd item
2004-10-07 Raymond HettingerSF patch #1035498: -m option to run a module as a...
2004-10-07 Raymond HettingerFinalize the freelist of list objects.
2004-10-06 Brett CannonFix bug introduced by the previous patch by changing...
2004-10-06 Raymond HettingerArmin's patch to prevent overflows.
2004-10-06 Brett CannonConvert a listcomp to a gencomp (was already editing...
2004-10-06 Brett CannonLocale data that contains regex metacharacters are...
2004-10-05 Andrew M. KuchlingAdd some items
2004-10-04 Tim PetersThe docs claimed a test would pass that actually wouldn...
2004-10-03 Brett CannonFix a small typo in the docstring for system_methodSign...
2004-10-03 Vinay SajipChanges made to maintain 1.5.2 compatibility.
2004-10-03 Vinay SajipVersion number updated to 0.4.9.5
2004-10-03 Vinay SajipClarified documentation about exc_info keyword parameter
2004-10-03 Tim PetersRead the text files to be compared in universal-newline...
2004-10-03 Tim PetersWhitespace normalization.
2004-10-03 Just van Rossumadded plistlib news item
2004-10-03 David GoodgerSF bug #997050: Document, test, & check for non-string...
2004-10-03 David GoodgerSF bug #1017864: ConfigParser now correctly handles...
2004-10-03 Michael W.... typo
2004-10-03 Martin v. LöwisPrint verbose messages to stderr. Fixes #1036752.
2004-10-03 Andrew MacIntyreremove rotor module
2004-10-03 Andrew MacIntyrenote module removals, update on BitTorrent issue
2004-10-03 Andrew MacIntyrebring modules up to date, correct .DEF file version
2004-10-03 Barry WarsawFix test for FeedParser results.
2004-10-03 Barry WarsawBlarg, fix the versions.
2004-10-03 Barry WarsawUpdates for distutils package.
2004-10-03 Barry WarsawAdd documentation about as_string() mangling From_...
2004-10-03 Barry Warsawas_string(): Indicate that this mangles From_ lines.
2004-10-03 Barry WarsawBig email 3.0 API changes, with updated unit tests...
2004-10-02 Just van Rossumremoved 2.2 support
2004-10-02 Just van Rossumuse new readPlist() and writePlist() functions
2004-10-02 Armin RigoUpon insertion, if memory runs out, the deque was left...
2004-10-02 Raymond HettingerSF bug#1038917 fix typos (Contributed by George Yoshida.)
2004-10-02 Raymond HettingerReplace structure member before decreffing.
2004-10-02 Just van RossumWhich reminds me, I've had a much improved plistlib...
2004-10-02 Raymond Hettinger* Bulletproof the method for detecting mutations during...
2004-10-01 Raymond HettingerRestore the block length and add a comment.
2004-10-01 Raymond HettingerClarify the relationship between indices.
2004-10-01 Raymond Hettinger* Elaborate on the invariant comments and make them...
2004-10-01 Tim PetersNoted the fix to deque gc.
2004-10-01 Tim Petersdeque_traverse(): If the deque had one block, and...
2004-10-01 Tim PetersTypos in new comments.
2004-10-01 Tim PetersDocument some reverse-engineered invariants and pragmat...
2004-10-01 Greg WardGet references working (except for references to "Exten...
2004-10-01 Tim PetersDefinition consistency.
2004-10-01 Tim PetersTrimmed trailing whitespace.
2004-09-30 Raymond HettingerAdd tests for syntax errors.
2004-09-30 Edward LoperAdded 2 notes about the complexities of testing SyntaxE...
2004-09-30 Raymond HettingerExpand scope to include general mapping protocol tests.
2004-09-30 Walter DörwaldAdd missing test_dict.py from patch #736962.
2004-09-30 Raymond HettingerImprove test coverage.
2004-09-30 Raymond HettingerSF bug #1035279: hex() and oct() documentation is...
2004-09-29 Raymond HettingerImprove error message for augmented assignments to...
2004-09-29 Raymond HettingerFix two erroneous error messages.
2004-09-29 Nicholas BastinFix typo in PyDict_Items doc
2004-09-29 Raymond HettingerImprove test coverage.
2004-09-29 Raymond HettingerImprove test coverage.
2004-09-28 Skip Montanarominor doc tweaks for writexml
2004-09-28 Skip Montanarotypo
2004-09-28 Raymond HettingerReplaced a test with an assertion.
2004-09-28 Tim PetersA number of list examples used 66.6, but I doubt there...
2004-09-28 Edward LoperReverted the addition of a NORMALIZE_NUMBERS option...
2004-09-28 Raymond Hettinger* Increase test coverage.
2004-09-28 Edward LoperAdded a new NORMALIZE_NUMBERS option, which causes...
2004-09-28 Brett CannonAdd note about inclusion of DarwinPorts directories...
2004-09-28 Brett CannonAdd the directories where DarwinPorts installs library...
2004-09-28 Edward LoperFixed minor typo in interactive example (extra '.'s...
2004-09-28 Edward LoperFixed minor typo in interactive example (extra blank...
2004-09-28 Raymond HettingerSF bug #1033038: Misleading error message in random...
2004-09-28 Edward LoperFixed minor typo in interactive example
2004-09-28 Edward LoperFixed minor typo in interactive example (backslash...
2004-09-28 Edward LoperUpdated interactive examples in the "Examples" session...
2004-09-28 Raymond HettingerSilence a compiler warning by supplying the correct...
2004-09-28 Raymond HettingerUse Py_CLEAR(). Add unrelated test.
2004-09-28 Greg WardMajor overhaul to reflect Optik 1.5. Section reference...
2004-09-28 Raymond HettingerPlug a leak and beef-up test coverage.
2004-09-27 Raymond HettingerRename test for comparision errors.
2004-09-27 Raymond HettingerBeef-up tests for greater coverage and refcount checking.
2004-09-27 Armin RigoPatch #1009075, bug #952953: allow execve with empty...
2004-09-27 Armin RigoPatch #1011240: SystemError generated by struct.pack...
2004-09-27 Armin RigoTrivial bug fix: deque == [] is not a good way to...
2004-09-27 Raymond HettingerUse floor division operator.
2004-09-27 Raymond HettingerUse floor division operator.
2004-09-27 Edward Loper- Added a "parser" option to testfile() and DocFileTest().
2004-09-27 Edward Loper- Added a "parser" option to testfile() and DocFileTest().
2004-09-27 Edward Loper- Fixed typo in multi-line exception example
2004-09-26 Tim PetersGive a saner example for script_from_examples(); also...
2004-09-26 Tim PetersMade most module references "clickable".
2004-09-26 Tim PetersDocs for run_docstring_examples().
2004-09-26 Raymond HettingerCheckin Tim's fix to an error discussed on python-dev.
2004-09-26 Raymond HettingerMake the regex pattern easier to read, understand,...
2004-09-26 Martin v. LöwisReplace -soname with -h for Solaris compatibility....
2004-09-26 Tim PetersUpdated doctest doc news.
2004-09-26 Tim PetersAdded a lot of new stuff to the debugging section.
2004-09-26 Tim PetersRemoved debug_script from the public API: no docs...
2004-09-26 Tim Petersregister_optionflag(): Moved from the Debugging sectio...
2004-09-26 Tim PetersDocument set_unittest_reportflags().
next