]> granicus.if.org Git - python/shortlog
python
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.
2007-04-01 Georg BrandlRemove bogus entry.
2007-04-01 Georg BrandlSome semantic fixes.
2007-04-01 Georg BrandlExplicit class names.
2007-04-01 Georg BrandlLots of explicit class names for method and member...
2007-04-01 Georg BrandlAnother fix.
2007-04-01 Georg BrandlFix a lot of markup and meta-information glitches.
2007-04-01 Brett CannonFix the test for recreating the locale cache object...
2007-04-01 Brett Cannontime.strptime's caching of its locale object was being...
2007-04-01 Neal NorwitzSF #1685563, MSVCCompiler creates redundant and long...
2007-03-31 Collin WinterShut up an occaisonal buildbot error due to test files...
2007-03-31 Georg BrandlBug #1655392: don't add -L/usr/lib/pythonX.Y/config...
2007-03-31 Neal NorwitzFix method names. Will backport.
2007-03-31 Georg BrandlTypo fix.
2007-03-31 Georg BrandlDuplicate label fix.
2007-03-31 Georg BrandlMarkup fix.
2007-03-31 Georg Brandlrepair string literal.
2007-03-30 Georg BrandlMarkup fix.
2007-03-30 Georg BrandlDuplicate label fix.
2007-03-30 Andrew M. KuchlingAdd item. (Oops, accidentally checked this in on my...
2007-03-30 Georg BrandlMarkup fix.
2007-03-30 Georg BrandlDuplicate label fix.
2007-03-30 Georg BrandlLabel name fix.
2007-03-30 Georg BrandlMarkup fix.
2007-03-30 Marc-André... Bump the patch level version of distutils since there...
2007-03-30 Collin WinterBug #1688274: add documentation for C-level class objects.
2007-03-30 Facundo BatistaAdded the posibility to pass the timeout to FTP.connect...
2007-03-29 Facundo BatistaAdded timout parameter to telnetlib.Telnet. Also created
2007-03-29 Georg BrandlIn Windows' time.clock(), when QueryPerformanceFrequenc...
2007-03-29 Georg BrandlThese are actually methods.
2007-03-29 Collin WinterMake test_zipfile clean up its temporary files properly.
2007-03-28 Collin WinterConsolidate patches #1690164, 1683397, and 1690169...
2007-03-28 Facundo BatistaAdded timeout to smtplib (to SMTP and SMTP_SSL). Also...
2007-03-28 Facundo BatistaBug 1688393. Adds a control of negative values in
2007-03-27 Facundo BatistaThe basic test cases of poplib.py.
2007-03-27 Facundo BatistaAdded an optional timeout to poplib.POP3. Also created a
2007-03-26 Facundo BatistaForgot to add the file before the previous commit,...
2007-03-26 Georg BrandlSome nits.
2007-03-26 Facundo BatistaAdded an optional timeout to FTP class. Also I started...
2007-03-25 Georg BrandlMarkup fix.
2007-03-25 Georg BrandlMarkup fix.
2007-03-25 Facundo BatistaClosing the HTTP connection after each test, and listen...
2007-03-25 Facundo BatistaRedone the tests, using the infrastructure already...
2007-03-25 Brett CannonChange the docs to no longer claim that unittest is...
2007-03-24 Georg BrandlRevert accidental change.
2007-03-24 Georg BrandlRemove typo accent.
2007-03-24 Žiga SeilnachtPatch #1489771: update syntax rules in Python Reference...
2007-03-23 Collin WinterMake test_relpath() pass on Windows.
2007-03-23 Facundo BatistaSurrounded with try/finally to socket's default timeout...
2007-03-23 Thomas HellerPrevent creation (followed by a segfault) of array...
2007-03-23 Guido van RossumAdd note about type.__init__().
2007-03-23 Facundo BatistaAdded a 'create_connect()' function to socket.py, which...
2007-03-23 Guido van RossumAdd a type.__init__() method that enforces the same...
2007-03-23 Martin v. LöwisBug #978833: Revert r50844, as it broke _socketobject...
2007-03-23 Martin v. LöwisPatch #1686451: Fix return type for PySequence_{Count...
2007-03-23 Neal NorwitzAdd Mark Dickinson for SF # 1675423.
2007-03-23 Guido van Rossum- Bug #1683368: The object.__init__() and object.__new_...
next