]> granicus.if.org Git - python/shortlog
python
2011-05-24 Charles-François... Issue #1441530: In imaplib, read the data in one chunk...
2011-05-24 Victor Stinner(Merge 3.2) Issue #12070: Fix the Makefile parser of...
2011-05-24 Victor StinnerIssue #12070: Fix the Makefile parser of the sysconfig...
2011-05-24 Victor Stinner(Merge 3.2) Issue #12100: Don't reset incremental encod...
2011-05-24 Victor Stinner(Merge 3.1) Issue #12100: Don't reset incremental encod...
2011-05-24 Victor StinnerIssue #12100: Don't reset incremental encoders of CJK...
2011-05-24 Victor StinnerIssue #12049: improve RAND_bytes() and RAND_pseudo_byte...
2011-05-24 Benjamin Petersonmerge 3.2
2011-05-24 Benjamin Petersonmerge 3.1
2011-05-24 Benjamin Petersonbackout 8b384de4e780, so a proper fix can be considered...
2011-05-24 Benjamin Petersonindicate return value on __dir__ methods
2011-05-24 Benjamin Petersonmerge 3.2
2011-05-24 Benjamin Petersonmerge 3.1
2011-05-24 Benjamin Petersonuse '->' to indicate return values
2011-05-24 Benjamin Petersonmerge 3.2
2011-05-24 Benjamin Petersonmerge 3.1
2011-05-24 Benjamin Petersongenerally, sockets should be closed after they're used
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-24 Benjamin Petersonmove specialized dir implementations into __dir__ metho...
2011-05-24 Victor StinnerIssue #12167: packaging.tests.test_dist unloads the...
2011-05-24 Victor StinnerIssue #12167: packaging.tests.support, LoggingCatcher...
2011-05-24 Victor StinnerIssue #12049: Add RAND_bytes() and RAND_pseudo_bytes...
2011-05-24 Vinay SajipUpdated test_rollover delay to just over a second.
2011-05-23 Victor StinnerIssue #12105: test_posix skips test_oscloexec() on...
2011-05-23 Victor StinnerIssue #12158: Move linux_version() from test_socket...
2011-05-23 Victor StinnerIssue #11377: platform.popen() emits a DeprecationWarning
2011-05-23 Ezio MelottiMerge heads.
2011-05-23 Ezio Melotti#12074: merge with 3.2.
2011-05-23 Vinay SajipIssue #12151: Test now ignores datagram socket errors...
2011-05-23 Ezio Melotti#12074: remove the /0 when there are no failures.
2011-05-23 Benjamin Petersonmerge 3.2
2011-05-23 Benjamin Petersonmerge heads
2011-05-23 Benjamin Petersonmerge heads
2011-05-23 Benjamin Petersonmerge 3.2
2011-05-23 Benjamin Petersonmerge 3.1
2011-05-23 Victor Stinner(Merge 3.2) Issue #12074: regrtest displays also the...
2011-05-23 Victor StinnerIssue #12074: regrtest displays also the current number...
2011-05-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Vinay SajipIssue #12151: Correction to diagnostic code.
2011-05-23 Vinay SajipIssue #12151: Added diagnostics to help diagnose interm...
2011-05-23 Raymond HettingerClean-up example.
2011-05-23 Raymond HettingerClean-up example.
2011-05-23 Tarek ZiadeIssue #12125: fixed the failures under Solaris due...
2011-05-23 Tarek Ziadefixed the cwd cleanup in packaging test_util
2011-05-23 Tarek Ziademake sure the cwd is restored on tearDown
2011-05-23 Victor StinnerIssue #6501: os.device_encoding() returns None on Windo...
2011-05-23 Tarek Ziademake sure build_dir.build_lib is synced to the faked...
2011-05-23 Victor StinnerMerge 3.2
2011-05-23 Victor StinnerMerge 3.1
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-23 Victor StinnerIssue #12105: test_posix, add the value of O_CLOEXEC...
2011-05-23 Victor StinnerClose #12153: faulthandler, mark stack_overflow() as...
2011-05-23 Gregory P.... Update documentation to mention bytes instead byte...
2011-05-23 Gregory P.... Refer to the return value on nameindex and friends...
2011-05-23 Martin v. Löwismerged
2011-05-23 Martin v. LöwisAdd 3.2.1rc2 uuid.
2011-05-22 Victor StinnerIssue #12151: test_logging writes debug messages to...
2011-05-22 Tarek Ziadeskip more tests in packaging if threading is not supported
2011-05-22 Tarek Ziadenot using a server name anymore as the 127.0.0.1 <...
2011-05-22 Victor StinnerIssue #10801: Remove a debug print() from test_zipfile
2011-05-22 Tarek ZiadeIssue 12132 - skip the test_buil_ext test if the xx...
2011-05-22 Tarek ZiadeIssue 10126 - backported distutils fix for the enable...
2011-05-22 Charles-François... Issue #12105: Add O_CLOEXEC to the os module.
2011-05-22 Antoine PitrouIssue #12138: fix use of transient_internet() in test_u...
2011-05-22 Antoine PitrouIssue #12138: fix use of transient_internet() in test_u...
2011-05-22 Victor Stinnerregrtest: enable faulthandler in main() instead of...
2011-05-22 Mark DickinsonIssue #12079: Decimal(0).fma(Decimal('inf'), 'not a...
2011-05-22 Martin v. LoewisAdd 3.2.1rc2 uuid.
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-21 Ned DeilyIssue #12131: Ensure that the sysconfig.cfg file, intro...
2011-05-21 Tarek Ziadeadded the Content-Length header. that fixes the weird...
2011-05-21 Tarek Ziadedeactivating one test under win32 for now
2011-05-21 Tarek Ziademake sure the crawler can browse file-based indexes...
2011-05-21 Tarek Ziadefixed the export symbols for the win32 linker
2011-05-21 Tarek Ziadeskip the pypi upload doc test via https, if ssl is...
2011-05-21 Tarek Ziadeuse the same line terminator everywhere
2011-05-21 Georg BrandlMerge 3.2.1rc1 release changes to default.
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Vinay SajipIssue #12136: Added change to handle non-availability...
2011-05-21 Georg BrandlSet up branch to be rc2 next.
2011-05-21 Georg BrandlMerge release branch after 3.2.1rc1.
2011-05-21 Tarek Ziadefixed the move api in packaging.install, and closing...
2011-05-21 Tarek Ziadewe want to generate /-separated paths setup.cfg files...
2011-05-21 Gregory P.... avoid a compiler warning. the compiler doesn't know...
2011-05-21 Vinay SajipAdded SSL test for HTTPHandler.
2011-05-21 Tarek Ziadefixed the way the cfg file markers values are split...
2011-05-21 Tarek Ziadefixed the separator issues in packaging/resources+config
2011-05-21 Tarek Ziadefixed a few mocking/cleanup issues in packaging test_ut...
2011-05-21 Victor StinnerClose #12114: fix a potential deadlock in packaging...
2011-05-20 Vinay SajipAdded SSL capability to TestHTTPServer.
2011-05-20 Ezio MelottiFix another ResourceWarning in test_packaging.
2011-05-20 Benjamin Petersonmerge 3.2
2011-05-20 Benjamin Petersonmerge 3.1
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonmerge heads
next