]> granicus.if.org Git - python/shortlog
python
2007-05-01 Georg BrandlBug #1710295: exceptions are now new-style classes.
2007-04-30 Thomas HellerWhen accessing the .value attribute of a c_wchar_p...
2007-04-30 Thomas HellerMake sure to call PyErr_NoMemory() in several places...
2007-04-30 Kristján Valur... Complete revamp of PCBuild8 directory. Use subdirector...
2007-04-29 Neal NorwitzThere really are some tests that are problematic.
2007-04-27 Georg BrandlVersion fix (bug #1708710)
2007-04-27 Neal NorwitzThis gets the test working on Solaris. It seems a...
2007-04-26 Kristján Valur... Accomodate 64 bit time_t in the _bsddb module.
2007-04-26 Steve HoldenMinor wording change on slicing aide-memoire.
2007-04-26 Kristján Valur... The locale "En" appears not to be valid on windows...
2007-04-26 Kristján Valur... Export function sanitize_the_mode from fileobject.c...
2007-04-26 Fred Drakefix some markup errors
2007-04-25 Collin WinterFix an issue related to the unittest conversion.
2007-04-25 Collin WinterConvert test_ossaudiodev to use unittest.
2007-04-25 Collin WinterImport and raise statement cleanup.
2007-04-25 Tim PetersSet missing svn:eol-style property on text files.
2007-04-25 Tim PetersWhitespace normalization.
2007-04-25 Collin WinterChange test_support.have_unicode to use True/False...
2007-04-25 Collin WinterRemove functionality from test_datetime.test_main(...
2007-04-25 Collin WinterStandardize on test.test_support.run_unittest() (as...
2007-04-25 Neal NorwitzWhitespace normalization. Ugh, we really need to do...
2007-04-25 Georg BrandlMarkup fix.
2007-04-25 Georg BrandlPatch #1698768: updated the "using Python on the Mac...
2007-04-25 Kristján Valur... Remove obsolete comment. Importing of .dll files has...
2007-04-25 Kristján Valur... Make pythoncore compile cleanly with VisualStudio 2005...
2007-04-25 Kristján Valur... Merge change 54909 from release25-maint: Fix several...
2007-04-24 Raymond HettingerFix markup
2007-04-24 Georg BrandlBug #1706381: Specifying the SWIG option "-c++" in...
2007-04-24 Georg BrandlBug #1705717: error in sys.argv docs.
2007-04-24 Facundo BatistaAdded a comment about last change in urllib2.py (all...
2007-04-24 Georg BrandlSome new year updates.
2007-04-24 Neal NorwitzFix SF #1703110, Incorrect example for add_password...
2007-04-24 Collin WinterRemove code that hasn't been called in years.
2007-04-24 Collin WinterConvert PyUnit -> unittest.
2007-04-23 Facundo BatistaAs specified in RFC 2616, 2xx code indicates that the...
2007-04-22 Facundo BatistaAdded tests for other methods of SSL object. Now we...
2007-04-21 Georg BrandlBug #1704790: bind name "sys" locally in __del__ method...
2007-04-20 Neal NorwitzAdd an optional address to copy the failure mails to.
2007-04-19 Armin RigoFix a usage of the dangerous pattern decref - modify...
2007-04-19 Armin RigoRevert r53997 as per
2007-04-19 Neal NorwitzSF #1703270, add missing declaration in readline.c...
2007-04-19 Brett CannonSilence a compiler warning about incompatible pointer...
2007-04-17 Martin v. LöwisAdd Travis Oliphant.
2007-04-16 Collin WinterCheck the availability of the urlfetch resource earlier...
2007-04-16 Neal NorwitzSF #1701207, Fix bogus assertion (and test it!)
2007-04-14 Neal NorwitzWhen __slots__ are set to a unicode string, make it...
2007-04-13 Trent MickAdd the necessary dependency for the Windows VC6 build...
2007-04-13 Kristján Valur... Fix potential crash in path manipulation on windows
2007-04-13 Kristján Valur... Fix a bug when using the __lltrace__ opcode tracer...
2007-04-13 Barry WarsawPort r54805 from python25-maint branch:
2007-04-12 Walter DörwaldFix utf-8-sig incremental decoder, which didn't recogni...
2007-04-12 Žiga SeilnachtPatch #1695862: remove the cleanup code, now that Windo...
2007-04-12 Georg BrandlPatch #1698951: clarify deprecation message in rexec...
2007-04-12 Raymond HettingerSF 1193128: Let str.translate(None) be an identity...
2007-04-11 Georg BrandlRepair missing spaces after \UNIX.
2007-04-11 Georg BrandlExceptions are no longer old-style instances. Fix accor...
2007-04-11 Raymond HettingerSF 1191699: Make slices picklable
2007-04-11 Georg BrandlAdd some missing NULL checks which trigger crashes...
2007-04-11 Andrew M. KuchlingDescribe undocumented third argument to touchline()
2007-04-11 Andrew M. KuchlingPoint readers at the patch submission instructions
2007-04-11 Andrew M. KuchlingAdd window.chgat() method, submitted via e-mail by...
2007-04-10 Georg BrandlRepair a duplicate label and some obsolete uses of...
2007-04-10 Facundo BatistaGeneral clean-up. Lot of margin corrections, comments...
2007-04-10 Collin WinterTypo fix.
2007-04-10 Facundo BatistaMinor fix to the tests pass ok even with -O.
2007-04-09 Žiga SeilnachtPatch #1695862: remove old test directory that causes...
2007-04-09 Vinay SajipAdded optional timeout to SocketHandler.makeSocket...
2007-04-08 Brett CannonDoc that file.next() has undefined behaviour when calle...
2007-04-07 Collin WinterConvert test_fileinput to use unittest.
2007-04-06 Collin WinterConvert test_module to use unittest.
2007-04-06 Collin WinterConvert test_gc to use unittest.
2007-04-06 Collin WinterImport cleanup in test_crypt.
2007-04-06 Collin WinterConvert test_stringprep to use unittest.
2007-04-06 Andrew M. KuchlingSome grammar fixes
2007-04-05 Collin WinterConvert test_normalization to use unittest.
2007-04-05 Collin WinterConvert test_long_future to use unittest.
2007-04-05 Raymond HettingerBug #1563759: struct.unpack doens't support buffer...
2007-04-04 Žiga SeilnachtFix WalkTests.test_traversal() on Windows. The cleanup in
2007-04-04 Collin WinterMake test_softspace use unittest.
2007-04-04 Collin WinterMake test_getopt use unittest.
2007-04-04 Martin v. LöwisBug #1686475: Support stat'ing open files on Windows...
2007-04-04 Collin WinterStop using test_support.verify().
2007-04-04 Collin WinterClean up imports.
2007-04-04 Guido van RossumFix a race condition in this test -- instead of assumin...
2007-04-04 Facundo BatistaFixed the way that the .pem files are looked for, and...
2007-04-03 Facundo BatistaChanged the whole structure of startup and checking...
2007-04-03 Walter DörwaldImplement a contextmanager test.test_support.catch_warn...
2007-04-03 Facundo BatistaAdded a SSL server to test_socket_ssl.py to be able...
2007-04-03 Walter DörwaldAdd tests for the filename.
2007-04-03 Walter DörwaldDocument that CatchWarningTests is reused by test_struc...
2007-04-03 Walter DörwaldMove the functionality for catching warnings in test_wa...
2007-04-03 Facundo BatistaNow using unittest for the tests infraestructure. Also...
2007-04-03 Georg BrandlFix the strange case of
2007-04-03 Matthias Klose- Fix an off-by-one bug in locale.strxfrm().
2007-04-03 Raymond HettingerSF #1382213: Tutorial section 9.5.1 ignores MRO for...
2007-04-03 Raymond HettingerSF 1602378 Clarify docstrings for bisect
2007-04-02 Guido van RossumFix warnings about object.__init__() signature.
2007-04-02 Raymond HettingerArray module's buffer interface can now handle empty...
2007-04-02 Raymond HettingerSF #1693079: Cannot save empty array in shelve
2007-04-01 Georg BrandlFix the class name of strings.
next