]> granicus.if.org Git - python/shortlog
python
2004-10-12 Andrew M. KuchlingFix PEP number
2004-10-12 Fredrik LundhAdded Peter Astrand's subprocess module.
2004-10-12 Raymond HettingerDon't use mutable values for method defaults.
2004-10-11 Andrew M. KuchlingAdd two items
2004-10-11 Johannes GijsbersDocument that on Unix, the 'cmd' argument to the os...
2004-10-11 Michael W.... This is jiwon's patch to fix:
2004-10-11 Michael W.... Open source files in universal newlines mode.
2004-10-11 Barry WarsawAdded note about the new usegmt argument to email.Utils...
2004-10-11 Anthony BaxterAdded a usegmt flag to email.Utils.formatdate - this...
2004-10-11 Tim PetersSF patch 1044089: New C API function PyEval_ThreadsIni...
2004-10-10 Tim PetersRevert rev 2.35. It was based on erroneous reasoning...
2004-10-10 Tim PetersPyInterpreterState_New(), PyThreadState_New(): use...
2004-10-10 Tim Petersfind_key(): This routine wasn't thread-correct, and...
2004-10-09 Tim PetersPyGILState_Release(): If we need to delete the TLS...
2004-10-09 Barry WarsawAll known bugs are closed, and Python 2.4b1 is coming...
2004-10-09 Barry WarsawFix SF bug # 1030941. In _parsegen(), in the clause...
2004-10-09 Barry WarsawAn example message for SF bug # 1030941.
2004-10-09 Barry Warsawtest_missing_start_boundary(): A test for SF bug #...
2004-10-09 Tim Peters_PyGILState_Init(), PyGILState_Ensure(): Since PyThrea...
2004-10-09 Tim PetersDocument the results of painful reverse-engineering...
2004-10-09 Barry WarsawFix for SF bug # 1010102. The default is PureProxy...
2004-10-09 Barry Warsaw__init__(): Coerce the input_charset to unicode (with...
2004-10-09 Tim PetersStyle guide & consistency changes. No semantic changes.
2004-10-09 Tim PetersTrim trailing whitespace.
2004-10-09 Raymond HettingerSimplify delitem() code by calling rotate() directly...
2004-10-09 Johannes GijsbersPatch #1042969: add closing brace for \token {generator...
2004-10-09 Raymond HettingerSF patch #1043218
2004-10-08 Andrew M. Kuchling[Bug #1022311] curses module uses y,x ordering of argum...
2004-10-08 Andrew M. Kuchling[Bug #1041501] Fix example code
2004-10-08 Andrew M. Kuchling[Bug #1031897] Fix order of decorator application
2004-10-08 Piers LauderFix bug in _checkquote that raised an exception on...
2004-10-08 Raymond HettingerSF patch #1041364: True/False instead of 1/0 in libstdt...
2004-10-07 Johannes GijsbersRewrite rmtree using os.walk to fix bug #1025127:
2004-10-07 Michael W.... This is Michiel de Hoon's patch, as attached to the...
2004-10-07 Andrew M. KuchlingAdd helpful comment
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...
next