]> granicus.if.org Git - python/shortlog
python
2007-03-13 Georg BrandlPatch #1603688: ConfigParser.SafeConfigParser now check...
2007-03-13 Lars GustäbelQuick fix for tests that fail on systems with an encodi...
2007-03-13 Georg BrandlBug #1622896: fix a rare corner case where the bz2...
2007-03-13 Lars GustäbelThis is the implementation of POSIX.1-2001 (pax) format...
2007-03-13 Martin v. LöwisPatch #1449244: Support Unicode strings in
2007-03-13 Georg BrandlPatch #1569798: fix a bug in distutils when building...
2007-03-13 Georg BrandlPatch #1542681: add entries for "with", "as" and "CONTE...
2007-03-13 Georg BrandlPatch #1555098: use str.join() instead of repeated...
2007-03-13 Georg BrandlPatch #1635454: the csv.DictWriter class now includes...
2007-03-13 Georg BrandlPatch #1668100: urllib2 now correctly raises URLError...
2007-03-13 Georg BrandlPatch #1642844: comments to clarify the complexobject...
2007-03-13 Georg BrandlPatch #1679379: add documentation for fnmatch.translate().
2007-03-13 Georg BrandlTypo and grammar fixes.
2007-03-13 Neal NorwitzFix some style nits:
2007-03-13 Neal NorwitzAdd some other acks for recent checkins:
2007-03-13 Neal NorwitzAdd Jerry Seutter for a bunch of his recent patches...
2007-03-13 Brett CannonFix a typo where the variable name was not updated.
2007-03-13 Brett CannonAdd test.test_support.transient_internet . Returns...
2007-03-12 Tim PetersSet missing svn:eol-style property on text files.
2007-03-12 Tim PetersWhitespace normalization.
2007-03-12 Collin WinterPatch #1670993: Refactor test_threadedtempfile.py to...
2007-03-12 Georg BrandlTypo fix.
2007-03-12 Collin WinterBug #742342: make Python stop segfaulting on infinitely...
2007-03-12 Collin WinterPatch #1678088: convert test_operations to use unittest...
2007-03-12 Georg BrandlBug #1678647: write a newline after printing an excepti...
2007-03-12 Georg BrandlBackport from Py3k branch:
2007-03-12 Martin v. LöwisPatch #1677862: Require a space or tab after import...
2007-03-12 Martin v. LöwisBug #1675511: Use -Kpic instead of -xcode=pic32 on...
2007-03-12 Skip MontanaroSane humans would call these invalid tests, but Andrew...
2007-03-12 Barry WarsawTokio Kikuchi's fix for SF bug #1629369; folding whites...
2007-03-12 Collin WinterPatch #1678662: ftp.python.org does not exist. So the...
2007-03-11 Vinay SajipFix resource leak reported in SF #1516995.
2007-03-11 Collin WinterPatch #1192590: Fix pdb's "ignore" and "condition"...
2007-03-11 Žiga SeilnachtPatch #1675981: remove unreachable code from type.__new...
2007-03-11 Georg BrandlAdd missing "return" statements in exception handler.
2007-03-10 Collin WinterPatch #1599845: Add an option to disable the implicit...
2007-03-10 Collin WinterConvert an assert to a raise so it works even in the...
2007-03-10 Georg BrandlTypos.
2007-03-10 Collin WinterAdd proper attribution for a bug fix.
2007-03-10 Neal NorwitzSimplify a little by handling the TCP case first.
2007-03-10 Collin WinterBug #1531963: Make SocketServer.TCPServer's server_addr...
2007-03-10 Collin Winter* Unlink test files before and after each test; hopeful...
2007-03-09 Collin WinterHashing simplification pointed out by Thomas Wouters.
2007-03-09 Thomas HellerBug #1651235: When a tuple was passed to a ctypes funct...
2007-03-09 Collin WinterPatch #1491866: change the complex() constructor to...
2007-03-09 Martin v. LöwisAdd Ziga Seilnacht.
2007-03-09 Thomas HellerFix bug #1646630: ctypes.string_at(buf, 0) and ctypes...
2007-03-09 Collin WinterBug #1629566: clarify the docs on the return values...
2007-03-09 Martin v. LöwisPatch #957003: Implement smtplib.LMTP.
2007-03-09 Georg BrandlTypo.
2007-03-09 Neal NorwitzFix SF #1676971, Complex OverflowError has a typo
2007-03-09 Collin WinterAdd NEWS item for patch #1481079 (r54234).
2007-03-09 Collin WinterPatch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py
2007-03-08 Brett CannonIntroduce test.test_support.TransientResource. It...
2007-03-08 Collin WinterPatch #1668482: don't use '-' in mkstemp
2007-03-08 Raymond HettingerSF #1637850: make_table in difflib did not work with...
2007-03-08 Collin WinterBackported r54226 from p3yk: Move test_unittest, test_d...
2007-03-08 Raymond HettingerSF 1676321: empty() returned wrong result
2007-03-08 Georg BrandlAdd a NEWS entry for rev. 54207,8.
2007-03-08 Georg BrandlFix #1676656: \em is different from \emph...
2007-03-08 Martin v. LöwisAdd missing ) in parenthical remark.
2007-03-07 Guido van RossumWindows doesn't support negative timestamps. Skip...
2007-03-07 Georg BrandlAdd some sanity checks to unittest.TestSuite's addTest...
2007-03-07 Georg BrandlPatch #1675471: convert test_pty to unittest.
2007-03-07 Martin v. LöwisBug #1115886: os.path.splitext('.cshrc') gives now...
2007-03-07 Georg BrandlPatch #1669331: clarify shutil.copyfileobj() behavior...
2007-03-07 Georg BrandlPatch #787789: allow to pass custom TestRunner instance...
2007-03-07 Georg BrandlPatches #1550273, #1550272: fix a few bugs in unittest...
2007-03-07 Georg BrandlPatch #1001604: glob.glob() now returns unicode filenam...
2007-03-07 Georg BrandlPatch #812285: allow multiple auth schemes in AbstractB...
2007-03-07 George Yoshidaadd versionadded info
2007-03-07 Georg BrandlPatch #703779: unset __file__ in __main__ after running...
2007-03-07 Georg BrandlVariant of patch #697613: don't exit the interpreter...
2007-03-06 Walter DörwaldDocument change to curses.
2007-03-06 Walter DörwaldPatch for bug #1633621: if curses.resizeterm() or
2007-03-06 Georg BrandlPatch #1654417: make operator.{get,set,del}slice use...
2007-03-06 Georg BrandlPatch #1673121: update README wrt. OSX default shell.
2007-03-06 Georg BrandlPatch #1638879: don't accept strings with embedded...
2007-03-06 Georg BrandlPatch #1602128: clarify that richcmp methods can return...
2007-03-06 Georg BrandlSmall nit, found by Neal.
2007-03-06 Georg BrandlFix cmp vs. key argument for list.sort.
2007-03-06 Guido van RossumPatch #1646728: datetime.fromtimestamp fails with negative
2007-03-06 Skip Montanaropatch 1673619 - identify extension modules which cannot...
2007-03-06 Martin v. LöwisPatch #912410: Replace HTML entity references for attri...
2007-03-06 Georg BrandlPatch #1663234: you can now run doctest on test files...
2007-03-06 Georg BrandlA test case for the defaultdict KeyError bug.
2007-03-06 Georg BrandlFix another reincarnation of bug #1576657 in defaultdict.
2007-03-06 Georg BrandlBug #1674503: close the file opened by execfile() in...
2007-03-06 Georg BrandlPatch #1672481: fix bug in idlelib.MultiCall.
2007-03-06 Georg BrandlA test case for the fix in #1674228.
2007-03-06 Martin v. LöwisPatch #1121142: Implement ZipFile.open.
2007-03-06 Georg BrandlPatch #1671450: add a section about subclassing builtin...
2007-03-06 Georg BrandlNit: a struct field is set to GenericAlloc, not Generic...
2007-03-05 Georg BrandlPatch #1674228: when assigning a slice (old-style)...
2007-03-05 Facundo BatistaMinor corrections to docs, and an explanation comentary
2007-03-05 Neal NorwitzAdded Pete for 3101 too
2007-03-04 Skip Montanaronote MacPorts/BerkDB change in setup.py
2007-03-04 Skip MontanaroTeach setup.py how to find Berkeley DB on Macs using...
2007-03-04 Georg BrandlFix a bug in test_dict and test_userdict, found at...
2007-03-02 Georg BrandlBugs #1668032, #1668036, #1669304: clarify behavior...
next